SetPedSkin

From Multi Theft Auto: Wiki
Revision as of 16:08, 5 January 2009 by Mr.Hankey (talk | contribs)
Jump to navigation Jump to search

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