25.01.2010, 19:32
I did that. At the top, I put:
and I get 2 errors. They are:
C:\Users\Noorie\Desktop\Transporter.pwn(110) : error 017: undefined symbol "playerid"
C:\Users\Noorie\Desktop\Transporter.pwn(110) : error 009: invalid array size (negative, zero or out of bounds)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
*Note: the line above the errors is line 110
Код:
new RoadBlockMade[playerid];
C:\Users\Noorie\Desktop\Transporter.pwn(110) : error 017: undefined symbol "playerid"
C:\Users\Noorie\Desktop\Transporter.pwn(110) : error 009: invalid array size (negative, zero or out of bounds)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
*Note: the line above the errors is line 110