23.06.2015, 15:29
Quote:
Why not simply do:
Код:
public OnPlayerLeaveCheckpoint(playerid) { DisablePlayerCheckpoint(playerid); return 1; } |
How can I make so its only for a special selection of checkpoints?
Why not simply do:
Код:
public OnPlayerLeaveCheckpoint(playerid) { DisablePlayerCheckpoint(playerid); return 1; } |