CS_SetClientClanTag Function

Sets a clients clan tag

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.

Errors

Invalid client.