Entering Checkpoint
#2

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    if(GetPVarInt(playerid, "GottenSomething") == 1) return 0;
    if(GetPVarInt(playerid, "GottenSomething") == 0)
    {
        //do something here.
    }
    return 1;
}
This is my way but there are other.
Reply


Messages In This Thread
Entering Checkpoint - by Acres - 02.01.2014, 08:21
Re: Entering Checkpoint - by Brandon_More - 02.01.2014, 09:09

Forum Jump:


Users browsing this thread: 1 Guest(s)