toadlife 3 Posted April 15, 2003 WHen you guys release a binarized addon weapon with multiple muzzles, please include the names of the muzzles in the documentation. The selectweapon command only works with multiple-muzzle weapons if you tell it which muzzle to select. For example, if you do selectweapon "m16grenadelauncher" it wont work, you have to do selectweapon "m16muzzle" Trying to guess the muzzle names is not allways easy. Share this post Link to post Share on other sites
SelectThis 0 Posted April 16, 2003 Very good point Toadlife, we started including muzzle info with the BAS Delta/Rangers and will continue to do so in all future releases. SelectThis Share this post Link to post Share on other sites
vektorboson 8 Posted April 16, 2003 @toadlife you don't have to guess the muzzle of a weapon! You can achieve the muzzle by scripting: this addEventHandler ["FIRED", {hint format[{%1}, _this];}] I don't know right now which one is the muzzle but you can test it by firing ie M16+M203. Share this post Link to post Share on other sites
toadlife 3 Posted April 16, 2003 Cool. I Didn't know that. Share this post Link to post Share on other sites