Question about disableplayercheckpoint
#1

hello guys , a small question about this code (Taken directly from samp wiki )
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
    return 1;
}
 
public OnPlayerEnterCheckpoint(playerid)
{
    GivePlayerMoney(playerid, 1000);
    DisablePlayerCheckpoint(playerid);
    return 1;
}
When the checkpoint is disabled , it will stay disabled until the player relog?
or if the player moved it will appear again?
Reply


Messages In This Thread
Question about disableplayercheckpoint - by CoDeZ - 28.08.2012, 15:41
Re: Question about disableplayercheckpoint - by Jstylezzz - 28.08.2012, 15:43
Re: Question about disableplayercheckpoint - by CoDeZ - 28.08.2012, 15:50
Re: Question about disableplayercheckpoint - by Jstylezzz - 28.08.2012, 16:47

Forum Jump:


Users browsing this thread: 1 Guest(s)