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
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
if exists("sys/lua/Members/"..myusgn[id]..".txt") then
	for line in io.lines("sys/lua/Members/"..myusgn[id]..".txt") do
		currentrank[iii-1+1]=line
		print (line)
		iii=iii+1
	end
		if currentrank[1]=="0" then
			--else state only
		else
			myname[id]=currentrank[2]
			msg2(id, Color(0, 0, 0), "Welcome Back "..currentrank[2].."!")
		end
			if currentrank[1]=="-1" then --aca
				rankid[id]=-1
			elseif currentrank[1]=="2" then --member
				rankid[id]=2
			elseif currentrank[1]=="3" then --mod
				rankid[id]=3
			elseif currentrank[1]=="4" then --admin
				rankid[id]=4
				thecolor[id]={255, 0, 0}
				mytag[id]="ADMIN"
			elseif currentrank[1]=="5" then --superadmin
				rankid[id]=5
				thecolor[id]={255, 255, 255}
				mytag[id]="S-ADMIN"
			elseif currentrank[1]=="1" then --vip
					if checkyes==1 then
						thekick=id
						thereason="You must be in DwS || to join this server!"
						timer(20, "timekick")
					end
					rankid[id]=1
			else
					if checkyes==1 then
						thekick=id
						thereason="You must be in DwS || to join this server!"
						timer(20, "timekick")
					end
					rankid[id]=0
			end
else
	if checkyes==1 then
	thekick=id
	thereason="You must be in DwS || to join this server!"
	timer(20, "timekick")
	end
end
end
i really suck at lua codding but i was thinking if i can put something like that
1
2
2
then make T elseif make CT
CLAN VS ALL
1 
Offline