Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class RscButton
- {
- access = 0;
- type = 1;
- text = "";
- colorText[] = {0.8784,0.8471,0.651,1};
- colorDisabled[] = {0.4,0.4,0.4,1};
- colorBackground[] = {1,0.537,0,0.5};
- colorBackgroundDisabled[] = {0.95,0.95,0.95,1};
- colorBackgroundActive[] = {1,0.537,0,1};
- colorFocused[] = {1,0.537,0,1};
- colorShadow[] = {0.023529,0,0.0313725,1};
- colorBorder[] = {0.023529,0,0.0313725,1};
- soundEnter[] = {"\ca\ui\data\sound\onover",0.09,1};
- soundPush[] = {"\ca\ui\data\sound\new1",0,0};
- soundClick[] = {"\ca\ui\data\sound\onclick",0.07,1};
- soundEscape[] = {"\ca\ui\data\sound\onescape",0.09,1};
- style = 2;
- x = 0;
- y = 0;
- w = 0.095589;
- h = 0.039216;
- shadow = 2;
- font = "Zeppelin32";
- sizeEx = 0.03921;
- offsetX = 0.003;
- offsetY = 0.003;
- offsetPressedX = 0.002;
- offsetPressedY = 0.002;
- borderSize = 0;
- };
- class DRN_DIALOG
- {
- idd=-1;
- movingenable=true;
- class Controls
- {
- class mapTavi: RscPicture
- {
- idc = 1200;
- text = "addons\mapTavi.paa";
- x = 0.340983 * safezoneW + safezoneX;
- y = 0.23125 * safezoneH + safezoneY;
- w = 0.30876 * safezoneW;
- h = 0.531375 * safezoneH;
- };
- class btnSabina: RscButton
- {
- idc = 1600;
- text = "SE";
- x = 0.576969 * safezoneW + safezoneX;
- y = 0.526875 * safezoneH + safezoneY;
- w = 0.0161019 * safezoneW;
- h = 0.0165 * safezoneH;
- action = "closeDialog 0;drnspawn = 0;";
- };
- class btnYar: RscButton
- {
- idc = 1601;
- text = "NE";
- x = 0.502343 * safezoneW + safezoneX;
- y = 0.3325 * safezoneH + safezoneY;
- w = 0.0161019 * safezoneW;
- h = 0.0165 * safezoneH;
- action = "closeDialog 0;drnspawn = 1;";
- };
- class btnSev: RscButton
- {
- idc = 1602;
- text = "SW";
- x = 0.497265 * safezoneW + safezoneX;
- y = 0.726875 * safezoneH + safezoneY;
- w = 0.0161019 * safezoneW;
- h = 0.0165 * safezoneH;
- action = "closeDialog 0;drnspawn = 2;";
- };
- class btnShta: RscButton
- {
- idc = 1603;
- text = "NW";
- x = 0.367552 * safezoneW + safezoneX;
- y = 0.58 * safezoneH + safezoneY;
- w = 0.0161019 * safezoneW;
- h = 0.0165 * safezoneH;
- action = "closeDialog 0;drnspawn = 3;";
- };
- class btnRand: RscButton
- {
- idc = 1604;
- text = "Random";
- x = 0.382789 * safezoneW + safezoneX;
- y = 0.419375 * safezoneH + safezoneY;
- w = 0.0368304 * safezoneW;
- h = 0.0165 * safezoneH;
- action = "closeDialog 0;drnspawn = 4;";
- };
- class lblMap: RscText
- {
- idc = 1000;
- text = "Select spawn area";
- x = 0.358175 * safezoneW + safezoneX;
- y = 0.366875 * safezoneH + safezoneY;
- w = 0.0801985 * safezoneW;
- h = 0.018875 * safezoneH;
- tooltip = "Western Island has active bandits";
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement