Apologies I'm on the work computer and have restricted access of what I can and cant post haha
Below is the following what I added to my Initserver.sqf if that helps? whenever I add these specific lines. The server just wont boot. It's stumped me.
["Exile_Locker",[9336.4,4863.53,5.55922],[[0.793515,0.608551,-0.00056939],[0.0123186,-0.0151273,0.99981]],false],
["Exile_Sign_Locker",[9335.1,4865.7,5.5502],[[0.766216,0.642584,0],[0,0,1]],false],
];
{
private ["_object"];
_object = (_x select 0) createVehicleLocal [0,0,0];
_object setDir (_x select 2);
_object setPosATL (_x select 1);
_object enableSimulation false; //
}
forEach _objects;
Cheers for the help