Client Side
trackClothing
Use following export to start/stop loop which will track player clothes and update clothing items
local state = true
exports['p_itemclothes']:trackClothing(state)
updatePed
Use following export to update ped in inventory, it will automatically get skin from your character and apply it on ped
exports['p_itemclothes']:updatePed()
Last updated