aphelion79 0 Posted July 12, 2002 How do i add weapons and ammo to ammo crates? I would like to add, for example 4 G36's and 10 Mags for it... and 4 flares... what would i type in the Init field to do this? Share this post Link to post Share on other sites
BabaZed 1 Posted July 12, 2002 init= this addmagazinecargo["g36mag",10];this addmagazinecargo["flare",4] ps. if "g36mag" dont work try "g36" Share this post Link to post Share on other sites
NEO -PZ- 0 Posted July 12, 2002 To make it simple... </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">this addMagazineCargo ["G36mag",10]; this addWeaponCargo ["G36",4]; this addMagazineCargo ["Flare",4]<span id='postcolor'> Neo Share this post Link to post Share on other sites