Solutions
#5

Quote:
Originally Posted by Akcent_Voltaj
Посмотреть сообщение
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..
Yup, it wont work that way. One way is to remove all that and download my Filterscript, or another Anti Money Hack, which is using include files, so you can use GivePlayerCash in FS too.
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: 1 Guest(s)