21.03.2010, 09:33
Quote:
Originally Posted by ikarus
Quote:
Код:
F:\Street Racers And Drifters\filterscripts\Race.pwn(314) : error 022: must be lvalue (non-constant) F:\Street Racers And Drifters\filterscripts\Race.pwn(314) : warning 215: expression has no effect F:\Street Racers And Drifters\filterscripts\Race.pwn(439) : error 033: array must be indexed (variable "RacePos") pawn Код:
pawn Код:
|
314 - RacePos[playerid]++;
439 - RacePos[playerid] = 0;
If playerid isnt available, you're going to have to make a for/loop to go through all the player ids.