mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
// allowDamage.sqf
|
|
|
|
_unit = _this select 0;
|
|
|
|
_unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
|
|
_unit allowDamage true;
|
|
_unit setCaptive false;
|