05.09.2013, 11:06
So i want when player die to not lose 100$
public OnPlayerDeath(playerid, killerid, reason)
{
GivePlayerMoney(playerid, 100);
}
you can also if you have a serverside money put OnPlayerUpdate a functions to set the money.
|