Cash does not update in /stats - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Cash does not update in /stats (
/showthread.php?tid=595742)
Cash does not update in /stats -
D1am0nd - 07.12.2015
SOLVED
Re: Cash does not update in /stats -
DevHarden - 07.12.2015
Try changing
PHP код:
GivePlayerMoney(playerid, 100);
when they reach the evacuation to
PHP код:
GivePlayerCash(playerid, 100);
I assume you're using an anti cheat of some sort.
Re: Cash does not update in /stats -
Devon007 - 07.12.2015
Yes As Blackboe told Change It
As you are using server sided cash
Re: Cash does not update in /stats -
D1am0nd - 07.12.2015
Quote:
Originally Posted by Blackboe
Try changing
PHP код:
GivePlayerMoney(playerid, 100);
when they reach the evacuation to
PHP код:
GivePlayerCash(playerid, 100);
I assume you're using an anti cheat of some sort.
|
Now it does't give 100$, but even more, like 1,000+$ and in /stats it supposed to be 200$, but it is less than 1,000$.
I am not sure about the anti-cheat, because I am sure, that I have removed it.
Re: Cash does not update in /stats -
D1am0nd - 07.12.2015
SOLVED