Runs through the Core-defined admin authorization checks on a player.
Has no effect if the player is already an admin.
Note: This function is based on the internal cache only.
native bool RunAdminCacheChecks(int client)
Parameters
int client
Client index.
Return Value
bool True if access was changed, false if it did not.
Error
Invalid client index or client not in-game AND authorized.