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