Home   Help Search Login Register  

Author Topic: Handgun ammo names?  (Read 728 times)

0 Members and 1 Guest are viewing this topic.

Offline Arctic

  • Members
  • *
  • In Utero
Handgun ammo names?
« on: 30 Dec 2002, 21:54:25 »
I can figure out how to call up the hanguns with the AddWeapon command. I just cant figure out what the ammo is called.

I have checked both the Stringtable file and the official readme and scripting site (the 1.85 version of the scripting site).

Does anyone have a list of the names for them?

Gameer_77

  • Guest
Re:Handgun ammo names?
« Reply #1 on: 30 Dec 2002, 22:28:12 »
If you wanna know the name of the ammo for a unit, put this into the init of a unit -

Code: [Select]
hint format ["Ammo Name - %1",magazines this]
Use what comes out in the hint box :)

Gameer

frag

  • Guest
Re:Handgun ammo names?
« Reply #2 on: 30 Dec 2002, 22:33:36 »
Here it is:

Weapon         Ammo         Side


M16         M16         West
M4         M4         West
HK         HK         West
M16GrenadeLauncher   M16         West
M21         M21         West
Steyr         SteyrMag      West
XMS         M4         West
G36a         G36aMag         West
M60         M60         West
FAL         FALMag         West
HKG3         HKG3Mag         West
UZI         UZIMag         West
Beretta         BerettaMag      West
Glock         GlockMag      West
RevolverMag      RevolverMag      West
GlockS         GlockSMag      West
LAWLauncher      LAWLauncher      West
CarlGustavLauncher   CarlGustavLauncher   West
AALauncher      AALauncher      West
MM1         MM1Magazine      West
LaserDesignator      LaserDesignator      West

AK47CZ         AK47         Res
HuntingRifle      HuntingRifleMag      Res
CZ75         CZ75         Res
Kozlice         "Kozliceball, Kozliceshell"            Res

AK47         AK47         East
AK74         AK74         East
Bizon         BizonMag      East
PK         PK         East
AK47GrenadeLauncher   AK47         East
AK74GrenadeLauncher   AK74         East
SVDDragunov      SVDDragunov      East
AK74SU         AK74         East
RPGLauncher      RPGLauncher      East
AT4Launcher      AT4Launcher      East
9K32Launcher      9K32Launcher      East
6G30         6G30Magazine      East
Tokarev         TokarevMag      East
Skorpion      SkorpionMag      East/Res

Binocular               All
NVGoggles               All
         Mortar         All
         Flare         East/West
         FlareRed      East/West
         FlareGreen      East/West
         FlareYellow      East/West
         SmokeShell      All
         SmokeShellRed      All
         SmokeShellGreen      All
         HandGrenade      All
         Pipebomb      All
         Mine         All

Seeker

  • Guest
Re:Handgun ammo names?
« Reply #3 on: 01 Jan 2003, 19:49:22 »
i think you just have to take the name of the handgun and add "Mag" to it.

weapon:
"Tokarev"

Magazine:
"TokarevMag"