Stag 0 Posted October 7, 2003 I'm trying to put 3 claymores into anderrson's new backpack. the code I tried is this: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this addweaponcargo ["COCMinesPut",1];this addweaponcargo["COCM18A1,3"];this addmagazinecargo["COCM18A1,3"] Ingame, I'm able to retrieve the M57 from the pack, but no mines. Anybody know why? Share this post Link to post Share on other sites
iNeo 0 Posted October 7, 2003 I don't know but you could try addmagazinecargo? Share this post Link to post Share on other sites
dinger 1 Posted October 7, 2003 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> this addmagazinecargo["COCM18A1,3"] should be <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> this addmagazinecargo["COCM18A1",3] Also note that if there are any open weapoon slots, on taking the M57, the player will also take claymores. Share this post Link to post Share on other sites
Stag 0 Posted October 7, 2003 Damn, it's usually the simple stuff. Thanks, Dinger. Share this post Link to post Share on other sites