29.05.2010, 15:20
Under the gate command of the script that you download, just add this:
What it does is subtract $15 from the players cash.
You can change 15 to anything you want, but make sure you keep the negative sign "-" infront of it.
Код:
GivePlayerMoney(playerid, -15);
You can change 15 to anything you want, but make sure you keep the negative sign "-" infront of it.