15.07.2012, 13:19
It should looks like this.
pawn Код:
if(somecondition >=2) // it should be like this.
//about this...
playerid = MAX_PLAYERS; // you're doing wrong, playerid is just the ID of the player.see below a simple example of what you're trying to do.
X = 500; // x means the id of the playerid, so it could be between 0 - 500.