28.10.2015, 15:37
Quote:
I am using 2 callbacks, one to create the tables (OnFilterScriptInit) and another to check if player is banned (OnPlayerConnect), the second one returns true if player is banned to avoid login boxes etc. so I don't think that return 0; will be called, I will fix DelayKick on next version, I don't want to release a new version for just DelayKick
|
For example: If the delay kick is executed (yet the timer is still alive) and the player types any command, that command will executed as well. So you need to return 0 in OnPlayerCommandText when the delay kick is ON. Similar for few other callbacks.