23.06.2015, 17:07
Quote:
You can check by the checkpoint position.
Код:
public OnPlayerLeaveCheckpoint(playerid) { if(IsPlayerInRangeOfPoint(playerid, CHECKPOINT_RADIUS + 2.0, 2227.7256, -1707.8555, 13.6281)) DisablePlayerCheckpoint(playerid); return 1; } |
Код:
error 017: undefined symbol "CHECKPOINT_RADIUS"