[Ajuda] Erro Anti Glitch.
#1

Coloquei uma fs Ant Glith
e estб dando este error 021: symbol already defined: "OnPlayerKeyStateChange"
Cod

PHP код:
 new fAutoC[MAX_PLAYERS];
public 
OnPlayerWeaponShot(playeridweaponidhittypehitidFloat:fXFloat:fYFloat:fZ)
{
    if(
GetPlayerState(playerid) == PLAYER_STATE_ONFOOT && weaponid == 24){
        
fAutoC[playerid] ++;
        if(
gettime() > GetPVarInt(playerid"UmSegundo")){
            
SetPVarInt(playerid"UmSegundo"gettime() + 1);
            
fAutoC[playerid] = 0;
        }else{
            if(
fAutoC[playerid] > 4){
                
SendClientMessage(playerid0xFF0000FF"Vocк estб usando Macro / Auto-CBUG.");
                
fAutoC[playerid] = 0;
            }
        }
    }
    return 
1;
}
public 
OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if(
newkeys KEY_CROUCH)
        
fAutoC[playerid] = 0;
    return 
1
Reply


Messages In This Thread
Erro Anti Glitch. - by maykom15 - 17.03.2015, 22:16
Re: [Ajuda]Erro - by Dayvison_ - 17.03.2015, 22:18
Re: [Ajuda]Erro - by maykom15 - 17.03.2015, 22:20
Re: [Ajuda]Erro - by Lуs - 17.03.2015, 22:23
Re: Erro Anti Glitch. - by arakuta - 17.03.2015, 22:23
Re: Erro Anti Glitch. - by maykom15 - 17.03.2015, 22:46
Re: Erro Anti Glitch. - by NikiFor - 17.03.2015, 22:53
Re: Erro Anti Glitch. - by Lуs - 17.03.2015, 22:55
Re: Erro Anti Glitch. - by maykom15 - 17.03.2015, 23:00
Re: Erro Anti Glitch. - by Lуs - 17.03.2015, 23:05

Forum Jump:


Users browsing this thread: 1 Guest(s)