mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
maybe needed
This commit is contained in:
@@ -366,6 +366,7 @@ if (isServer and isNil "sm_done") then {
|
|||||||
_debugMarkerPosition = [(_debugMarkerPosition select 0),(_debugMarkerPosition select 1),1];
|
_debugMarkerPosition = [(_debugMarkerPosition select 0),(_debugMarkerPosition select 1),1];
|
||||||
_vehicle_0 = createVehicle ["DebugBox_DZ", _debugMarkerPosition, [], 0, "CAN_COLLIDE"];
|
_vehicle_0 = createVehicle ["DebugBox_DZ", _debugMarkerPosition, [], 0, "CAN_COLLIDE"];
|
||||||
_vehicle_0 setPos _debugMarkerPosition;
|
_vehicle_0 setPos _debugMarkerPosition;
|
||||||
|
_vehicle_0 setVariable ["ObjectID","1",true];
|
||||||
|
|
||||||
// max number of spawn markers
|
// max number of spawn markers
|
||||||
if(isnil "spawnMarkerCount") then {
|
if(isnil "spawnMarkerCount") then {
|
||||||
|
|||||||
Reference in New Issue
Block a user