Forum

> > CS2D > Servers > cs2d rp ct pass
Forums overviewCS2D overview Servers overviewLog in to reply

English cs2d rp ct pass

7 replies
To the start Previous 1 Next To the start

closed moved cs2d rp ct pass

joshua0988
User Off Offline

Quote
I got a rp server but i do not know the ct pass.Can anyone help me to change ct password so i can know my own server's ct pass.

old Re: cs2d rp ct pass

kNedLiik
User Off Offline

Quote
Put ur usgn or name (how's in script) to script and then it work . And this is off topic man.

old Re: cs2d rp ct pass

3RROR
User Off Offline

Quote
If you're saying the Chunks one (Original) In every server the password is not the same. Just ask the admin of that server

If you're saying the Edited One (Chunks/Beck/Weiwen/Me) Ask him to give admin because it's IMPOSSIBLE to go CT without the right USGN

old Re: cs2d rp ct pass

HaRe
User Off Offline

Quote
Chunks one? omg he didnt do anything he cant even script the real one is from Starkkz -.-"

old Re: cs2d rp ct pass

4Vendetta
User Off Offline

Quote
In this script, peoples only can join in tr team, to join in ct team you must put one password
GIVE ME CREDITS PLEASE!
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
--CT PASSWORD SCRIPT BY: 4VENDETTA

password = "PUTYOURPASSWORDHERE"
allowed = {}
addhook("join","a")
function a(id)
     allowed[id] = false
end
addhook("say","b")
function b(id,txt)
     if txt:sub(1,5) == "!pass" then
          if txt:sub(7,7+#password) == password then
               msg2(id,"©000255000You have entered the correct password!")
               allowed[id] = true
               return 1
          end
          msg2(id,"©255000000Incorrect pass!")
          return 1
     end
end
addhook("team","c")
function c(id,t)
     if t == 2 then
          if allowed[id] then
               return 0
          end
          return 1
     end
end

addhook("minute","sample.ads.minute")
function sample.ads.minute()
	msg("CT PASSWORD by: 4Vendetta")
end
To the start Previous 1 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview