SA-MP Forums Archive
Help problem with anti money hack - 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: Help problem with anti money hack (/showthread.php?tid=580335)



Help problem with anti money hack - Mijata - 04.07.2015

I using this anti money hack: https://sampforum.blast.hk/showthread.php?tid=189607
But player can't buy house when he got money for kill or from admin I using PPC_Housing what is problem?


Re: Help problem with anti money hack - Lynn - 04.07.2015

Money Anti hacks typically work by eliminating GivePlayerMoney and replacing it with a new function.
Typically GivePlayerMoneyEx So if your FS is using the default method, it will flag you for money hacking.


Re: Help problem with anti money hack - Yashas - 04.07.2015

The problem is probably because you forgot to include the anti-money hack include in all your scripts. You need to use the functions provided by the anti-money hack instead of the SA-MP natives. You need to include the anti-money hack in every script for the hooks to work.


Re: Help problem with anti money hack - Mijata - 04.07.2015

i have included in all scripts but not working good player can't buy house


Re: Help problem with anti money hack - Lynn - 04.07.2015

Without seeing your code for ourselves we can't really help you anymore than the advise we've given.


Re: Help problem with anti money hack - Mijata - 04.07.2015

PPC housing code

http://pastebin.com/Ps1FVuhE

when i change giveplayermoney to giveplayermoneyex i got error undefined symbol


Re: Help problem with anti money hack - Mijata - 04.07.2015

bump


Re: Help problem with anti money hack - Lynn - 04.07.2015

Implement the anti-hack into the filterscript.
Figure out how to do it on your own.
Us doing it for you will not teach you anything.