Forum

> > CS2D > Scripts > Is there script that make admins join ct?
Forums overviewCS2D overview Scripts overviewLog in to reply

English Is there script that make admins join ct?

1 reply
To the start Previous 1 Next To the start

old Re: Is there script that make admins join ct?

jerezinho
User Off Offline

Quote
http://unrealsoftware.de/forum_posts.php?post=303831#jn
http://unrealsoftware.de/forum_posts.php?post=268991#jn

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
adminlist = {<Your usgn here>}

addhook("team","checker")
function checker(id,team)
     if team==2 then
          for _, hasil in ipairs(adminlist) do
               if player(id,"usgn")==hasil then
                    return 0
               else
                    parse("makect "..id)
                    return 1
               end
          end
     end
end

addhook("team","checker")
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview