fa3_c37_HSLD(III)
Posted: Thu Jul 14, 2016 11:54 pm
Please post any feedback here.
Thanks!
Thanks!
https://forum.republicoffolk.org:443/
https://forum.republicoffolk.org:443/viewtopic.php?f=53&t=2144
Code: Select all
if !(isServer) exitWith {};
_foo addEventHandler [
"HandleDamage",
{
_box = _this select 0;
_ammoName = _this select 4;
if (_ammoName == "DemoCharge_Remote_Ammo" || _ammoName == "SatchelCharge_Remote_Ammo") exitWith {
// Stuff to happen after destruction
};
0
}];