11.09.2018, 14:48
I don't understand what you mean whether you want to add it or remove it. Anyways here is code
Код:
public OnPlayerDeath(playerid, killerid, reason) { GivePlayerMoney(playerid, -100); // Takes off 100$ from the player who is dead. return 1; }