Jump to content
  • 0

Bike Deploy, Killing my players/me.


kano5003

Question

Hey Guys, I run Epoch 1.0.5.1 and im trying to install a deploy bike mod. My server keeps checkinghacker and killing people on the bike. I have added the old bike to the DZEsafevehicles list but its still killing them. Is their a better way of going about this?

My bike that spawns is a Old_bike_TK_INS_EP1 and I added it to my init.sqf but I still die? I run epoch on linux so I dont use a variables.sqf. My line in init.sqf looks like this - 

DZE_safeVehicle = ["M2HD_mini_TriPod","M2StaticMG","Old_bike_TK_INS_EP1","ParachuteWest","ParachuteC"];

 

Thanks

 

KaNo5003.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

make sure that your DZE_safeVehicle is after the "Load in compiled functions"

//Load in compiled functions
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf";				//Initilize the Variables (IMPORTANT: Must happen very early)
progressLoadingScreen 0.1;
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf";				//Initilize the publicVariable event handlers
progressLoadingScreen 0.2;
call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf";	//Functions used by CLIENT for medical
progressLoadingScreen 0.4;
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf";				//Compile regular functions
progressLoadingScreen 0.5;
call compile preprocessFileLineNumbers "custom\server_traders.sqf";				//Compile trader configs
progressLoadingScreen 1.0;


DZE_safeVehicle = ["M2HD_mini_TriPod","M2StaticMG","Old_bike_TK_INS_EP1","ParachuteWest","ParachuteC"];
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...