Cheat Detect
#8

Something like this ?

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, 1231, 1196:
	                    			{
							            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: 3 Guest(s)