View Single Post
Author Message
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 04-18-2016 , 13:04   New forward proposal for kicks?
Reply With Quote #1

Code:
forward OnKickClient(int client, const char[] reason);
Am I missing it somewhere or something like this? I'm coding a project that could use this extensively if it exists.

We can also do this maybe:
Code:
public void OnClientDisconnect(int client, bool kicked, const char[] kick_reason);
There might also be room here to see if they were kicked, banned or just disconnected so defines maybe?

Thanks,
- Person

Last edited by Drixevel; 04-18-2016 at 13:05.
Drixevel is offline