๐ฉConfiguration
Default language (
Shared.Language) with dynamic locale loadingAutomatic detection of ESX/QBCore/Standalone environments
Currency type, police job, harvest cooldown, and blip/marker display settings
Image generation command
Because the images are too heavy you have to make the screens yourself so you have to place the images of the clothes in the build/clothing/male female... folder
If you want to use this command you have to uncomment the client.js / server.js and download the stream folder and put it to Var-ClothesShop_V2
/screenshot
Initiate the clothing screenshot process
/customscreenshot <component> <drawable/all> <props/clothing> <male/female/both> <camerasettings(optional)>
Capture a specific clothing item, with optional custom camera settings specified in the format outlined in config.json.
Example :
/customscreenshot 11 17 clothing male {"fov": 55, "rotation": { "x": 0, "y": 0, "z": 15}, "zPos": 0.26}
/customscreenshot 11 all clothing male {"fov": 55, "rotation": { "x": 0, "y": 0, "z": 15}, "zPos": 0.26}
If you are using a CDN, please put your images on your server and change the URL in the shared.lua configuration file; otherwise, set Shared.UseCdn -> false and ensure that the clothing folder is placed in the build/images directory.
Last updated