diff --git a/Sources/epoch_server/compile/epoch_missions/EPOCH_Server_createObject.sqf b/Sources/epoch_server/compile/epoch_missions/EPOCH_Server_createObject.sqf index c2dead40..145a92a7 100644 --- a/Sources/epoch_server/compile/epoch_missions/EPOCH_Server_createObject.sqf +++ b/Sources/epoch_server/compile/epoch_missions/EPOCH_Server_createObject.sqf @@ -78,6 +78,8 @@ _pos set [2,0]; //if(_x in _allowedVehiclesList)then{ //Not working ? + _posOut = _pos; + if(_x isKindOf "CAR" || _x isKindOf "AIR")then{ _pos = [position _player, 0, 250, 6, 0, 1000, 0] call BIS_fnc_findSafePos; _pos = _pos findEmptyPosition [1,75,_x];