[Include] Automatic Anti-CBug / CBug Detector Include
#2

Nice, I was thinking of creating this but too lazy, anyways you can c-bug with 4-5 weapons, not only deagle. I love c-bugging with Shotgun, Sniper and Deagle.

pawn Code:
static stock bool:HasCBugWeapons(playerid)
{
    new
        WeaponID = GetPlayerWeapon(playerid);
   
    switch(WeaponID)
    {
        //Deagle | Shotgun | Combat Shotgun || Country Rifle || Sniper Rifle
        case 24, 25, 27, 33, 34: return true;
    }  
    return false;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)