mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -8,7 +8,7 @@ _vehicle setVariable ["hasBomb",true,true];
|
||||
|
||||
_vehicle addEventHandler ["GetIn",{
|
||||
//diag_log str(_this);
|
||||
sleep 2;
|
||||
uiSleep 2;
|
||||
_bombCar = _this select 0;
|
||||
_bomb = createVehicle ["Bo_GBU12_lgb",getPosATL _bombCar, [], 0, "NONE"];
|
||||
}];
|
||||
Reference in New Issue
Block a user