Open DayZ Community

B
Buttface
Don't include the <code> </code> tags, those are only for formatting in the readme file.
C
CulpableComa49
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 1.0;
#include "DZAI\init\dzai_init.sqf"; //Load DayZ AI Bandit Module
C
CulpableComa49
What did i do wrong?
Back
Top