mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
From
e69f8d5306
Moved dog files to the \dog\ folder and pzombie files to the \pzombie\
folder. Also removed some legacy files that are no longer used.
The actions\ and compile\ folders are fully up to date now
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
private ["_array","_object","_type"];
|
|
|
|
_array = _this select 3;
|
|
_object = _array select 0;
|
|
_type = TypeOf(_object);
|
|
player playActionNow "Medic";
|
|
uiSleep 8;
|
|
player addBackpack format["%1_US_Bag_EP1",_type];
|
|
deleteVehicle _object;
|
|
r_action = false;
|
|
call fnc_usec_medic_removeActions; |