Ich bräuchte mal eure Hilfe.
Ich hab schon einen Script gecodet, dass wenn man redet, dass man dann einen Titel und eine Farbe hat.
z.B Name (Co-Leader) : txt.
Nur das Problem ist jetzt. Ich möchte jetzt ein Script machen, dass man vorerst !colour sagen muss und dann schreibt man erst so. !offcolour zum Auschalten.
Das krieg ich irgendwie nicht hin. Falls das jemanden hilft ist hier mein Clan Script.. © by Touch 2010.
Script:
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
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
Leader = VizeColeader = Member = Academy = addhook("say", "inteyscriptclan") function inteyscriptclan(id, txt) local title = 0 local color = "©000000000" if (player(id, "usgn")==) then title = "Leader" color = "©255000255" end if(player(id, "usgn")==) then title = "Vice-CoLeader" color = "©000000255" end if(player(id, "usgn")==) or (player(id, "usgn")==) or (player(id, "usgn")==) or (player(id, "usgn")==) or (player(id, "usgn")==) then title = "Member" color = "©000000255" end if(player(id, "usgn")==) then title = "Academy" color = "©000255255" end if(title==0) then return 0 else msg(""..color..""..player(id, "name").." ("..title.."): "..txt) return 1 end end
Danke im Vorraus
© by Touch 2010. Dont take it as yours..