CS_SetClientClanTag
Sets a clients clan tag
native void CS_SetClientClanTag(int client, const char[] tag)
Parameters
int client
Client index to set clan tag for.
const char[] tag
Tag to set clients clan tag as.
Return Value
voidError
Invalid client.