Litle problem :)
#1

Hi , i try to create a Multi-mode Gamemode but i have an error in my vehicle save system :

PHP код:
for(new 04i++) format(strLocsizeof(strLoc), "Loc%d"i), INI_Float(strLocVehicleInfo[vehicleID][vLoc][i]); 
PHP код:
error 029invalid expressionassumed zero
error 001
expected token";"but found "return"
error 017undefined symbol "i"
fatal error 107too many error messages on one line 
Reply
#2

Код:
for(new i = 0; i < 4; i++)
{
    format(strLoc, sizeof(strLoc), "Loc%d", i);
    INI_Float(strLoc, VehicleInfo[vehicleID][vLoc][i]);  
}
try this and see which line causes the error
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)