Jump to content
Sign in to follow this  
Przemek_kondor

adding vehicle weapon to soldier

Recommended Posts

Hi

Is there posibility (without addon) to add those weapons to soldiers?

Something like that doesn't work propertly:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

removeAllWeapons player;

player addMagazine "2000Rnd_762x51_M134";

player addWeapon "M134";

player selectWeapon "M134";

or can those weapons be added to normal vehicles only?

Share this post


Link to post
Share on other sites

Hello.

No you can not add a gatling cannon to your soldier.

Share this post


Link to post
Share on other sites

hm this worked in OFP from what I can remember.

Not sure if it was changed or done different.

Share this post


Link to post
Share on other sites

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

removeAllWeapons player;

player addMagazine "2000Rnd_762x51_M134";

this addWeapon "M134";

works but:

1. no weapon's model appears

2. in MP-editor preview it doesn't work (what I need)

Share this post


Link to post
Share on other sites
Hello.

No you can not add a gatling cannon to your soldier.

Yeah does work like Przemek_kondor sed you see no model-just fires outta your chest!

You can add all sorts  smile_o.gif

Even the A-10 cannon pistols.gif

Share this post


Link to post
Share on other sites

its cause threr is no wweapon model addded to that weapon.

in the small arms you need to define the weapon model.

now the vehicles weapons are added directly to the model and not via proxy (unlike the small arms and human models).

i belive i am not mistaken.but please correct me if i do.

sfc

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  

×