Forum

> > CS2D > Servers > cs2d rp ct pass
ForenübersichtCS2D-Übersicht Servers-ÜbersichtEinloggen, um zu antworten

Englisch cs2d rp ct pass

7 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

geschlossen verschoben cs2d rp ct pass

joshua0988
User Off Offline

Zitieren
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.

alt Re: cs2d rp ct pass

kNedLiik
User Off Offline

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

alt Re: cs2d rp ct pass

3RROR
User Off Offline

Zitieren
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

alt Re: cs2d rp ct pass

HaRe
User Off Offline

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

alt Re: cs2d rp ct pass

4Vendetta
User Off Offline

Zitieren
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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Servers-ÜbersichtCS2D-ÜbersichtForenübersicht