Help undefined symbol "playerid"
#2

Add this on top of that code where it shows error (line).

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
Use "i" instead of playerid.

Same like here, We used "v" instead of GetVehicleID or Model.

pawn Код:
for(new v = 0; v < MAX_VEHICLES; v++) if(GetVehicleModel(v))
Reply


Messages In This Thread
Help undefined symbol "playerid" - by thomaswilliams - 18.04.2014, 20:13
Re: Help undefined symbol "playerid" - by Bingo - 18.04.2014, 21:12
Re: Help undefined symbol "playerid" - by thomaswilliams - 18.04.2014, 22:54

Forum Jump:


Users browsing this thread: 1 Guest(s)