GetPlayerSkin
From SA-MP Wiki
Description:
Returns the class of the players skin
(playerid)
playerid | The player you want to get the skin from |
Return Values:
The skin id (0 if invalid)
Notes |
|
Example Usage:
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.