How do i enable cmd only in checkpoint?
#1

How do i enable cmd only in checkpoint?
i mean if the player is out of checkpoint he will not be enable to use the cmd
so he can use the cmd only in the check point
Reply
#2

pawn Код:
IsPlayerInRangeOfPoint
or use variables or something...

pawn Код:
new isincheckpoint[MAX_PLAYERS];

OnPlayerEnterCheckpoint(playerid)
{
isincheckpoint[playerid] = 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)