csgo_get_skin_name

Syntax

native csgo_get_skin_name(id, skin, data[], length);

Usage

id
Player index (for multilang purpose)
skin
Skin index
data
Buffer to copy text to
lenth
Maximum buffer size

Description

Retrieves name of skin with given id.

Return

This function has no return value.