GetPlayerCustomSkin
warning
This function was added in SA-MP 0.3.DL R1 and will not work in earlier versions!
คำอธิบาย
Returns the class of the players custom skin downloaded from the server.
Name | Description |
---|---|
playerid | The player you want to get the skin from |
ส่งคืน
The custom skin id that was specified in AddCharModel newid
ตัวอย่าง
playerskin = GetPlayerCustomSkin(playerid);
ฟังก์ชั่นที่เกี่ยวข้องกัน
- GetPlayerSkin: Get a player's current skin.
- SetPlayerSkin: Set a player's skin.