Money reset - 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: Money reset (
/showthread.php?tid=356879)
Money reset -
Ricky_Devitoooo :D - 05.07.2012
Script
Kod: [Odaberi]
INI_WriteInt(File, "Money",GetPlayerMoney(playerid));
Problem:
When I get into the game and earn money and have for example $ 10,000, and when I go burnt money disappears what do I do?
Re: Money reset -
TheLazySloth - 05.07.2012
An anti-cheat somewhere in your includes, filterscripts, or gamemode is preventing SetPlayerMoney from working.
Re: Money reset -
Ricky_Devitoooo :D - 05.07.2012
i dont have anticheat in my gamemode
Re: Money reset -
TheLazySloth - 05.07.2012
Further explain your problem, because if your money gets set to 10,000 and then it just disappears tells me that some sort of anti-cheat is in effect.
Re: Money reset -
LaGrande - 05.07.2012
either one of ur filterscript is using resetplayermoney or ur gamemode does