15.11.2013, 19:28
Why do you disable the checkpoint manually while you have a callback/dynamic plugin callback for that?
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
DisablePlayerCheckpoint(playerid);
return 1;
}