mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
// noDamage.sqf
|
|
|
|
private ["_unit"];
|
|
_unit = _this select 0;
|
|
|
|
_unit setCaptive 3;
|
|
_unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
|
|
_unit allowDamage false;
|
|
sleep 0.01; |