Forum

> > CS2D > Scripts > Join CT
Forums overviewCS2D overview Scripts overviewLog in to reply

English Join CT

4 replies
To the start Previous 1 Next To the start

old Join CT

Marcell
Super User Off Offline

Quote
How can i do that only admins able to join ct? I already did these groups..


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
usgn = {
r8 = {6943}; 	  -- AdminController(s)
r7 = {};          -- SuperAdmin(s)
r5 = {};          -- Admin 5 
r4 = {};          -- Admin 4
r3 = {};          -- Admin 3
r2 = {};          -- Admin 2
r1 = {};          -- Admin 1
rH = {};          -- Admin Helper(s)
rVip = {};		  -- VIP User(s)
}

function table.contains(table, element)
    for key, value in pairs(table) do
        if value == element then
            return true
        end
    end
end

old Re: Join CT

Avo
User Off Offline

Quote
Teamchange hook with makect and maket command.

old Re: Join CT

Marcell
Super User Off Offline

Quote
then how to do that ex only r8,r7,6,rvip able to join then? thats what i want to knw
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview