Question
#1

SOLVED
Reply
#2

Use the else statement...?
Reply
#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
#4

Thanks +1Reped
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)