โ™ป๏ธExports

Apperance and Creation

startPedCreation

exports['origen_clothing']:startPedCreation(currentLocation, gender, existingPed, notEndTeleport, callback)

GetAppearanceData

exports['origen_clothing']:GetAppearanceData(ped)

SetAppearance

exports['origen_clothing']:SetAppearance(ped, skin)

SetDefaultPedValues

exports['origen_clothing']:SetDefaultPedValues(ped, model)

ReloadAppearanceData

exports['origen_clothing']:ReloadAppearanceData(overrideModel)

ReApplyAppearance

exports['origen_clothing']:ReApplyAppearance()

getAppearance

exports['origen_clothing']:getAppearance(citizenid)

openOutfitMenu

exports["origen_clothing"]:openOutfitMenu(string)

Drawables

GetPedDrawables

exports['origen_clothing']:GetPedDrawables(ped)

SetPedDrawableByHash

exports['origen_clothing']:SetPedDrawableByHash(ped, category, hash)

RemoveClothing

exports['origen_clothing']:RemoveClothing(ped, category)

Props

SetPedPropByHash

exports['origen_clothing']:SetPedPropByHash(ped, category, hash)

Utilities

GetRemoveHash

exports['origen_clothing']:GetRemoveHash(model, category)

Outfits

getEquippedOutfit

exports['origen_clothing']:getEquippedOutfit(onlyJob)

UI CONTROLS

ShowControls

exports['origen_clothing']:ShowControls()

HideControls

exports['origen_clothing']:HideControls()

Last updated