Erroristic problem :)
#1

list (not that all)
PHP код:
new
    
FalseNitroVeh[][MAX_VEHICLES] =
{
"417",
"425",
"430",
"611"
}; 
under ongamemodeinit
PHP код:
    for(new 0MAX_VEHICLESi++){
        
SetVehicleNumberPlate(i"CFHS");
        if(!
strcmp(FalseNitroVeh[i], GetPlayerVehicleID(i), true))//Error line
        
{
              
//Nothing
        
}
        else
        {
            
AddVehicleComponent(GetPlayerVehicleID(i),1010);
                 
//return 1;
        
}
        
SetVehicleToRespawn(i);
    } 
error:
Quote:

(error line) : error 035: argument type mismatch (argument 2)

Reply


Messages In This Thread
Erroristic problem :) - by LZLo - 08.04.2011, 21:42
Re: Erroristic problem :) - by gamer931215 - 09.04.2011, 00:31
Re: Erroristic problem :) - by LZLo - 09.04.2011, 09:32

Forum Jump:


Users browsing this thread: 4 Guest(s)