Sie sind nicht angemeldet.

Bosnien_Fighter

unregistriert

1

Mittwoch, 26. Juni 2013, 01:38

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:

2

Mittwoch, 26. Juni 2013, 02:05

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

unregistriert

3

Mittwoch, 26. Juni 2013, 03:35

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

Fortgeschrittener

Beiträge: 298

Wohnort: 127.0.0.1

Beruf: FISI

Rootserver vorhanden: Nein

  • Nachricht senden

4

Mittwoch, 26. Juni 2013, 06:56

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

Fortgeschrittener

Beiträge: 409

Beruf: Kaufman im Einzelhandel

Rootserver vorhanden: Ja

  • Nachricht senden

5

Mittwoch, 26. Juni 2013, 10:20

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

6

Mittwoch, 26. Juni 2013, 12:12

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

sliqz

Fortgeschrittener

Beiträge: 409

Beruf: Kaufman im Einzelhandel

Rootserver vorhanden: Ja

  • Nachricht senden

7

Mittwoch, 26. Juni 2013, 12:34

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'

Profi

Beiträge: 580

Wohnort: Zuhause

Rootserver vorhanden: Nein

  • Nachricht senden

8

Mittwoch, 26. Juni 2013, 12:48

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!

Quellcode

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

unregistriert

9

Donnerstag, 27. Juni 2013, 16:03

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

Fortgeschrittener

Beiträge: 298

Wohnort: 127.0.0.1

Beruf: FISI

Rootserver vorhanden: Nein

  • Nachricht senden

10

Donnerstag, 27. Juni 2013, 17:09

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'

Profi

Beiträge: 580

Wohnort: Zuhause

Rootserver vorhanden: Nein

  • Nachricht senden

11

Donnerstag, 27. Juni 2013, 17:12

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

unregistriert

12

Donnerstag, 27. Juni 2013, 19:36

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

Ähnliche Themen