GetClientName
Returns the client's name.
native bool GetClientName(int client, char[] name, int maxlen)
Parameters
char[] name
Buffer to store the client's name.
int maxlen
Maximum length of string buffer (includes NULL terminator).
Return Value
bool True on success, false otherwise.Error
If the client is not connected an error will be thrown.