02.04.2017, 20:41
Hi Guys
i have some errors on my script
Line (27)
Line (75--76)
Line (85)
Help!
i have some errors on my script
Quote:
(27) : warning 203: symbol is never used: "vehicleID" (75 -- 76) : error 047: array sizes do not match, or destination array is too small (85) : error 029: invalid expression, assumed zero (85) : error 001: expected token: ";", but found "return" (85) : error 017: undefined symbol "i" (85) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. |
PHP код:
stock VehiclePath(vehicleID) // Creating a function which will get the vehicle path dynamically based on the vehicle id of the system.
PHP код:
VehicleCreate(VehicleInfo[vehicleID][vModel],
VehicleInfo[vehicleID][vLoc], VehicleInfo[vehicleID][vColor1], VehicleInfo[vehicleID][vColor2], VehicleInfo[vehicleID][vRespawn],
PHP код:
for(new i = 0; i < 4; i++) format(strLoc, sizeof(strLoc), "Loc%d", i), INI_Float(strLoc, VehicleInfo[vehicleID][vLoc][i]);