07.06.2017, 09:25
Just add
under the callback OnIncomingConnection and this bug will be fixed, but remember, this is not recommended since it's slower and calling it every connection MAY lag server, you can create a variable that stores the timestamp or the tick count and compare the variable with the current value, if the new (or current) value is larger with a certain value combined, then you may reloadbans. This may help a few users restore their connection to the server without rebooting/ re-connecting.
PHP Code:
SendRconCommand("reloadbans");