1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/community_bridge/modules/clothing/fivem-appearance/client.lua

9 lines
288 B
Lua
Raw Normal View History

2025-08-06 16:37:06 +02:00
---@diagnostic disable: duplicate-set-field
if GetResourceState('fivem-appearance') == 'missing' then return end
if GetResourceState('rcore_clothing') ~= 'missing' then return end
Clothing = Clothing or {}
function Clothing.OpenMenu()
TriggerEvent('qb-clothing:client:openMenu')
end