GetPlayerCustomSkin

From SA-MP Wiki

Revision as of 09:08, 31 December 2018; view current revision
←Older revision | Newer revision→
Jump to: navigation, search


This function was added in SA-MP 0.3.DL R1 and will not work in earlier versions!


Description:

Returns the class of the players custom skin downloaded from the server.


Parameters:
(playerid)
playeridThe 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.

Template:AddCharModel