Jump to content
Sign in to follow this  
freregris

New weapon

Recommended Posts

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

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×