Onplayerentercheckpoint dosen't disable checkpoint
#3

OnTop
pawn Код:
new cppicked[MAX_PLAYERS];
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    if(cppicked[playerid] == 0)
    {
    SendClientMessage(playerid,-1,"you have picked a checkpoint.");
    DisablePlayerCheckpoint(playerid);
    cppicked[playerid] = 1;
    }
    return 1;
}
Reply


Messages In This Thread
Onplayerentercheckpoint dosen't disable checkpoint - by maiky1499 - 05.01.2015, 22:09
Re: Onplayerentercheckpoint dosen't disable checkpoint - by RockyGamer - 05.01.2015, 22:26
Re: Onplayerentercheckpoint dosen't disable checkpoint - by danish007 - 06.01.2015, 15:42
Re: Onplayerentercheckpoint dosen't disable checkpoint - by maiky1499 - 06.01.2015, 17:38

Forum Jump:


Users browsing this thread: 1 Guest(s)