06.03.2010, 09:26
Quote:
Originally Posted by adsy
ive never figured out why everyone charges so much for their guns!
or even cars!!! i mean how much do you give players for kills, rewards, jobs, starting cash ![]() |
public OnPlayerDeath(playerid, killerid, reason)
{
GivePlayerMoney(killerid, 100); // gives $100 to the killer
GivePlayerScore(killerid,1); // gives +1 score to the killer
GivePlayerMoney(playerid,-100); //gives $-100 to the player who died
return 1;
}