04.10.2011, 20:37
Well, I wanted to find out and examine a code which would Give Players money when they kill another player, E.G.
This is a just a some sort of example/explanation of what is needed, Posting a code would be hugely appreciated.
Would this code work?
This is a just a some sort of example/explanation of what is needed, Posting a code would be hugely appreciated.
Would this code work?
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
GivePlayerMoney(killerid, 2500);
return 1;
}