ItsMods

Full Version: Weapon IDs?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know the weapon value for AC130 and IMS?

I know there are programs out there that will give you these but i'm after the values.
(02-07-2013, 20:50)jarniboi Wrote: [ -> ]Does anyone know the weapon value for AC130 and IMS?

I know there are programs out there that will give you these but i'm after the values.

you can't give killstreaks with a plugin. if you wanna know a weapon value use GetWeapon("weaponname"); and you can print the integer in the console.
(02-07-2013, 20:57)8q4s8 Wrote: [ -> ]
(02-07-2013, 20:50)jarniboi Wrote: [ -> ]Does anyone know the weapon value for AC130 and IMS?

I know there are programs out there that will give you these but i'm after the values.

you can't give killstreaks with a plugin. if you wanna know a weapon value use GetWeapon("weaponname"); and you can print the integer in the console.

thats what i'm after mate, can you give me the value for:

All AC130 Weapons
Reaper
IMS
erm you can look at the MW3 extracted GSC's then navigate to maps\mp\killstreaks\_ac130.gsc and the weapons names should be in there.
ac130 should be ac130_25mm ac130_105mm I think.
(02-07-2013, 21:37)DidUknowiPwn Wrote: [ -> ]erm you can look at the MW3 extracted GSC's then navigate to maps\mp\killstreaks\_ac130.gsc and the weapons names should be in there.
ac130 should be ac130_25mm ac130_105mm I think.

I think he's searching for the values of the weapons (no idea why)
ac130 is
ac130_25mm_mp,
ac130_40mm_mp,
ac130_105mm_mp

Values:
ac130_25mm_mp = 103
ac130_40mm_mp = 104
ac130_105mm_mp = 105

I couldn't find reaper and ims, but i hope this helps