08-19-2015, 04:32 PM
Looks good.
Now change your command handlers so that they return the text to log, rather than logging it directly. This will allow you to use the commands through RCON as well.
Now change your command handlers so that they return the text to log, rather than logging it directly. This will allow you to use the commands through RCON as well.
function CmdHandler() -- Process command return true, "Message to log" end