[FS]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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [FS]Anti Money Hack? (
/showthread.php?tid=81024)
[FS]Anti Money Hack? -
steven_italy - 07.06.2009
I guys, i want a AntiMoney FS, not include, that work in this way:
if someone use the money cheat, set his money back to the value before he used cheat. immediately. I searched on the FS section but are all includes and the most ban the players
Re: [FS]Anti Money Hack? -
Luka P. - 07.06.2009
Dowload some AntiCheat and export AntiMoneyCheat part to your FS
Re: [FS]Anti Money Hack? -
steven_italy - 07.06.2009
can't do this :S
Re: [FS]Anti Money Hack? -
Correlli - 07.06.2009
Quote:
Originally Posted by steven_italy
can't do this :S
|
Why not? It's not hard to change .inc to .pwn.
Re: [FS]Anti Money Hack? -
steven_italy - 07.06.2009
cant do it .-.
Re: [FS]Anti Money Hack? -
Correlli - 07.06.2009
Quote:
Originally Posted by steven_italy
cant do it .-.
|
Then i guess we can't help you.
Respuesta: [FS]Anti Money Hack? -
anonymousx - 17.12.2010
You're lazy, you expect that we do that for you.
Re: [FS]Anti Money Hack? -
DRIFT_HUNTER - 17.12.2010
pawn Код:
//Under includes
#define GivePlayerCash(%0,%1); SetPVarInt(%0,"SSM",GetPVarInt(%0,"SSM")+%1); GivePlayerMoney(%0,GetPVarInt(%0,"SSM"));
#define UpdatePlayerMoney(%0); if(GetPVarInt(%0,"SSM") < GetPlayerMoney(%0)) GivePlayerMoney(%0,GetPVarInt(%0,"SSM")-GetPlayerMoney(%0));
//OnPlayerUpdate
UpdatePlayerMoney(playerid);
Change GivePlayerMoney with GivePlayerCash