forked from LexTheGreat/TLX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadminconsoldesc.hpp
97 lines (88 loc) · 1.55 KB
/
adminconsoldesc.hpp
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
class RscBgFrame {
type=0;
idc=-1;
style=64;
colorBackground[]={0.4, 0.4, 0.4, 0.75};
colorText[]={0, 0, 0, 1};
font="TahomaB";
SizeEX=0.025;
text="";
};
class Main
{
name=Main;
idd=-1;
movingEnable=1;
controlsBackground[]={adminconsol_background};
objects[]={};
controls[]={adminconsol_editbox, adminconsol_playerName, adminconsol_options, adminconsol_activate, adminconsol_frame, adminplayers};
class adminplayers:RscCombo
{
idc= 2006;
x=0.35;
y=0.15;
w=0.3;
h=0.0355555555555556;
};
class adminconsol_editbox:RscEdit
{
idc=2000;
x=0.466666666666667;
y=0.2;
w=0.2;
h=0.0355555555555556;
};
class adminconsol_playerName:RscText
{
idc=-1;
text="Input Field:";
x=0.355555555555556;
y=0.2;
w=0.0888888888888889;
h=0.0355555555555556;
};
class adminconsol_options:RscListBox
{
idc=1000;
x=0.355555555555556;
y=0.28;
w=0.311111111111111;
h=0.6;
};
class adminconsol_activate:RscButton
{
idc=-1;
text="Activate Command";
action="[player] spawn A_SCRIPT_ADMINMENUITEMS;";
x=0.4;
y=0.9;
w=0.222222222222222;
h=0.0711111111111111;
};
class coolbeans_activate:RscButton
{
idc=-1;
text="Activate Command";
action="[player] spawn A_SCRIPT_COOLMENUIT;";
x=0.4;
y=0.9;
w=0.222222222222222;
h=0.0711111111111111;
};
class adminconsol_frame:RscBgFrame
{
idc=-1;
x=0.288888888888889;
y=0.116666666666667;
w=0.422222222222222;
h=0.9;
};
class adminconsol_background:RscBackground
{
idc=-1;
x=0.288888888888889;
y=0.116666666666667;
w=0.422222222222222;
h=0.9;
};
};