Error Help
#1

Hi Guys
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.

Line (27)
PHP код:
stock VehiclePath(vehicleID// Creating a function which will get the vehicle path dynamically based on the vehicle id of the system. 
Line (75--76)
PHP код:
    VehicleCreate(VehicleInfo[vehicleID][vModel],
    
VehicleInfo[vehicleID][vLoc], VehicleInfo[vehicleID][vColor1], VehicleInfo[vehicleID][vColor2], VehicleInfo[vehicleID][vRespawn], 
Line (85)
PHP код:
    for(new 04i++) format(strLocsizeof(strLoc), "Loc%d"i), INI_Float(strLocVehicleInfo[vehicleID][vLoc][i]); 
Help!
Reply


Messages In This Thread
Error Help - by ommar8080 - 02.04.2017, 20:41
Re: Error Help - by Marricio - 02.04.2017, 23:32
Re: Error Help - by ommar8080 - 03.04.2017, 07:47
Re: Error Help - by Runn3R - 03.04.2017, 09:11
Re: Error Help - by ommar8080 - 03.04.2017, 09:17
Re: Error Help - by Runn3R - 03.04.2017, 09:52
Re: Error Help - by ommar8080 - 03.04.2017, 10:04
Re: Error Help - by Runn3R - 03.04.2017, 10:38
Re: Error Help - by ommar8080 - 03.04.2017, 11:08
Re: Error Help - by ommar8080 - 03.04.2017, 11:11

Forum Jump:


Users browsing this thread: 1 Guest(s)