RemoveUserFlags
Removes flags from a client. If the client is not an admin,
this has no effect.
native void RemoveUserFlags(int client, AdminFlag ...)
Parameters
int client
Player's index.
AdminFlag ... ...
Flags to remove from the client.
Return Value
voidError
Invalid client index, or client not connected.