mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
28
SQF/dayz_code/Configs/CfgVehicles/Buildings/HouseDZ.hpp
Normal file
28
SQF/dayz_code/Configs/CfgVehicles/Buildings/HouseDZ.hpp
Normal file
@@ -0,0 +1,28 @@
|
||||
class HouseDZ: House {
|
||||
class MarkerLights
|
||||
{
|
||||
class RedBlinking
|
||||
{
|
||||
name = "";
|
||||
color[] = {0,0.0,0,0};
|
||||
ambient[] = {0,0,0,0};
|
||||
brightness = 0;
|
||||
blinking = "false";
|
||||
};
|
||||
};
|
||||
class Reflectors
|
||||
{
|
||||
class MainLight
|
||||
{
|
||||
color[] = {0,0.0,0,0};
|
||||
ambient[] = {0,0,0,0};
|
||||
brightness = 0;
|
||||
position = "";
|
||||
direction = "";
|
||||
hitpoint = "";
|
||||
selection = "";
|
||||
size = 0;
|
||||
period[] = {0,1};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user