mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
_array = _this select 3;
|
|
_object = _array select 0;
|
|
_inventory = _array select 1;
|
|
player playActionNow "Medic";
|
|
sleep 8;
|
|
{player addMagazine _x} forEach _inventory;
|
|
deleteVehicle _object;
|
|
r_action = false;
|
|
call fnc_usec_medic_removeActions; |