[Help] Money system
#3

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
   new string[125];
 
   GivePlayerMoney(killerid, 50000);//Award 50,000 to the killer
 
   format(string, sizeof(string), "You now have %d.", GetPlayerMoney(killerid));
   SendClientMessage(killerid, 0xFFFFFFAA, string);
}
Reply


Messages In This Thread
[Help] Money system - by zouyun - 26.05.2011, 20:03
Re: [Help] Money system - by iGetty - 26.05.2011, 20:06
Re: [Help] Money system - by Janek17 - 26.05.2011, 20:06
Re: [Help] Money system - by zouyun - 26.05.2011, 20:33

Forum Jump:


Users browsing this thread: 1 Guest(s)