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:...)
(No difference)

Revision as of 18:12, 30 March 2008

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

Shared