[Ajuda] Fixar meu anti cbug
#1

ALguem em ajuda a fixar?

Sу detecta CBUG se apertar c junto com tiro, alguйm tem um melhor ou sabe como fazer um que nгo de pra as pessoas bugarem, pq no meu sv ta um saco, toda hora vem um...

Код:
new bool:glitchfez[MAX_PLAYERS]; // anti cbug 1
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
Код:
	if((oldkeys & KEY_FIRE)  && (newkeys & KEY_CROUCH) &&  GetPlayerState(playerid) != PLAYER_STATE_DRIVER && GetPlayerWeapon(playerid) > 0)// Anti-glitch    
	{
		if(GetPlayerWeapon(playerid) == 24 || GetPlayerWeapon(playerid) == 25) {
			OnPlayerCBug(playerid);
			glitchfez[playerid] = true;
		}
	}
OnPlayerCBug \/
E a outra parte й a puniзгo em si
Reply


Messages In This Thread
Fixar meu anti cbug - by maikons - 26.12.2015, 20:31
Respuesta: Fixar meu anti cbug - by Traal - 28.12.2015, 00:42
Re: Fixar meu anti cbug - by F1N4L - 29.12.2015, 20:21
Re: Fixar meu anti cbug - by maikons - 31.01.2016, 19:23
Re: Fixar meu anti cbug - by maikons - 02.02.2016, 17:15
Re: Fixar meu anti cbug - by luccagomes15 - 03.02.2016, 16:01
Re: Fixar meu anti cbug - by Ever_SH - 03.02.2016, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)