29.08.2015, 14:20
Quote:
If your command system is in progress, you can simply comment out the "g_icommanddata" array defined in your enumerator. Also, using format function to copy strings is a bad practice! Use strcpy instead.
|
I've updated it to use your strcpy function. It will be automatically included into the script if INCLUDE_STRCPY_FALSE is not defined. If it is however defined it will simply be placed in as a static stock so it doesn't input itself throughout the rest of the script outside of the include. I have also added three functions to detect the status of the primary functions:
- stock bool: RCON_IsWhitelistingEnabled()
- stock bool: RCON_IsRemoteRCONEnabled()
- stock bool: RCON_IsLoggingEnabled()