mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
access is useless, update CFG Worlds
This commit is contained in:
@@ -9,7 +9,7 @@ class DZ_GroupText: RscText {
|
||||
};
|
||||
|
||||
class DZ_GroupDynamicText: RscStructuredText {
|
||||
access = 0;
|
||||
//access = 0;
|
||||
type = 13;
|
||||
colorText[] = {1,1,1,1};
|
||||
class Attributes {
|
||||
|
||||
@@ -645,7 +645,7 @@ class ZSC_RscToolbox {
|
||||
|
||||
class ZSC_RscTextT // Used in plot management
|
||||
{
|
||||
access = 0;
|
||||
//access = 0;
|
||||
type = 0;
|
||||
idc = -1;
|
||||
colorBackground[] = {0,0,0,0};
|
||||
|
||||
@@ -10,7 +10,7 @@ class DoorAccess
|
||||
{
|
||||
class ZupaBackground_1
|
||||
{
|
||||
access = 0;
|
||||
//access = 0;
|
||||
type = 0;
|
||||
colorText[] = {0.8784,0.8471,0.651,1};
|
||||
text = "";
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
class RscTextTraderDialog
|
||||
{
|
||||
access = 0;
|
||||
//access = 0;
|
||||
type = 0;
|
||||
idc = -1;
|
||||
colorBackground[] = {0,0,0,0};
|
||||
@@ -23,7 +23,7 @@ class RscTextTraderDialog
|
||||
};
|
||||
class RscListBoxTraderDialog
|
||||
{
|
||||
access = 0;
|
||||
//access = 0;
|
||||
type = 5;
|
||||
w = 0.4;
|
||||
h = 0.4;
|
||||
|
||||
Reference in New Issue
Block a user