06.02.2010, 14:43
Example, if you com on checkpoint you will get 5000$ and checkpoint will get disabled
Код:
public OnPlayerEnterCheckpoint(playerid) { GivePlayerMoney(playerid, 5000); DisablePlayerCheckpoint(playerid); return 1; }