Jump to content
Sign in to follow this  
Stag

Coc mines, putting them in a backpack

Recommended Posts

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

I don't know but you could try addmagazinecargo?

Share this post


Link to post
Share on other sites

<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

Damn, it's usually the simple stuff.

Thanks, Dinger. smile_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×