02-26-2013, 17:41
hey! hi, I'm about akimbo code! Please give me an example of this code here>http://www.itsmods.com/forum/Thread-Release-Code-Akimbo-weapon-fix-new.html,
so I wrote huid and chose weapons I do not quite understand English! (sorry)
Here is an example of the old code akimbo and I need a new
if (Message == "! acra")
{
if (Client.XUID == "011000010454567b7" | | Client.XUID == "0117770103cc64556")
{
int AkimboWeaponID = GetWeapon ("iw5_acr_mp_silencer_camo10"); / / Akimbo weapon.
Client.Other.PrimaryWeaponAkimbo = true;
Client.Other.SecondaryWeaponAkimbo = true;
Client.Other.PrimaryWeapon = AkimboWeaponID;
Client.Other.SecondaryWeapon = AkimboWeaponID;
Client.Other.CurrentWeapon = AkimboWeaponID;
Client.Ammo.PrimaryAmmoClip = +1000;
Client.Ammo.SecondaryAmmoClip = +1000;
return ChatType.ChatNone;
}
}
so I wrote huid and chose weapons I do not quite understand English! (sorry)
Here is an example of the old code akimbo and I need a new
if (Message == "! acra")
{
if (Client.XUID == "011000010454567b7" | | Client.XUID == "0117770103cc64556")
{
int AkimboWeaponID = GetWeapon ("iw5_acr_mp_silencer_camo10"); / / Akimbo weapon.
Client.Other.PrimaryWeaponAkimbo = true;
Client.Other.SecondaryWeaponAkimbo = true;
Client.Other.PrimaryWeapon = AkimboWeaponID;
Client.Other.SecondaryWeapon = AkimboWeaponID;
Client.Other.CurrentWeapon = AkimboWeaponID;
Client.Ammo.PrimaryAmmoClip = +1000;
Client.Ammo.SecondaryAmmoClip = +1000;
return ChatType.ChatNone;
}
}