26.12.2015, 20:31
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...
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
OnPlayerCBug \/
E a outra parte й a puniзгo em si
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
Код:
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; } }
E a outra parte й a puniзгo em si