Solutions
#4

PHP код:
stock GivePlayerCash(playeridmoney)
                    {
                    
PlayerInfo[playerid][pCash] += money;
                    
ResetMoneyBar(playerid);//Resets the money in the original moneybar, Do not remove!
                    
UpdateMoneyBar(playerid,PlayerInfo[playerid][pCash]);//Sets the money in the moneybar to the serverside cash, Do not remove!
                    
return PlayerInfo[playerid][pCash];
                    } 
if i put this it will not work in fs..
Reply


Messages In This Thread
Solutions - by Akcent_Voltaj - 27.08.2012, 11:45
Re: Solutions - by Benzke - 27.08.2012, 11:54
Re: Solutions - by ddnbb - 27.08.2012, 11:56
Re: Solutions - by Akcent_Voltaj - 27.08.2012, 12:04
Re: Solutions - by ddnbb - 27.08.2012, 12:09
Re: Solutions - by Akcent_Voltaj - 27.08.2012, 12:24
Re: Solutions - by Akcent_Voltaj - 27.08.2012, 13:15
Re: Solutions - by Akcent_Voltaj - 27.08.2012, 14:24
Re: Solutions - by Akcent_Voltaj - 27.08.2012, 18:30

Forum Jump:


Users browsing this thread: 2 Guest(s)