GetPlayerSkin
Description:
Function GetPlayerSkin returns the class of the players skin.
|
Parameters:
(playerid)
int | playerid | The player you want to get the skin from. |
Return Values:
The skin id (0 if invalid)
Examples:
playerskin = GetPlayerSkin(playerid);
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- SetPlayerSkin: Set a player's skin.