![[ESX] [FREE] Cloakroom main image](https://forum-cfx-re.akamaized.net/optimized/4X/9/8/b/98bf29fb3096a5de6cfe9d43c2cc4b151c79df24_2_690x388.jpeg)
Price
UnknownA script by RealLifeOnline
Price
UnknownVideo Showcase: https://youtu.be/s-zm63A5rJE
Let your players change their saved clothes. It works with ESX, no QBCore integration anytime soon! Almost everything is configurable trough the Config.
Add this to top of the client:
Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
Citizen.Wait(0)
end
end)
Add this to the top of the server:
ESX = nil
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
Remove this from the fxmanifest:
shared_script '@es_extended/imports.lua'
Download: GitHub
Download: Tebex
Download: lama_cloakroom-v2.2.2.zip (4.8 KB)
No approved reviews found for this script yet.