Jump to content
Sign in to follow this  
_FoE_Peacemaker

Flares

Recommended Posts

Can some one tell me how i add flares to a grenader or an ammo box i cant figure it out.

I think its like in int field

this addweapon "Flare"

Share this post


Link to post
Share on other sites

for an ammo box it's this addweaponcargo "flarered" or whatever color you want between red, yellow, blue and green.

Share this post


Link to post
Share on other sites

here use this as a script, name it ammo1........

ammo1 addweaponcargo ["flarered", 3];

ammo1 addmagazinecargo ["flarered", 10];

ammo1 addweaponcargo ["flaregreen", 3];

ammo1 addmagazinecargo ["flaregreen", 10];

ammo1 addweaponcargo ["flareyellow", 3];

ammo1 addmagazinecargo ["flareyellow", 10];

ammo1 addmagazinecargo ["flareblue", 10];

ammo1 addweaponcargo ["flareblue", 3];

name the ammo crate ammo1 and in its init field exec the script, e.g. [ammo1] exec "ammo1.sqs" wink.gif

Share this post


Link to post
Share on other sites

U dont have addweaponcargo for flares, just addmagazinecargo, same for grenades, mines, satchels, and stuff like that(if there is more... I cant think of more right now, but Im not trying that hard either).

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Rob @ Feb. 01 2002,08:58)</td></tr><tr><td id="QUOTE">here use this as a script, name it ammo1........

ammo1 addweaponcargo ["flarered", 3];

ammo1 addmagazinecargo ["flarered", 10];

     ammo1 addweaponcargo ["flaregreen", 3];

          ammo1 addmagazinecargo ["flaregreen", 10];

          ammo1 addweaponcargo ["flareyellow", 3];

     ammo1 addmagazinecargo ["flareyellow", 10];

ammo1 addmagazinecargo ["flareblue", 10];

ammo1 addweaponcargo ["flareblue", 3];

name the ammo crate ammo1 and in its init field exec the script, e.g. [ammo1] exec "ammo1.sqs"   wink.gif<span id='postcolor'>

Is there a flareblue? Doesn't seemt to work for me, just white, red, yellow and green confused.gif

Share this post


Link to post
Share on other sites

Intruder has it right, but one suggestion,

This addmagazinecargo ["FlareRed", 5];

This will add 5 red flares and by putting in the "THIS" you can cut and paste the ammo box with Ctrl C, Ctrl V commands

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  

×