06.05.2009, 17:27
replace this
with this
************************************************** *
And of all i , replace with x
e.g.
Код:
for(new i=0;i<MAX_PLAYERS;i++)
pawn Код:
for(new x; x < GetMaxPlayers(); x++)
And of all i , replace with x
e.g.
pawn Код:
Kick(i); /* should be */ Kick(x);