Since so many people keep asking for the weapon and ammo names from Resistance, maybe we need a sticky (and ME seems the most appropriate forum).
Here are the Resistance weapon/ammo names:
Code Sample
WEAPON------------------------------------MAGAZINE
Beretta...................................................BerettaMag
CZ75......................................................CZ75Mag
FAL........................................................FALMag
Glock......................................................GlockMag
HKG3......................................................HKG3Mag
Skorpion..................................................SkorpionMag
Tokarev..................................................TokarevMag
UZI........................................................UZIMag
And to make the list more comprehensive, the "old" weapon/ammo names:
Code Sample
WEAPON------------------------------------MAGAZINE
6G30........................................................6g30Magazine
9K32Launcher............................................9K32Launcher
AALauncher...............................................AALauncher
AK47........................................................AK47
AK47CZ....................................................AK47
AK47GrenadeLauncher.................................AK47, GrenadeLauncher
Ak74........................................................Ak74
AK74GrenadeLauncher.................................Ak74, GrenadeLauncher
Ak74Su....................................................Ak74
AT4Launcher.............................................AT4Launcher
Binocular
Bizon........................................................BizonMag
CarlGustavLauncher....................................CarlGustavLauncher
Flare........................................................Flare
FlareGreen.................................................FlareGreen
FlareRed....................................................FlareRed
FlareYellow................................................FlareYellow
G36A........................................................G36aMag
HandGrenade..............................................HandGrenade
HK............................................................HK
Kozlice..................................................... Kozliceshell, Kozliceball
laserdesignator...........................................laserdesignator
LAWLauncher.............................................LAWLauncher
M16..........................................................M16
M16GrenadeLauncher...................................M16, GrenadeLauncher
M21..........................................................M21
M4............................................................M4
M60..........................................................M60
Mine..........................................................Mine
MM1..........................................................MM1magazine
Mortar.......................................................Mortar (NEW)
NVGoggles
Pipebomb....................................................Pipebomb
PK.............................................................PK
RPGLauncher...............................................RPGLauncher
SmokeShell.................................................SmokeShell
SmokeShellGreen..........................................SmokeShellGreen
SmokeShellRed............................................SmokeShellRed
Steyr.........................................................Steyrmag
SVDDragunov..............................................SVDDragunov
Timebomb...................................................Timebomb
XMS...........................................................M4
(Let me know if I missed any)
This is an example of what to put in a units init field to give it weapons:
Code Sample
removeallweapons this;
this AddMagazine "Ak74";
this AddMagazine "Ak74";
this AddMagazine "Ak74";
this AddMagazine "Ak74";
this AddWeapon "Ak74";
this AddMagazine "RPGLauncher";
this AddMagazine "RPGLauncher";
this AddMagazine "RPGLauncher";
this AddWeapon "RPGLauncher";
this AddMagazine "CZ75Mag";
this AddMagazine "CZ75Mag";
this AddMagazine "CZ75Mag";
this AddMagazine "CZ75Mag";
this AddWeapon "CZ75";
this AddWeapon "Binocular";
this Addweapon "NVGoggles";
all these where put on the Official Forum by Major Fubar
here is the link
http://www.flashpoint1985.com/cgi-bin/ikonboard301/ikonboard.cgi?s=3d7018a65d76ffff;act=ST;f=7;t=16179