Raised This Month: $51 Target: $400
 12% 

Solved [HELP] removing exclamation from chat


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ReeZey
Junior Member
Join Date: Jun 2017
Location: $_GET['location'];
Old 09-13-2017 , 16:55   [HELP] removing exclamation from chat
Reply With Quote #1

is it possible to set / and ! both to silence commands so that it doesn't write in chat when you type a command?

Last edited by ReeZey; 02-08-2018 at 05:29. Reason: Solved
ReeZey is offline
Halt
Senior Member
Join Date: Jan 2015
Location: Black Mesa
Old 09-14-2017 , 10:26   Re: [HELP] removing exclamation from chat
Reply With Quote #2

Yes, but you're looking in the wrong area. Are you asking for SM in general or one mod in particular?
Halt is offline
fiction
Member
Join Date: May 2017
Old 09-14-2017 , 10:57   Re: [HELP] removing exclamation from chat
Reply With Quote #3

Open addons/sourcemod/configs/core.cfg and change this:
Code:
	/**
	 * String to use as the public chat trigger.  Set an empty string to disable.
	 */
	"PublicChatTrigger"		"!"
	
	/**
	 * String to use as the silent chat trigger.  Set an empty string to disable.
	 */
	"SilentChatTrigger"		"/"
To this:
Code:
	/**
	 * String to use as the public chat trigger.  Set an empty string to disable.
	 */
	"PublicChatTrigger"		""
	
	/**
	 * String to use as the silent chat trigger.  Set an empty string to disable.
	 */
	"SilentChatTrigger"		"/!"
fiction is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode