freregris 0 Posted March 6, 2002 I m looking for the real name of two new weapons : "g36" and "Steyr Aug"... Share this post Link to post Share on other sites
RED 0 Posted March 6, 2002 If you mean to add to a player in the game, the Steyr is : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">ammo : SteyrMag weapon : Steyr<span id='postcolor'> and not sure about the  g36 but it might be : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">ammo : g36 weapon : g36<span id='postcolor'> RED Share this post Link to post Share on other sites
Cyberdyne 0 Posted March 6, 2002 If you're adding the weapon to a man in a mission, an ammo crate or something similiar. ap addweapon "SteyrMag" Â Â this addweaponcargo [G36AMag,?] (ap = player name) Pay no attention to the addweapon/cargo, it's just a little editor's liscence. These are both to add the weapons, to add the ammo it would be: ap addmagazine "SteyrMag" (Not necessary to add ammo to ammo crates) Share this post Link to post Share on other sites
Caelum Atra 0 Posted March 6, 2002 If you use player names to add weapons you'll have to name all units. You can just do this: RemoveAllWeapons this; this addmagazine "g36amag"; this addweapon "g36a" and so on, you add the mag first so the unit doesnt have to reload as soon as the mission begins. Share this post Link to post Share on other sites