GetPlayerCustomSkin
From SA-MP Wiki
Description:
Returns the class of the players custom skin downloaded from the server.
(playerid)
playerid | The player you want to get the skin from |
Return Values:
The custom skin id that was specified in AddCharModel newid
Example Usage:
playerskin = GetPlayerCustomSkin(playerid);
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- GetPlayerSkin: Get a player's current skin.
- SetPlayerSkin: Set a player's skin.