View Single Post
  #18 (permalink)  
Old 02-16-2007, 12:28 AM
Nicholishen's Avatar
Nicholishen Nicholishen is offline
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Quote:
I know some EA's require the "m" for mini accounts.

So do I just change the code and recompile.
I just added an extern bool (IsMini) then added this routine to the init()
PHP Code:
if(IsMini){
      for(
int i=0;i<14;i++){
         for(
int y=0;y<3;y++){
            
pairs[i][y]=pairs[i][y]+"m";
         }
      }
   } 
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
Reply With Quote