snniper 1 Posted August 16, 2012 I am trying to make a mission with a backpack dispenser and the script I am using works in a way that I can select a backpack but it does not appear on my players back. Share this post Link to post Share on other sites
kylania 568 Posted August 16, 2012 Use the addBackpack to add a backpack to a unit. player addBackpack "US_Backpack_EP1"; Also remember that some units (A2 units and Medics for the most part) can't use the OA backpacks. Share this post Link to post Share on other sites
snniper 1 Posted August 16, 2012 Use the addBackpack to add a backpack to a unit. player addBackpack "US_Backpack_EP1"; Also remember that some units (A2 units and Medics for the most part) can't use the OA backpacks. Thanks for replying and I add this to the Init right Share this post Link to post Share on other sites
kylania 568 Posted August 16, 2012 You could, or just have the script run that command. Best would be as a dialog, but I suck at those. :) Share this post Link to post Share on other sites
mikie boy 18 Posted August 16, 2012 (edited) Heres the Backpack script and dialog from [FOCK]ers Most Wanted [FOCK]Backpacks - https://dl.dropbox.com/u/17725328/Focker_Scripts/%5BFOCK%5DBackpacks.rar Edited August 16, 2012 by Mikie boy Share this post Link to post Share on other sites