GetPlayerDecalFile
Retrieves the decal file name associated with a given client.
native bool GetPlayerDecalFile(int client, char[] hex, int maxlength)
Parameters
int client
Player's index.
char[] hex
Buffer to store the logo filename.
int maxlength
Maximum length of string buffer.
Return Value
bool True on success, otherwise false.Error
Invalid client or client not in game.