removed suv colors pbo

This commit is contained in:
[VB]AWOL
2013-11-30 13:43:13 -06:00
parent 4bdd102fb8
commit b49a282143
22 changed files with 34 additions and 24 deletions

View File

@@ -78,12 +78,24 @@ if (!isDedicated) then {
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
// Anti Hack
if (true) then {
[] execVM "\z\addons\dayz_code\system\antihack.sqf";
};
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
if (true) then {
[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
};
};
#include "\z\addons\dayz_code\system\REsec.sqf"
if(true) then {
#include "\z\addons\dayz_code\system\REsec.sqf"
};
//Start Dynamic Weather
execVM "\z\addons\dayz_code\external\DynamicWeatherEffects.sqf";
if(true) then {
execVM "\z\addons\dayz_code\external\DynamicWeatherEffects.sqf";
};
#include "\z\addons\dayz_code\system\BIS_Effects\init.sqf"