You are not logged in.

Dear visitor, welcome to sourceserver.info. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

ExeCuute

Beginner

  • "ExeCuute" started this thread

Posts: 10

Location: Oschatz / Sachsen

Occupation: Sicherheits Dienst DB

wcf.user.option.userOption53: Ja

  • Send private message

1

Monday, December 2nd 2013, 1:31pm

(CSS) Admin Nachricht !

Hey Leute , ich habe mal eine Frage ich weis nicht wie es hin bekomme eine Admin Nachricht an alle zu senden !

ich gebe @ all Hey in den chat ein dann sieht es so aus :




Und ich wollte das da steht Admin und nicht all in der Klammer

Gibts dafür ein Plugin oder kann man da was umtragen , bitte euch um hilfe

Posts: 139

wcf.user.option.userOption53: Ja

  • Send private message

2

Monday, December 2nd 2013, 1:52pm

Der Befehl ist wenn dann @all und bei diesem Fall brauchst du @all nicht da, sm_say schon an alle geht.

Newbie'

Professional

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

3

Monday, December 2nd 2013, 2:20pm

Guckst du hoffe du kannst English :)

ExeCuute

Beginner

  • "ExeCuute" started this thread

Posts: 10

Location: Oschatz / Sachsen

Occupation: Sicherheits Dienst DB

wcf.user.option.userOption53: Ja

  • Send private message

4

Monday, December 2nd 2013, 5:58pm

Ja es geht ja da wo all steht in der klammer , das da Admin steht das kann man doch bestimmt in einer cfg einstellen oder ?

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

5

Monday, December 2nd 2013, 6:12pm

nope.. Quellcode muss dafür bearbeitet werden.

Greetz

ExeCuute

Beginner

  • "ExeCuute" started this thread

Posts: 10

Location: Oschatz / Sachsen

Occupation: Sicherheits Dienst DB

wcf.user.option.userOption53: Ja

  • Send private message

6

Monday, December 2nd 2013, 6:47pm

kann das einer von euch ? den Quellcode umarbeiten oder wie das heist ?

Newbie'

Professional

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

7

Monday, December 2nd 2013, 7:06pm

Ist das nicht einfach @admin <text> was du meinst?

Das schickt dann eine Message zum Admin wenn dieser auf dem Server ist so kann ein Spieler zb. etwas privat schreiben bzw. melden.

Dies würde das wie folgt aussehen ... (Admin) Newbie' ist doof

MfG,
Newbie'

Jackmaster

Super Moderator

Posts: 660

wcf.user.option.userOption53: Ja

  • Send private message

8

Monday, December 2nd 2013, 7:39pm

Er will das da statt (ALL) zum Beispiel (Admin) steht.

Posts: 18

wcf.user.option.userOption53: Nein

  • Send private message

9

Monday, December 2nd 2013, 7:54pm

basechat.sp, Z. 366 - 380:

PHP Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SendChatToAll(clientString:message[])
{
    new String:nameBuf[MAX_NAME_LENGTH];
    
    for (new 1<= MaxClientsi++)
    {
        if (!IsClientInGame(i) || IsFakeClient(i))
        {
            continue;
        }
        FormatActivitySource(clientinameBufsizeof(nameBuf));
        
        PrintToChat(i"\x04(ADMIN) %s: \x01%s"nameBufmessage);
    }
}

ExeCuute

Beginner

  • "ExeCuute" started this thread

Posts: 10

Location: Oschatz / Sachsen

Occupation: Sicherheits Dienst DB

wcf.user.option.userOption53: Ja

  • Send private message

10

Tuesday, December 3rd 2013, 8:33am

Hey , danke für eure unterstützung aber das mit den php dings da um tragen habe ich gemacht , aber es steht immer noch (ALL) im chat drin , muss man das noch irgendwo eintragen vielleicht
??

Gesetz-des-Zorns

Intermediate

Posts: 417

Location: 127.0.0.1

wcf.user.option.userOption53: Ja

  • Send private message

11

Tuesday, December 3rd 2013, 9:37am

Du musst es neu Compilen mit SourceMod, sonst wird das nichts.

MFG
Gesetz-des-Zorns
Rechtschreibfehler sind voll normal und passieren nunmal 8)
Ich gebe keine Antworten auf PN, dazu ist das komplette Forum da um Anfragen zu beantworten ...



General

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

12

Tuesday, December 3rd 2013, 10:59am

Nicht getestet, einfach mal ausprobieren ^^
General has attached the following files:
  • basechat.sp (12.23 kB - 130 times downloaded - latest: Apr 29th 2024, 6:47pm)
  • basechat.smx (9.18 kB - 134 times downloaded - latest: Apr 22nd 2024, 3:16pm)

Bara

Professional

Posts: 834

wcf.user.option.userOption53: Ja

  • Send private message

13

Tuesday, December 3rd 2013, 12:54pm

Solltest du Basechat updaten wird es wie vorher sein.
Wird eher ein neues plugin raten, dann hast das Problem nicht.

ExeCuute

Beginner

  • "ExeCuute" started this thread

Posts: 10

Location: Oschatz / Sachsen

Occupation: Sicherheits Dienst DB

wcf.user.option.userOption53: Ja

  • Send private message

14

Wednesday, December 4th 2013, 4:41am

@ General , hat Funktioniert , riesen Großes Danke schön an euch für eure tolle Unterstützung