mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 18:06:32 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
class Land_Vysilac_FM: House
|
||||
{
|
||||
scope = 1;
|
||||
armor = 150;
|
||||
destrType = "DestructBuilding";
|
||||
ladders[] = {{"start","end"}};
|
||||
model = "\ca\buildings\Vysilac_FM";
|
||||
class MarkerLights
|
||||
{
|
||||
class RedBlinking
|
||||
{
|
||||
name = "";
|
||||
color[] = {0,0,0,0};
|
||||
ambient[] = {0,0,0,0};
|
||||
brightness = 0;
|
||||
blinking = 0;
|
||||
};
|
||||
};
|
||||
class Destruction
|
||||
{
|
||||
animations[] = {{"ca\buildings\rtm\vysilac_fm.rtm",0.5,3}};
|
||||
};
|
||||
displayName = "Radio 1";
|
||||
};
|
||||
Reference in New Issue
Block a user