Client-side function

engineAddClothingModel

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

ADDED/UPDATED IN VERSION 1.6.0 r23124:
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

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

Example

See unified example available in addClothingModel.

See Also