SetPedSkin

From Multi Theft Auto: Wiki
Revision as of 18:26, 18 June 2009 by Awwu (talk | contribs) (Needs example)
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