Question
#3

pawn Код:
if(IsPlayerInDynamicCP(playerid,Checkpoint[5]))
{
    // player is in checkpoint
}
else
{
    // player is not in checkpoint
}
or if you don't want to check if they are in.
pawn Код:
if(!IsPlayerInDynamicCP(playerid,Checkpoint[5]))
{
    // player is not in checkpoint
}
Reply


Messages In This Thread
Question - by DarkLored - 19.10.2013, 16:00
Re: Question - by KingHual - 19.10.2013, 16:03
Re: Question - by Konstantinos - 19.10.2013, 16:04
Re: Question - by DarkLored - 19.10.2013, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)