Jump to content

Recommended Posts

I need help getting this ammo command working...not sure if I'm

drinking to much while scripting or this is a ArmA bug.....cheeers.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">emtpy = s1 ammo "M4";hintc format["%1",empty];

Share this post


Link to post
Share on other sites
I need help getting this ammo command working...not sure if I'm

drinking to much while scripting or this is a ArmA bug.....cheeers.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">emtpy = s1 ammo "M4";hintc format["%1",empty];

Looks like there's a typo: emtpy vs. empty

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">empty = s1 ammo "M4";hintc format["%1",empty];should do it wink_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  

×