GW-SKINV2
Fonctionnalités du menu de skin
openMenuSkin
openMenuSkinSyntaxe
exports('openMenuSkin', function(target)
if not target or type(target) ~= 'number' then
print("[ERROR] Invalid target provided to openMenuSkin")
return
end
local storageData = STORAGE:load("storage.json")
if not storageData then
print("[ERROR] Failed to load storage data from storage.json")
return
end
TriggerClientEvent('gw_skin:openMenu', target, storageData)
end)Utilisation
openMenuSpecial
openMenuSpecialSyntaxe
Utilisation
Catégories de vêtements disponibles
Gestion des erreurs
Last updated