mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Update server_monitor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
private ["_position","_veh","_istoomany"];
|
||||
|
||||
waitUntil {!isNil "BIS_fnc_selectRandom"};
|
||||
_position = RoadList call BIS_fnc_selectRandom;
|
||||
_position = roadList call BIS_fnc_selectRandom;
|
||||
_position = _position modelToWorld [0,0,0];
|
||||
|
||||
waitUntil {!isNil "BIS_fnc_findSafePos"};
|
||||
|
||||
Reference in New Issue
Block a user