View Single Post
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 12-09-2016 , 22:36   Re: Triggering chat command regardless of case
Reply With Quote #8

Quote:
Originally Posted by xines View Post
PHP Code:
if (StrEqual(text"!help"true) || StrEqual(text"/help"true)) 
I don't like the idea of making workarounds, why not just do the above on the required commands?
Quote:
Originally Posted by blackhawk74 View Post
I'd like something that could work for all plugins, not just hardcoded for a particular set of commands.
Mainly because I have a lot of available commands, and don't wish to hardcode every single possibility.
__________________
sneaK is offline