Ruprt 0 Posted January 26, 2002 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
InqWiper 0 Posted January 27, 2002 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
Placebo 29 Posted January 27, 2002 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) Share this post Link to post Share on other sites
Ruprt 0 Posted January 27, 2002 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