OnClientPostAdminFilter Forward

Called directly before OnClientPostAdminCheck() as a method to alter administrative permissions before plugins perform final post-connect operations.

In general, do not use this function unless you are specifically attempting to change access permissions. Use OnClientPostAdminCheck() instead if you simply want to perform post-connect authorization routines.

See OnClientPostAdminCheck() for more information.

void OnClientPostAdminFilter(int client)

Parameters

int client

Client index.