Jump to content
Sign in to follow this  
Eraser-pt

Why the commands to add weapons dont work?

Recommended Posts

If i put in the init field this addweapon "m16" it works put if i put this addweapon ["m16; 5] it doesn´t why??? every tutorial say to do that but in my game it doesnt i have operation flashpoint version 1.46 so dont blaim me about the version...

I dont like have to put this addweapon "m16"; this addammo "m16"; this addammo "m16" lol and over and over

Cya guys

Share this post


Link to post
Share on other sites

Well, you're mixing two different things here.

Thing 1: addweapon/addmagazine to a soldier

In this case, it's the right way, to use:

this addweapon "M16"

Thing 2: addweaponcargo/addmagazinecargo to a vehicle or

object (ammo crate).

In this case, you need to use:

this addweaponcargo ["M16", 5]

~S~ CD

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  

×