Amarak_TZW 0 Posted October 17, 2002 I was looking for some information on making some custom crates for weapons packs to use on some MP missions. I am creating crates for sniping, heavy weapon(anti tank), AA, and assualt weapons. I am looking for a way to write the script so I can reuse it in various boxes without having to write every crate name in a lot of scripts. Hope this is making sense. In other words, does this addweaponcargo ["", ] work for making 5 different crates, or do I have to make a script for each and every ammo box I create using individual names for each? Thanks for the assistance. I know, beginner question, but I just started trying to do this, and can't find a definitive answer, and when I tried it, it did some strange stuff, like louder than usual walking noise (?!. Shawn Amarak Share this post Link to post Share on other sites
NinjaKid 0 Posted October 21, 2002 I'm a bit of a newbie myself (4th post so far), but i think you have to repeat it for every weapon and magazine you want to put in ie: this addweaponcargo ["LAWLauncher",5]; this addmagazinecargo ["LAWLauncher",20]; ........ however instead of typing it out for every ammo crate, just do it in one crate, then select it and press Ctrl+C then pres Ctrl+V to copy then paste it around your map. An added question, i can't seem to find any weapon crates that don't already have M16 mags and grenades in them, how do i get rid of these to have an empty crate i can custom fill? Share this post Link to post Share on other sites