["z\addons\dayz_server\system\scheduler\sched_safetyVehicle.sqf","KILLING A HACKER","kpw"," IN ","KORD_high_TK_EP1"]
in my custom variables i have
DZE_safeVehicle = ["ParachuteWest","ParachuteC","KORD_high_TK_EP1"];
loading the KORD in via .sqf in the server pbo
_vehicle_613 = objNull;
if (true) then
{
_this = createVehicle ["KORD_high_TK_EP1", [4118.1001, 7245.6196, 9.1946907], [], 0, "CAN_COLLIDE"];
_vehicle_613 = _this;
_this setDir 186.50471;
_this setPos [4118.1001, 7245.6196, 9.1946907];
};
Any ideas?