Posts: 262
Threads: 26
Joined: Dec 2014
Reputation:
0
Is it possible?
eg: !help !stats !admin
Posts: 251
Threads: 3
Joined: Jul 2011
Reputation:
0
Use OnPlayerText and compare their input to your defined text. If it matches, execute the command's code and return 0 under OnPlayerText to prevent the text they typed from entering the chat.