ERRORS HELP!
#1

Heey guys I get these errors:

PHP код:
C:\Users\Administrator\Desktop\TESTSERVER\gamemodes\SvTMike.pwn(6624) : error 028invalid subscript (not an array or too many subscripts): "pCar"
C:\Users\Administrator\Desktop\TESTSERVER\gamemodes\SvTMike.pwn(6624) : warning 215expression has no effect
C
:\Users\Administrator\Desktop\TESTSERVER\gamemodes\SvTMike.pwn(6624) : error 001expected token";"but found "]"
C:\Users\Administrator\Desktop\TESTSERVER\gamemodes\SvTMike.pwn(6624) : error 029invalid expressionassumed zero
C
:\Users\Administrator\Desktop\TESTSERVER\gamemodes\SvTMike.pwn(6624) : fatal error 107too many error messages on one line 
On line 6624:

PHP код:
pCar[playerid] = CreateVehicle(400xyza000); 
Reply
#2

How did you define the pCar, where did you define it, where is
pawn Код:
pCar[playerid] = CreateVehicle(400, x, y, z, a, 0, 0, 0);
placed?
Show us the entire code. We cant judge much based on 1 line.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)