GetPlayerSkin

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 11:09, 16 April 2010
Mikep (Talk | contribs)
(Added RU version)
← Previous diff
Revision as of 05:03, 2 February 2014
Connor Mead (Talk | contribs)

Next diff →
Line 1: Line 1:
{{Scripting}} {{Scripting}}
-{{Title}} 
{{Description|Returns the class of the players skin}} {{Description|Returns the class of the players skin}}
Line 17: Line 16:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +
 +[[fr:GetPlayerSkin]]
[[ru:GetPlayerSkin]] [[ru:GetPlayerSkin]]

Revision as of 05:03, 2 February 2014



Description:

Returns the class of the players skin


Parameters:
(playerid)
playeridThe player you want to get the skin from


Return Values:

The skin id (0 if invalid)


playerskin = GetPlayerSkin(playerid);

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

In other languages