ACE3/addons/medical_damage/functions/fnc_install.sqf

6 lines
125 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
params ["_unit"];
_unit addEventHandler ["HandleDamage", {_this call FUNC(handleDamage)}];