26.04.2010, 00:28
^
It's missing a semi-colon after GetPlayerPos' final bracket:
pawn Код:
GetPlayerPos(playerid,pX,pY,pZ)
for(new i=0; i<MAX_PLAYERS; i ++)
{
pawn Код:
GetPlayerPos(playerid,pX,pY,pZ);
for(new i=0; i<MAX_PLAYERS; i ++)
{