-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathstatusBar.hpp
More file actions
54 lines (51 loc) · 1.58 KB
/
statusBar.hpp
File metadata and controls
54 lines (51 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
class RscStatusBar
{
idd = -1;
duration = 10e10;
onLoad = "uiNamespace setVariable ['RscStatusBar', _this select 0];";
fadein = 0;
fadeout = 0;
movingEnable = 0;
objects[] = {};
class controlsBackground
{
class statusBarImage
{
idc = 55557;
type = 0;
style = 48;
x = safezoneX + safezoneW - 1.883;
y = safezoneY + safezoneH - 0.092; //0.068
w = 1.35;
h = 0.08; //0.06
colorText[] = {1, 1, 1, 1};
colorBackground[]={0,0,0,0};
sizeEx = 0.4;
font = "OrbitronLight";
text = "addons\statusBar\icons\background.paa";
};
};
class controls
{
class statusBarText
{
idc = 55554;
x = safezoneX + safezoneW - 1.90;
y = safezoneY + safezoneH - 0.063;
w = 1.38;
h = 0.06;
shadow = 2;
font = "OrbitronLight";
size = 0.030;
type = 13;
style = 2;
text = "";
class Attributes
{
align="center";
color = "#ffffff";
font = "OrbitronLight";
};
};
};
};