Client
Player
ReloadPlayerAppearance
Reload Player Appearance
exports.shk_appearance.reloadPlayerAppearance()LoadPedAppearance
Load the appearance on the ped, mostly used for cloning the ped
-- ped - EntityPed
-- return : new ped entity
local newped = exports.shk_appearance.loadPedDataAppearance(ped)CreatePedDataAppearance
Create a Ped with complete appearance to the request by retrieving information from the server
-- ownerId - id
-- network boolean - if True, create ped network id
-- return - new ped entity
local newPed = exports.shk_appearance.createPedDataAppearance(ownerId, network)
Outfit
OpenOutfit
Open Outfit by name (config/outfits.lua)
exports.shk_appearance.openOutfit(outfitId)Wardrobe
OpenWardrobe
Open Wardrobe of player
exports.shk_appearance.openWardrobe()Last updated