GetPlayerDecalFile Function

Retrieves the decal file name associated with a given client.

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

True on success, otherwise false.

Errors

Invalid client or client not in game.