You are not logged in.

Bosnien_Fighter

Unregistered

1

Wednesday, June 26th 2013, 1:38am

Admin Chat/ Admin Tag ? Suche Plugin!

Hallo,

suche ein plugin wo man zb in den chat "!s ... Text" eingibt also zb "!s hallo hier ist der Admin"
Habe
Sourcemod
Mani admin
und Eventscripts laufen

in Event gibt es so ein Plugin doch die Farbe Grün wird bei uns einfahc ignoriert da es die Farbe der Werbungen ist!

Habe das hier gefunden:
https://forums.alliedmods.net/showthread.php?p=1962922

wie kann ich das Plugin hier so umschreiben das es NUR farbig wird ,wenn ich ein command vor dem Text schreibe zb !s oder !say ka was auch immer?

Dieses Plugin ist eigendlich ganz Ok ,nur die Chat commands funktionieren nicht wie:
!slay ,!kick, !bann , !rtv , !rank ....

man kann hald nur schreiben.

:keinahn:

ODER gibt es ein Plugin was so funktioniert wie ich das oben beschrieben habe?


Bitte um hilfe

:bestteam:

ronaldemre

Trainee

Posts: 107

wcf.user.option.userOption53: Nein

  • Send private message

2

Wednesday, June 26th 2013, 2:05am

wenn du sourcemod als adminsystem benutzt, dann geht es ganz einfach, wenn der admin @ vor dem text etwas schreibt, dann steht da schon admin in grün davor!
Oder was meinst du genau?
Soll vor dem namen admin stehen beim schreiben dann oder auch der text den der admin schreibt farbig sein?

Bosnien_Fighter

Unregistered

3

Wednesday, June 26th 2013, 3:35am

Es soll [ADMIN] in blau stehen und in Rot mein Name.

das Plugin oben ermöglicht es ,doch !slay usw geht nicht
deswegen will ich iwie den Text normal haben ,ohne farbe NUR mein name und[ADMIN] in farbe.

wie Editiert man smx dateien?

MfG

Blacksilver

Intermediate

Posts: 298

Location: 127.0.0.1

Occupation: FISI

wcf.user.option.userOption53: Nein

  • Send private message

4

Wednesday, June 26th 2013, 6:56am

In Scripting Ordner findet man die Orginal Datein als .sp
Diese bearbeiten und compilieren.

Smx Datein kann man auch entschlüsseln aber das wann anders :)
Come to the dark side,
we have cookies ;)

sliqz

Intermediate

Posts: 409

Occupation: Kaufman im Einzelhandel

wcf.user.option.userOption53: Ja

  • Send private message

5

Wednesday, June 26th 2013, 10:20am

1. Mani Admin entfernen da es nicht Supportet wird empfehle ich es dir nicht.

2. Hier ein Plugin hiermit kannst du sogar die Textfarbe einstellen oder welche Farbe dein [Admin] haben soll

3. Ich habe einfach in google sourcemod Admin Chat Color eingegeben dann kam das schon :)

MfG
sliqz

ronaldemre

Trainee

Posts: 107

wcf.user.option.userOption53: Nein

  • Send private message

6

Wednesday, June 26th 2013, 12:12pm

@sliqz
Ich habe selber mal dieses Plugin verwendet und als admin konnte man manche Befehle nichtmehr ausführen..keine ahnung wieso!
Gruß

sliqz

Intermediate

Posts: 409

Occupation: Kaufman im Einzelhandel

wcf.user.option.userOption53: Ja

  • Send private message

7

Wednesday, June 26th 2013, 12:34pm

hmm also ich kann damit ALLE befehle ausführen die ich will ^^. Ein anderes PLugin kenn ich nicht sonst musst du das von Blacksilver machen :)



In Scripting Ordner findet man die Orginal Datein als .sp
Diese bearbeiten und compilieren.

Smx Datein kann man auch entschlüsseln aber das wann anders



MfG
sliqz

Newbie'

Professional

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

8

Wednesday, June 26th 2013, 12:48pm

Dieses ist bei weitem das beste. klick mich

Custom Chat Colors nutze ich selbst es bietet über 250 Farben und man kann alles über eine cfg einstellen!

Source code

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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
//		Custom Chat Colors is written by Dr. McKay (http://www.doctormckay.com)
//		Simple Chat Colors (Redux) is written by Antithasys
//		The configuration is very similar, so I've stolen Redux's documentation :P
//		
//		How to edit this file:
//		"admin_colors"										<--	Leave this alone
//		{																<--	Add all groups/steamids after first bracket (Leave this alone)
//																			
//			"STEAM_0:1:1234567"						<--	Here is a steamid example with a tag (don't duplicate steamids)
//			{
//				"namecolor"		"#RRGGBB"						<--	This is the color for the name (#RRGGBB in hex notation or #RRGGBBAA with alpha)
//				"textcolor"		"#RRGGBBAA"						<--	This is the color of the text
//			}
//
//			"groupname"											<--	This can either be a steamid for a specific player, or a group name
//			{															<--	Open the group
//				"flag"				"z"							<--	This is the flag(s) assoicated with the group.  This field doesn't matter if the group name is a steamid
//				"tag"				"[admin]"					<--	This is the text for the tag
//				"tagcolor"		"O"						<--	This is the color for the tag
//				"namecolor"		"G"						<--	This is the color for the name
//				"textcolor"		"T"						<--	This is the color of the text
//			}															<--	Close the group
//		}																<--	Add all groups/steamids before last bracket (Leave this alone)
//
//		NOTE:
//		If you don't enter a steamid then the group name does not matter, it's just for your reference.
//
//		For colors, either a hex notation of a color (#RRGGBB or #RRGGBBAA) or one of the supported shortcuts (O - Olive, G - Green, T - Team) is required
//
//		--------ORDER OF OPERATIONS--------
//		
//		The order in which you place items in the config file matters.  Here is what determins what color they get:
//		1. SteamID
//			If there is a steamid present, it will always override everything.  If you put a steamid in twice
//			then the first entry (top to bottom) will be used. (I think, just don't do it!)
//		2. Groups
//			The plugin will search (top to bottom) for a postitive match for the flag string.  The player' flags
//			will be compared with the group flag character (NOTE: only one flag per group! "a" is okay, "ab" is NOT),
//			and if the player has the flag, it will stop there.
//			For example. Admins with the "ad" flags and donators with the "a" flag.  If you place the "a" flag group
//			above the "d" group then the admin will get the "a" colors. Order matters.
//
//		---------DO NOT EDIT ABOVE THIS LINE---------

"admin_colors"
{

	"Owner"
	{
		"flag"				"z"
		"tag"				"[Owner] "
		"tagcolor"			"G"
                "namecolor"                     "#FFD700"
	}
	
	"Admins"
	{
		"flag"				"b"
		"tag"				"[Admin] "
		"tagcolor"			"G"
		"namecolor"			"#FFD700"
	}
	
	"Donators"
	{
		"flag"				"a"
		"tag"				"[VIP] "
		"tagcolor"			"G"
		"namecolor"			"#FFD700"
	}
}

Custom Chat Colors benötigt folgendes um zu laufen! klick mich
So wie wird dies benötigt: morecolors.inc

Von hier gehen alle Farben, hab so gut wie alle getestet: klick mich


Der ganze aufwand lohnt sich auf jedenfall, viel Spaß beim testen!

Bosnien_Fighter

Unregistered

9

Thursday, June 27th 2013, 4:03pm

Funktionieren die Befehle : !slay !kick .. usw?

Da ich bei fast jedem Plugin mir Colors die erfahrung gemacht habe das die Befehle nicht mehr laufen.

Blacksilver

Intermediate

Posts: 298

Location: 127.0.0.1

Occupation: FISI

wcf.user.option.userOption53: Nein

  • Send private message

10

Thursday, June 27th 2013, 5:09pm

Funktionieren die Befehle : !slay !kick .. usw?

Der ganze aufwand lohnt sich auf jedenfall, viel Spaß beim testen!
Come to the dark side,
we have cookies ;)

Newbie'

Professional

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

11

Thursday, June 27th 2013, 5:12pm

Funktionieren die Befehle : !slay !kick .. usw?

Da ich bei fast jedem Plugin mir Colors die erfahrung gemacht habe das die Befehle nicht mehr laufen.

Läuft alles ohne Probleme, ich nutze es in TF2

Bosnien_Fighter

Unregistered

12

Thursday, June 27th 2013, 7:36pm

Läuft Supper ! Danke :D :thumbsup: :bigri: :alco:

Similar threads