SetPedSkin: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client function}} This function changes the skin of a ped. ==Syntax== <syntaxhighlight lang="lua"> bool setPedSkin ( ped thePed, int skinID ) </syntaxhighlight> ===Required Arguments=== *'''thePed:...)
 
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Client function}}
{{Server client function}}
This function changes the skin of a ped.
This function changes the skin of a ped.



Revision as of 16:08, 5 January 2009

This function changes the skin of a ped.

Syntax

bool setPedSkin ( ped thePed, int skinID )

Required Arguments

  • thePed: The ped whose model will be changed.
  • skinID: A GTASA player model (skin) ID. See Character Skins.

Example

See Also