mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Rename SQF/dayz_code/medical/publicEH/medinject.sqf to Server Files/Archive/dayz_code/medical/publicEH/medinject.sqf
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// animHealed.sqf
|
||||
_array = _this; //_this select 0;
|
||||
_unit = _array select 0;
|
||||
_medic = _array select 1;
|
||||
_item = _array select 2;
|
||||
|
||||
_medic playMove "AinvPknlMstpSnonWrflDnon_medic1";
|
||||
Reference in New Issue
Block a user