23.01.2014, 16:44
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;
}