Money, HELP +REP
#5

Код:
function MoneyUpdate(playerid)
{
	if(GetPlayerCash(playerid) < GetPlayerMoney(playerid))
	{
		foreach(Player, i)
		{
  			new const old_money = GetPlayerCash(playerid);
    		ResetPlayerCash(playerid), GivePlayerCash(playerid, old_money);
   		}
	}
 	return 1;
}
Reply


Messages In This Thread
Money, HELP +REP - by jordyvc - 01.05.2012, 10:10
Re: Money, HELP +REP - by newbienoob - 01.05.2012, 10:12
Re: Money, HELP +REP - by HighPitchedVoice - 01.05.2012, 10:13
Re: Money, HELP +REP - by jordyvc - 01.05.2012, 10:14
Re: Money, HELP +REP - by jordyvc - 01.05.2012, 10:26
Re: Money, HELP +REP - by Dan. - 01.05.2012, 10:27
Re: Money, HELP +REP - by jordyvc - 01.05.2012, 10:29

Forum Jump:


Users browsing this thread: 1 Guest(s)