addClothingModel | Multi Theft Auto: Wiki Skip to content

addClothingModel

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

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


This function adds a new wearable clothing item for CJ.

Syntax

addClothingModel ( )

Code Examples

server
local dff = engineLoadDFF("shirt_model_1.dff")
local txd = engineLoadTXD("shirt_model_1.txd")
engineAddClothingModel(dff, "shirt_model_1.dff")
engineAddClothingTXD(txd, "shirt_model_1.txd")
addClothingModel("shirt_model_1", "shirt_model_1", 0)

See Also