SetUserFlagBits Function

Sets access flags on a client using bits instead of flags. If the client is not an admin, and flags not 0, a temporary, anonymous AdminId is given.

void SetUserFlagBits(int client, int flags)

Parameters

int client

Player's index.

int flags

Bitstring of flags to set on client.

Errors

Invalid client index, or client not connected.