06.02.2010, 15:04
Quote:
Originally Posted by ExtremePower
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; } |
Oh and, that it's gone forever --> not only till the next restart :P