the_unknown_one 0 Posted April 18, 2003 how would i add an RPG launcher to a truck so instead of carring t round i just take it out? this would be as if someone had had it and used action "put rpgnh75 launcher to pv3s civil" , so i can go up to the truck and it will say "take rpg launcher". sorry if it doesnt make sense, from the_unknown_one p.s i have searched, for "adding weapons to vehicles" Share this post Link to post Share on other sites
Wadmann 0 Posted April 18, 2003 Type the following command in to an vehicle's init field. For removing all weapons: ClearWeaponCargo this For removing all magazines: ClearMagazineCargo this For adding some weapons: This AddWeaponCargo ["Yourweapon", Amount] For adding some magazines: This AddMagazineCargo ["Yourmagazine", Amount] Remember to separate your commands with a ; in the init field. See list of weapons and ammo (second pinned topic on ME & S page) for correct names of desired weapons and ammo to be added to vehicle. Also see pinned topic at top of ME & S page. In particular, first page by "Jap" on Feb 2, 2003. Share this post Link to post Share on other sites