19.03.2011, 11:36
Didn't read that. But yeah, change that too.
Edit: I saw the error is here: level[id] = levelid;.
Where did you define level?
If you defined it at the top of the script, where it should be definned, change that to:
Edit: I saw the error is here: level[id] = levelid;.
Where did you define level?
If you defined it at the top of the script, where it should be definned, change that to:
pawn Код:
new level[MAX_PLAYERS];