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