AIRBREAK ANTI-CHEAT
#7

It doesn't detect player if player is airbreaking. I just tested it now.

PHP код:
for(new iMAX_PLAYERSi++) // Start the loop
    
{
      
//if(pData[i][pAdmin] < 1)
      //{
            
if(GetPlayerSurfingVehicleID(i) == INVALID_VEHICLE_ID && GetPlayerState(i) == PLAYER_STATE_ONFOOT)
            {
                if(
GetPlayerAnimationIndex(i) == 958 || GetPlayerAnimationIndex(i) == 959)
                {
                if(
GetPlayerWeapon(i) != 46)
                {
                    new 
string[126];
                    
format(string,sizeof(string),"SERVER ANTI-CHEAT: %s (%d) CHEATING (AIRBREAK CHEATS)."pnameID);
                    
SendMessageToAdmins(RED,string);
                   
                    return 
1;
                }
                }
            }
       
//}
    

Reply


Messages In This Thread
AIRBREAK ANTI-CHEAT - by sscarface - 02.07.2015, 09:44
Re: AIRBREAK ANTI-CHEAT - by Youssef221 - 02.07.2015, 09:54
Re: AIRBREAK ANTI-CHEAT - by Tamer - 02.07.2015, 09:57
Re: AIRBREAK ANTI-CHEAT - by sscarface - 02.07.2015, 10:03
Re: AIRBREAK ANTI-CHEAT - by sscarface - 02.07.2015, 10:08
Re: AIRBREAK ANTI-CHEAT - by Youssef221 - 02.07.2015, 10:14
Re: AIRBREAK ANTI-CHEAT - by sscarface - 02.07.2015, 10:40

Forum Jump:


Users browsing this thread: 4 Guest(s)