I went to Stary Trader city and I checked and there was absolutely nothing. I checked the other traders and it was the same, nothing. This is the server_traders.sqf: http://pastebin.com/JCuprhhj
These are the 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 "server_traders.sqf"; //Compile trader configs
progressLoadingScreen 1.0;
call compile preprocessFileLineNumbers "custom\snap_build\compiles.sqf";
Question
AOD_Assassin
I went to Stary Trader city and I checked and there was absolutely nothing. I checked the other traders and it was the same, nothing.
This is the server_traders.sqf: http://pastebin.com/JCuprhhj
These are the functions
Help would be very nice.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now