Trying to fix anticheat.
#3

Well I was right about that this
pawn Код:
if((GetPlayerMoney(i) - ScriptMoney[i]) >= 500 && (GetPlayerMoney(i) - ScriptMoney[i]) != 0)
Should be this
pawn Код:
if((GetPlayerMoney(i) - ScriptMoney[i]) >= 500 || (GetPlayerMoney(i) - ScriptMoney[i]) != 0)
Now my anti money cheat works.
Reply


Messages In This Thread
Trying to fix anticheat. - by Don_Cage - 10.09.2013, 22:21
Re: Trying to fix anticheat. - by Vince - 10.09.2013, 23:42
Re: Trying to fix anticheat. - by Don_Cage - 11.09.2013, 02:08
Re: Trying to fix anticheat. - by RobertK - 11.09.2013, 04:47
Re: Trying to fix anticheat. - by Don_Cage - 11.09.2013, 10:17

Forum Jump:


Users browsing this thread: 1 Guest(s)