How To Fix My Prbleme >>>>/Here/<<<<<
#10

Use a variable when they enter the checkpoint do something like
pawn Код:
insidecp[playerid] = 1;
if(insidecp[playerid] == 1)
{
     //capture code
}
when they exit do
pawn Код:
insidecp[playerid] = 0;
and when they exit
pawn Код:
TogglePlayerCheckpoint...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)