GetPlayerCustomSkin
Description:
Function GetPlayerCustomSkin returns the class of the players custom skin downloaded from the server.
Function GetPlayerCustomSkin was added in 0.3.DL R1 and will not work in earlier versions! |
Parameters:
(playerid)
int | playerid | The player you want to get the skin from. |
Return Values:
The custom skin id that was specified in AddCharModel newid
Examples:
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.