mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
0.1
This commit is contained in:
8
dayz_code/medical/publicEH/noDamage.sqf
Normal file
8
dayz_code/medical/publicEH/noDamage.sqf
Normal file
@@ -0,0 +1,8 @@
|
||||
// noDamage.sqf
|
||||
|
||||
_unit = _this select 0;
|
||||
|
||||
_unit setCaptive 3;
|
||||
_unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
|
||||
_unit allowDamage false;
|
||||
sleep 0.01;
|
||||
Reference in New Issue
Block a user