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