ChatTriggers.as - MrOats/AngelScript_SC_Plugins GitHub Wiki
Information about ChatTriggers.as
First Created: September 4th, 2016
Last Updated: September 9th, 2016
Current Status: In Development.
##Installation Instructions Append the contents to the top or bottom your server plugin. Maybe someday you can just do an #include.
##Documentation
This is a Helper class for creating Chat commands from your console commands.
To use, create a new object of the chatCommand class with your console command object as a parameter: chatCommand chat_MyCommand=new chatCommand(CConCommand@ MyCommand);
I'm still working on the rest.