Returns the client's name.
bool GetClientName(int client, char[] name, int maxlen)
Player index.
Buffer to store the client's name.
Maximum length of string buffer (includes NULL terminator).
True on success, false otherwise.
If the client is not connected an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.