Having No Vehicle Spawns

Ultra

Member
Titles says it all ? any1 no how to disable all from spawning i want my server transportation just from deployables
 
dayz or epoch? epoch just comment out the dynamic vehicles line in your init.sqf

dayz .. new versions .. i dont know for sure but could find out if i had to
 
example for Chernarus

method 1
open
@DayZ_Epoch_Server\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf

comment out all code in that file

method 2 - recommended
open
MPMissions\DayZ_Epoch_11.Chernarus\init.sqf

comment out this line

call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf";


walla no vehicle spawns!
 
Back
Top