Trying to fix anticheat.
#4

Quote:
Originally Posted by Don_Cage
Посмотреть сообщение
pawn Код:
if((GetPlayerMoney(i) - ScriptMoney[i]) >= 500 || (GetPlayerMoney(i) - ScriptMoney[i]) != 0)
Well, there is no difference between the codes. Regardless, the player will be kicked. If it's (getPlayerMoney - ScriptMoney) is less then 500 but not 0, he will still be kicked. Might as well make it

pawn Код:
if((GetPlayerMoney(i) - ScriptMoney[i]) > 0)
OR
pawn Код:
if((GetPlayerMoney(i) - ScriptMoney[i]) != 0)
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)