Jump to content
Sign in to follow this  
krypling

where to find change jam hd mag script

Recommended Posts

Hi!

Long time ago I remember downloading a script that changed your enemies hod mag to usual mag when they got killed.

I realy loved the script since i like to put hd mag to my enemies.

But now it got lost during reinstalling, and i cant find it again. been searching the forum, and ofpec without results.

Hope someone can help me

Krypling

Share this post


Link to post
Share on other sites

I don't know for that script, but I quickly maded one.

Modify it to your needs, name it as you wish, and call it from a Trigger with a not alive condition for the specific unit.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">;To call: [unitname] exec "scriptname.sqs"

_unit = _this select 0

removeAllWeapons _unit

_unit addMagazine "JAM_E545_30mag"

_unit addMagazine "JAM_E545_30mag"

_unit addMagazine "JAM_E545_30mag"

_unit addMagazine "JAM_E545_30mag"

_unit addWeapon "JAM_AK74"

exit

Share this post


Link to post
Share on other sites

Hi krypling,

AgentFox2 made the most recent version of that script, which was a casualty of the great OFPEC crash. If you PM him directly he might be able to send you a copy - he's a rather helpful fellow y'know smile_o.gif

Cheers,

CH

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  

×