Jump to content
Sign in to follow this  
jblack9

Adding Weapons

Recommended Posts

I'm sure this has been discussed before, but I haven't been able to find what I'm looking for.

Using STALKERGB's British Royal Marines Units, I wanna replace their default weapons with the ones from the latest (unbugged) UKF Weapons.

I know I need to first put: removeAllweapons

Then is it addweapon? and what are the UKF names for their weapons?

Thanks in advance. Do i need to do this or does somebody have a replacement pack which does this already?

Share this post


Link to post
Share on other sites

it will look like this, (The AK-74 is just an example). Don't know the UKF weapon names, but they should be in the readme of that addon.

removeallweapons this ; this addmagazine "30rnd_545x39_ak" ; this addweapon "ak_74"

Note: You will have to type the magazine line each time for each magazine you add.

Share this post


Link to post
Share on other sites

You can also do this:

{unit addmagazine magName;} foreach [1,2,3,4,5];

That will add 5 magazines of your chosen magName.

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  

×