I added new ranks in hc admin script. script working perfect after add new ranks (No Error), now i want to add separate welcome messages each other rank, i tried hard to add it myself but always error show and i can't fix it.So i hope anybody will help me.i want welcome msg according to my levels
I added these ranks are given below.
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
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
hc.user.USER_LEVELS = {
{ title = "Guest", level = hc.USER },
"",
{ title = "VIP", level = hc.VIP },
{ title = "Super V.I.P", level = hc.VIP2 },
"",
{ title = "Junior Moderator", level = hc.MODERATOR0 },
{ title = "Moderator", level = hc.MODERATOR1 },
{ title = "Senior Moderator", level = hc.MODERATOR2 },
"",
{ title = "Administrator", level = hc.COADMINISTRATOR },
{ title = "Owner", level = hc.ADMINISTRATOR }
}
hc.user.COLOURS = {
[hc.SPEC] = "",
[hc.T] = hc.T_RED,
[hc.CT] = hc.CT_BLUE
}
hc.user.SHORT_NAMES = {
[hc.USER] = "User",
[hc.VIP] = "VIP",
[hc.VIP2] = "SVIP",
[hc.MODERATOR0] = "Moderator1",
[hc.MODERATOR1] = "Moderator2",
[hc.MODERATOR2] = "Moderator3",
[hc.COADMINISTRATOR] = "Adm",
[hc.ADMINISTRATOR] = "Owner"
}
hc.user.NAME_TO_LEVEL = {
VIP = hc.VIP,
SVIP = hc.VIP2,
Moderator1 = hc.MODERATOR0,
Moderator2 = hc.MODERATOR1,
Moderator3 = hc.MODERATOR2,
Adm = hc.COADMINISTRATOR,
Owner = hc.ADMINISTRATOR
}
Please help me for add welcome messages of each other level also hc.USER.
Thanks for attention
edited 2×, last 11.06.18 12:10:14 pm
Hc ranks welcome Msg
1 
Offline
§2.3 - No editing of posts to mark these as being new (pushing)
Gaios