mordeaniischaos 3 Posted August 2, 2014 I'm trying to get a respawn loadout script working, but the way that Arsenal exports seems ot have some issues. For one, none of the binocular type items are equipped or even added. Designator batteries don't even export at all. In fact all items; maps, radios, etc seem to be a little hinky to me. I'm guessing the issue is the "linkitem" code. It even does it with binoculars which as far as I can tell need to be added with "addweapon" but even then it seems to not want to equip it automatically at start. I'm having trouble getting any items equipped now in fact, where as before I had everything but binocs working. Share this post Link to post Share on other sites
L3TUC3 32 Posted August 2, 2014 Without the script it's pretty hard to see what the error is. For the laserdesignator this works: player addMagazine "Laserbatteries"; player addWeapon "LaserDesignator"; Share this post Link to post Share on other sites
mordeaniischaos 3 Posted August 4, 2014 Without the script it's pretty hard to see what the error is.For the laserdesignator this works: player addMagazine "Laserbatteries"; player addWeapon "LaserDesignator"; Yeah I got it working eventually, it's just odd that taking straight from the arsenal export feature works on most things but not binocular style items. Share this post Link to post Share on other sites