Cheat Detect
#1

Somehow, server detect cheats, but i was only on foot/or walking but i didn't use cheat.

Code:
	new playerState = GetPlayerState(playerid);
					if(oldPlayerState[playerid] == playerState )
					{
						if(playerState == PLAYER_STATE_ONFOOT || playerState == PLAYER_STATE_DRIVER || playerState == PLAYER_STATE_PASSENGER)
						{
						    if(playerState == PLAYER_STATE_ONFOOT)
						    {
								switch(GetPlayerAnimationIndex(playerid))
	                			{
	                    			case 958, 959, 961, 962, 965, 971, 1126, 1130, 1132, 1134, 1156, 1208:
	                    			{
							            CheatDetect[playerid] = false;
							            return true;
							        }
							    }
						    }
Reply


Messages In This Thread
Cheat Detect - by Hunud - 21.07.2018, 18:39
Re: Cheat Detect - by Hunud - 21.07.2018, 19:57
Re: Cheat Detect - by Sew_Sumi - 21.07.2018, 20:17
Re: Cheat Detect - by Hunud - 21.07.2018, 20:31
Re: Cheat Detect - by JasonRiggs - 22.07.2018, 10:17
Re: Cheat Detect - by Hunud - 22.07.2018, 11:55
Re: Cheat Detect - by Calisthenics - 22.07.2018, 12:10
Re: Cheat Detect - by Hunud - 22.07.2018, 12:52
Re: Cheat Detect - by Hunud - 23.07.2018, 14:22
Re: Cheat Detect - by RogueDrifter - 23.07.2018, 21:38
Re: Cheat Detect - by GTLS - 24.07.2018, 14:15

Forum Jump:


Users browsing this thread: 4 Guest(s)