SetPlayerCheckpoint?
#4

^

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

pawn Код:
GetPlayerPos(playerid,pX,pY,pZ);
        for(new i=0; i<MAX_PLAYERS; i ++)
        {
Reply


Messages In This Thread
SetPlayerCheckpoint? - by TheNotorius - 25.04.2010, 23:23
Re: SetPlayerCheckpoint? - by dcmd_crash - 25.04.2010, 23:56
Re: SetPlayerCheckpoint? - by TheNotorius - 26.04.2010, 00:18
Re: SetPlayerCheckpoint? - by Calgon - 26.04.2010, 00:28
Re: SetPlayerCheckpoint? - by dcmd_crash - 26.04.2010, 00:40
Re: SetPlayerCheckpoint? - by TheNotorius - 26.04.2010, 10:22

Forum Jump:


Users browsing this thread: 1 Guest(s)