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.

N3v4R

Beginner

  • "N3v4R" started this thread

Posts: 21

Location: Rüsselsheim

wcf.user.option.userOption53: Ja

  • Send private message

1

Saturday, March 9th 2013, 2:18pm

Hide Chat Trigger

Hallo,

Hab heute morgen folgendes Plugin im SM Forum gefunden, dieses zeigt eingegebene Commands im Chat nicht an führt diese jedoch aus.
Das Plugin funktioniert soweit nur werden Commands mit einem ! oder / trozdem angezeigt wurde im SM Forum auch schon besprochen.

Wäre jemand bereit das Plugin soweit zu ändern das alle Commands die man in die chattriggers.txt nicht angezeigt werden?

Würde dafür auch etwas zahlen.

Spoiler Spoiler

rtd
rank
!tp
!fp
!thirdperson
!firstperson
voteban
votekick
votemute

etc ....

MfG,
N3v4R

Impact

Super Moderator

Posts: 1,276

wcf.user.option.userOption53: Nein

  • Send private message

2

Saturday, March 9th 2013, 8:44pm

Ich habe es nicht getestet, aber vielleicht half meine kleine Änderung ja bereits.

MfG
Impact
Impact has attached the following files:

N3v4R

Beginner

  • "N3v4R" started this thread

Posts: 21

Location: Rüsselsheim

wcf.user.option.userOption53: Ja

  • Send private message

3

Sunday, March 10th 2013, 10:21am

Hallo,

Funktioniert in TF2 leider nicht mit ! Commands, hab nun eins von _Gatsch_ erhalten dies läuft ohne Probleme.
Danke für deinen Versuch Impact.

MfG,
N3v4R

N3v4R

Beginner

  • "N3v4R" started this thread

Posts: 21

Location: Rüsselsheim

wcf.user.option.userOption53: Ja

  • Send private message

4

Tuesday, March 12th 2013, 5:27pm

Hallo,

Bin gerade ein wenig ratlos habe folgendes Plugin von (LuckY|m0) heißt hier im Forum _Gatsch_

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
#include <sourcemod>

public Plugin:myinfo = 
{
	name = "HideChatTriggers",
	author = "LuckY|m0",
	description = "Hide some Chat Triggers.",
	version = "1.0",
	url = "sites.google.com/site/luckyupload/"
}


public OnPluginStart()
{
	RegConsoleCmd("say", Cmd_ChatHook);
}


public Action:Cmd_ChatHook(client, args)
{
	new String:text[256];
	GetCmdArgString(text, sizeof(text));
	StripQuotes(text);

	if(StrEqual(text, "roll", false) || StrEqual(text, "rtd", false) || StrEqual(text, "rank", false) || StrEqual(text, "skill", false) || StrEqual(text, "points", false) 
	|| StrEqual(text, "top5", false) || StrEqual(text, "top10", false) || StrEqual(text, "top20", false) || StrEqual(text, "session", false)|| StrEqual(text, "statsme", false)
	|| StrEqual(text, "next", false)|| StrEqual(text, "kpd", false)|| StrEqual(text, "kdratio", false)|| StrEqual(text, "kdeath", false)|| StrEqual(text, "sdata", false)
	|| StrEqual(text, "!tp", false)|| StrEqual(text, "!fp", false)|| StrEqual(text, "!roll", false)|| StrEqual(text, "!afk", false)|| StrEqual(text, "!thirdperson", false)
	|| StrEqual(text, "!firstperson", false) || StrEqual(text, "voteban", false) || StrEqual(text, "votekick", false) || StrEqual(text, "votemute", false)
	|| StrEqual(text, "!quake", false) || StrEqual(text, "!settings", false))
	{
		return Plugin_Handled;
	}
	
	return Plugin_Continue;
}

Commands wie rtd, rank, top10 etc. sollen damit im Chat nach eingabe nicht mehr angezeigt werden. Das Plugin läuft auf meinem Testserver nur auf dem richtigen Server läuft es nicht. Das verstehe ich nicht ganz. Hier einmal die jeweiligen Listen der Plugins.

Testserver: Hier läuft das Plugin

Spoiler Spoiler

plugins list
[SM] Listing 24 plugins:
01 "Admin File Reader" (1.5.0-dev+3791) by AlliedModders LLC
02 "Admin Help" (1.5.0-dev+3791) by AlliedModders LLC
03 "Admin Menu" (1.5.0-dev+3791) by AlliedModders LLC
04 "Anti-Flood" (1.5.0-dev+3791) by AlliedModders LLC
05 "Basic Ban Commands" (1.5.0-dev+3791) by AlliedModders LLC
06 "Basic Chat" (1.5.0-dev+3791) by AlliedModders LLC
07 "Basic Comm Control" (1.5.0-dev+3791) by AlliedModders LLC
08 "Basic Commands" (1.5.0-dev+3791) by AlliedModders LLC
09 "Basic Info Triggers" (1.5.0-dev+3791) by AlliedModders LLC
10 "Basic Votes" (1.5.0-dev+3791) by AlliedModders LLC
11 "[TF2] BROFIST!" (1.0) by MasterOfTheXP
12 "Client Preferences" (1.5.0-dev+3791) by AlliedModders LLC
13 "ExtendedComm" (3.0.8b) by Twisted|Panda
14 "Fun Commands" (1.5.0-dev+3791) by AlliedModders LLC
15 "Fun Votes" (1.5.0-dev+3791) by AlliedModders LLC
16 "[TF2] Hide Chat Trigger" (0.2) by LuckY|m0,
17 "MushroomHealth" (1.0.0) by fluxX
18 "Nextmap" (1.5.0-dev+3791) by AlliedModders LLC
19 "Player Commands" (1.5.0-dev+3791) by AlliedModders LLC
20 "Reserved Slots" (1.5.0-dev+3791) by AlliedModders LLC
21 "TF2: Roll the Dice" (0.4.4.1) by linux_lover (abkowald@gmail.com)
22 "Sound Commands" (1.5.0-dev+3791) by AlliedModders LLC
23 "[TF2] SteamRep Checker (Redux)" (1.1.2) by Dr. McKay
24 "[TF2] Thirdperson" (2.1.0) by DarthNinja

Gameserver: Hier läuft es NICHT!

Spoiler Spoiler

[SM] Listing 52 plugins:
01 "Fun Votes" (1.5.0-dev+3788) by AlliedModders LLC
02 "RandomCycle" (1.5.0-dev+3788) by AlliedModders LLC
03 "SMAC Eye Angle Test" (0.8.4.0) by SMAC Development Team
04 "Sourcebans Checker" (1.0.0) by psychonic & Ca$h Munny
05 "BROFIST" (1.0) by MasterOfTheXP
06 "SourceMod Anti-Cheat" (0.8.4.0) by SMAC Development Team
07 "SMAC AutoTrigger Detector" (0.8.4.0) by SMAC Development Team
08 "[TF2] Chat Tag" (3.5.0) by John B.
09 "No Domination Broadcast" (1.2.1) by Root
10 "Player Commands" (1.5.0-dev+3788) by AlliedModders LLC
11 "Sound Commands" (1.5.0-dev+3788) by AlliedModders LLC
12 "Nextmap" (1.5.0-dev+3788) by AlliedModders LLC
13 "[TF2] No Voice Command Subtitles" (1.0)
14 "Reserved Slots" (1.5.0-dev+3788) by AlliedModders LLC
15 "Simple Chat Processor (Redux)" (1.1.4-fix2) by Simple Plugins, Mini
16 "Client Preferences" (1.5.0-dev+3788) by AlliedModders LLC
17 "SMAC Aimbot Detector" (0.8.4.0) by SMAC Development Team
18 "Admin Menu" (1.5.0-dev+3788) by AlliedModders LLC
19 "SMAC Spinhack Detector" (0.8.4.0) by SMAC Development Team
20 "MushroomHealth" (1.0.1) by fluxX
21 "[TF2] Anti Respawn Killing" (0.1) by Linux_lover
22 "[TF2] Afk System"'
23 "[TF2] Thirdperson" (2.1.0) by DarthNinja
24 "Advertisements" (0.5.5) by Tsunami
25 "SMAC Anti-Speedhack" (0.8.4.0) by SMAC Development Team
26 "[TF2] SteamRep Checker (Redux)" (1.1.2) by Dr. McKay
27 "[TF2] Admin Logs" (1.1) by Linux_lover
28 "Basic Commands" (1.5.0-dev+3788) by AlliedModders LLC
29 "Server Hud Logo" (2.1.1) by ReFlexPoison
30 "Quake Sounds" (2.7) by dalto, Grrrrrrrrrrrrrrrrrrr, and psychonic
31 "TF2: Roll the Dice" (0.4.4.1) by linux_lover (abkowald@gmail.com)
32 "ExtendedComm" (3.0.8b) by Twisted|Panda
33 "AllChat" (1.1.1) by Frenzzy
34 "SourceBans" (1.4.10) by SourceBans Development Team
35 "Basic Votes" (1.5.0-dev+3788) by AlliedModders LLC
36 "Fun Commands" (1.5.0-dev+3788) by AlliedModders LLC
37 "[TF2] Hide Chat Trigger" (1.0.0) by LuckY|m0
38 "TF Max Players" (4.8) by Nican132,cadavor,JameLess,Thraka
39 "Anti-Flood" (1.5.0-dev+3788) by AlliedModders LLC
40 "[TF2] Capture Bonus" (1.0.0) by fluxX
41 "[TF2] High Five Enemies" (1.3) by FlaminSarge
42 "Admin Help" (1.5.0-dev+3788) by AlliedModders LLC
43 "Basic Comm Control" (1.5.0-dev+3788) by AlliedModders LLC
44 "[Any] Improved Join Team Messages" (1.3.0.1) by Oshizu and ReFlexPoison (Helped many times with plugin)
45 "Players Votes" (1.5.0) by The Resident, pZv!
46 "[TF2] Welcome Message" (0.1) by Franc1sco
47 "Admin File Reader" (1.5.0-dev+3788) by AlliedModders LLC
48 "Basic Info Triggers" (1.5.0-dev+3788) by AlliedModders LLC
49 "Very Basic High Ping Kicker" (1.4) by msleeper
50 "[TF2] Respawn System" (1.0.8) by WoZeR, MonkeyBiz, gH0sTy
51 "gameME Plugin" (4.3) by TTS Oetzel & Goerz GmbH
52 "Basic Chat" (1.5.0-dev+3788) by AlliedModders LLC

Hoffe mir kann dort wer helfen.

MfG,
N3v4R

TeC

Beginner

Posts: 45

wcf.user.option.userOption53: Ja

  • Send private message

5

Tuesday, March 12th 2013, 6:29pm

Ich tippe mal auf SCP (Simple Chat Processor).

N3v4R

Beginner

  • "N3v4R" started this thread

Posts: 21

Location: Rüsselsheim

wcf.user.option.userOption53: Ja

  • Send private message

6

Tuesday, March 12th 2013, 7:24pm

Hallo,

Werde es später einmal testen, wäre schade benötige dieses Plugin für dies

MfG,
N3v4R

Jackmaster

Super Moderator

Posts: 660

wcf.user.option.userOption53: Ja

  • Send private message

7

Tuesday, March 12th 2013, 8:44pm

Haste Eventscripts?

N3v4R

Beginner

  • "N3v4R" started this thread

Posts: 21

Location: Rüsselsheim

wcf.user.option.userOption53: Ja

  • Send private message

8

Wednesday, March 13th 2013, 5:24pm

Hallo,

Nein würde es auch nicht nutzen wollen, halte nicht viel von ES.
Sehen viele sicherlich anders jedoch nein danke.

MfG,
N3v4R

Jackmaster

Super Moderator

Posts: 660

wcf.user.option.userOption53: Ja

  • Send private message

9

Thursday, March 14th 2013, 1:55pm

Ich hab es dir nicht angeboten, nur gefragt denn das könnte ein Grund sein.

gruß

N3v4R

Beginner

  • "N3v4R" started this thread

Posts: 21

Location: Rüsselsheim

wcf.user.option.userOption53: Ja

  • Send private message

10

Thursday, March 14th 2013, 3:54pm

Ich tippe mal auf SCP (Simple Chat Processor).

Hallo,

Hab es nun getestet, bin leider nicht eher zu gekommen. auf dem Test Server läuft auch auch mit SCP.

MfG,
N3v4R

Similar threads