CS_GetClientClanTag
Gets a clients clan tag
native int CS_GetClientClanTag(int client, char[] buffer, int size)
Parameters
int client
Client index to get clan tag for.
char[] buffer
Buffer to store clients clan tag in.
int size
Size of the buffer.
Return Value
int Number of non-null bytes written.Error
Invalid client.