RemoveUserFlags Function

Removes flags from a client. If the client is not an admin, this has no effect.

void RemoveUserFlags(int client, AdminFlag ... ...)

Parameters

int client

Player's index.

AdminFlag ... ...

Flags to remove from the client.

Errors

Invalid client index, or client not connected.