engineAddClothingModel | Multi Theft Auto: Wiki Skip to content

engineAddClothingModel

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function adds new CJ clothing model.

Syntax

​bool engineAddClothingModel ( ​dff theModel, ​string fileName )
Required Arguments
  • theModel: The model that will be added.
  • fileName: Name of the file containing the TXD/DFF extension.

Returns

  • bool: value

Returns true if the model was added, and false otherwise.

Code Examples

Script Example Missing

Function engineAddClothingModel needs a script example. Help out by writing one.

Contribution guidelines

See Also

Engine Functions
Engine Elements