Anticheat question
#1

Hi, what is the best way to create an anticheat?
Because i know there is some issue about the client lag during PlayerUpdate.

This on OnPlayerUpdate.
Код:
        if(PlayerData[playerid][pMoney]<GetPlayerMoney(playerid))
	{
		if(!CheatGivingMoney[playerid])
		{
			GivePlayerMoney(playerid,PlayerData[playerid][pMoney]-GetPlayerMoney(playerid));
			AccountBan(playerid);
		}
		else
		{
			CheatGivingMoney[playerid]=false;
		}
		PlayerData[playerid][pMoney]=GetPlayerMoney(playerid);
	}
I would know if this is a good way to create an anticheat.
Reply


Messages In This Thread
Anticheat question - by pollo97 - 23.02.2016, 15:47
Re: Anticheat question - by K0P - 23.02.2016, 16:01
Re: Anticheat question - by pollo97 - 23.02.2016, 16:26
Re: Anticheat question - by AmigaBlizzard - 23.02.2016, 22:52
Re: Anticheat question - by pollo97 - 24.02.2016, 05:39

Forum Jump:


Users browsing this thread: 3 Guest(s)