View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-12-2012 , 17:13   Re: [Any] Status GREP - Partial SteamID Search
Reply With Quote #2

Code:
RegAdminCmd( "say !findname", Cmd_GetInfoFromPlayerName, ADMFLAG_BAN, "say !findname" );
	RegAdminCmd( "say !steamid", Cmd_GetInfoFromSteamID, ADMFLAG_BAN, "say !steamid" );
	RegAdminCmd( "say !sgrep", Cmd_StatusGrep, ADMFLAG_BAN, "say !sgrep" );
These aren't needed (and actually do nothing), SourceMod maps "say !command" to "command" and "sm_command" automatically.
'!' being whatever the public or private chat triggers are set to.
__________________
asherkin is offline