Jump to content
Sign in to follow this  
Ruprt

How to reload magazine ?

Recommended Posts

Does anybody know how to programatically reload soldier's weapon? I need it for the moment when my cutscene going to finish and the player has allredy gotten new magazines by using AddMagazine command, but his weapon stays uncharged. :(

Share this post


Link to post
Share on other sites

Try add the magazines before adding the weapon, that way the weapon should already be loaded.

this addmagazine "M16"; this addweapon "M16".

If he alrerady has a weapon do this

this removeweapon "(weaponName)"; this addmagazine "(magazineName)"; this addweapon "(weaponName)"

that should work(if you didnt want to see him reload).

Share this post


Link to post
Share on other sites

Perhaps I'm reading the question wrong, are you asking how you can show your men reloading their weapons after the cutscene? Or are you asking how to make sure the weapons are loaded so you don't have to see them reload? (as InqWiper correctly answered) smile.gif

Share this post


Link to post
Share on other sites

Because I know how to show reloading, I just needed reload weapon after using AddMagazine command, but thanx, thanx, thanx. After I had done what you advised me, it had worked already. (and sorry for my English, I know it's terrible) :)

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  

×