OnClientPostAdminCheck Forward

Called once a client is authorized and fully in-game, and after all post-connection authorizations have been performed.

This callback is guaranteed to occur on all clients, and always after each OnClientPutInServer() call.

void OnClientPostAdminCheck(int client)

Parameters

int client

Client index.