From this page you can learn about many important exports and callbacks.
QBCore.Functions.TriggerCallback('0r-clothing:getSkin:server', function(skin) TriggerEvent('0r-clothing:client:loadPlayerClothing', skin, PlayerPedId()) end)
Core.TriggerServerCallback('0r-clothing:getSkin:server', function(skin) TriggerEvent('0r-clothing:client:loadPlayerClothing', skin, PlayerPedId()) end)
TriggerEvent('0r-clothing:openCharacterCreationMenu')
Last updated 1 month ago