[FS]Anti Money Hack?
#1

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
Reply
#2

Dowload some AntiCheat and export AntiMoneyCheat part to your FS
Reply
#3

can't do this :S
Reply
#4

Quote:
Originally Posted by steven_italy
can't do this :S
Why not? It's not hard to change .inc to .pwn.
Reply
#5

cant do it .-.
Reply
#6

Quote:
Originally Posted by steven_italy
cant do it .-.
Then i guess we can't help you.
Reply
#7

You're lazy, you expect that we do that for you.
Reply
#8

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)