Update init.sqf

This commit is contained in:
Andrew Gregory
2013-09-14 03:35:10 +01:00
parent 669e82ea4f
commit cbd434b39a

View File

@@ -84,5 +84,5 @@ if (!isDedicated) then {
_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf"; _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
//Lights //Lights
[17,6,true,false,true,true,64,250,600,10,[0.698, 0.556, 0.419],"Generator_DZ",250,"",6] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf"; [17,6,true,false,true,true,72,180,600,10,[0.698, 0.556, 0.419],"Generator_DZ",280,"",0.5] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
}; };