API: Open outfits
How to open wardrobe / outfits menu
CreateThread(function()
TriggerEvent("rcore_clothes:openOutfits")
end)Example with command
RegisterCommand('test', function(src, args, raw)
TriggerEvent("rcore_clothes:openOutfits")
end)Last updated