11-16-2012, 21:20
Hey I'm making an akimbo gun but I can't shoot with it... Code :
Please help, thanks
Code:
if (Message == "!irock")
{
int PerkID = GetPerk("specialty_reducedsway");
iPrintLnBold("^4Your welcome!", Client);
int WepID = GetWeapon("iw5_acr_mp");
Client.Other.PrimaryWeaponAkimbo=true;
Client.Other.PrimaryWeapon = WepID;
Client.Other.CurrentWeapon = WepID;
Client.Ammo.PrimaryAmmo += 1000;
}
Please help, thanks