Server side money not working
#4

Quote:
Originally Posted by JaKe Elite
Посмотреть сообщение
Did you make sure you have the codes that will reset the hacker's money back to it's original money?
Emh no i don't have that code...

Quote:
Originally Posted by Prokill911
Посмотреть сообщение
PHP код:
public GetMoneyEx(playerid) {
    return 
GetPVarInt(playerid"Money");
}
public 
GiveMoneyEx(playeridmoney) {
    new 
bmoney GetMoneyEx(playerid);
    
bmoney += money;
    
SetPVarInt(playerid"Money"bmoney);
    
ResetPlayerMoney(playerid);
    
GivePlayerMoney(playeridbmoney);

Try that.
I don't need another custom variabe, i already have one.
Reply


Messages In This Thread
Server side money not working - by Face9000 - 10.07.2015, 21:02
Re: Server side money not working - by JaKe Elite - 11.07.2015, 03:10
Re: Server side money not working - by Prokill911 - 11.07.2015, 06:28
Re: Server side money not working - by Face9000 - 11.07.2015, 08:50
Re: Server side money not working - by Face9000 - 12.07.2015, 09:37
Re: Server side money not working - by Banana_Ghost - 12.07.2015, 10:37
Re: Server side money not working - by Vince - 12.07.2015, 10:44
Re: Server side money not working - by Face9000 - 12.07.2015, 11:03
Re: Server side money not working - by Face9000 - 12.07.2015, 11:16

Forum Jump:


Users browsing this thread: 3 Guest(s)