16.11.2015, 21:55
Error in this line:
Error in this line too:
Code:
VehicleInfo[vehicleID][vLocked] = INI_Int("locked") == 1 ? true : false;
Code:
error 017: undefined symbol "INI_Int"
Code:
format(strLoc, sizeof(strLoc), "Loc%d", i), INI_Float(strLoc, VehicleInfo[vehicleID][vLoc][i]);
Code:
C:Desktop\SAMP - SERVER\samp037_svr_R2-1-1_win32\gamemodes\HA-GM.pwn(6272) : error 029: invalid expression, assumed zero C:SAMP - SERVER\samp037_svr_R2-1-1_win32\gamemodes\HA-GM.pwn(6272) : error 001: expected token: ";", but found "return"