OnClientPostAdminFilter

Last Updated2014-07-05
Created At2008-01-03

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.

forward void OnClientPostAdminFilter(int client)

Parameters

int client
Client index.

Return Value

void