iLLeniumStudios / illenium-appearance

fivem-appearance for qb-core and ESX framework, packed with a lot of features
MIT License
237 stars 213 forks source link

export appearance in lambra-anti combatlog #390

Closed ZeddKO11 closed 5 months ago

ZeddKO11 commented 5 months ago

how i can export clothing in lambra-anticombatlog using thins function i checked ur docs, didn't get it ??

RegisterNetEvent('QBCore:Client:OnPlayerLoaded') AddEventHandler('QBCore:Client:OnPlayerLoaded', function() TriggerServerEvent("lambra-antiCL:server:registerCitizen") --This will make the player eligible for the ped creation end)

function loadClothes(clothes, ped) TriggerEvent('qb-clothing:client:loadPlayerClothing', json.decode(clothes), ped) end

function hasPerms() --You can code here if you want to restrict the COPY INFORMATION for admins or something return true end

TheiLLeniumStudios commented 5 months ago

This is not a support forum. Closing