CS_GetClientClanTag Function

Gets a clients clan tag

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

Number of non-null bytes written.

Errors

Invalid client.