Config file
Config = {}
--[[ Language ]]--
Config.Locale = 'en' -- en, de, es, cs.
--[[ Default Settings ]]
Config.Framework = {
autoDetect = true, -- Automatically finds and sets supported framework on your server.
type = 'esx', -- ESX = 'esx' / QBCore = 'qbcore'.
export = 'es_extended', -- ESX = 'es_extended' / QBCore = 'qb-core'.
}
--[[ Inventory ]]--
Config.Inventory = 'auto_detect' -- auto_detect - Automatically finds and sets supported inventory on your server.
-- ox - https://github.com/overextended/ox_inventory.
-- qb - https://github.com/qbcore-framework/qb-inventory.
-- qs - https://buy.quasar-store.com/package/4770732.
-- ps - https://github.com/Project-Sloth/ps-inventory.
-- codem - https://codem.tebex.io/package/5900973.
-- core - https://core.tebex.io/package/5123274.
-- origen - https://www.origennetwork.store/package/5881161.
-- tgiann - https://tgiann.tebex.io/package/6273000.
--[[ Menu ]]--
Config.Name = 'playerid' -- Displayed name in UI (steamname, playerid).
Config.EnableUILabel = true -- Enable UI label (for script UI).
Config.Menu = 'ui' -- commands - No menu - Only Commands.
-- ui - Script UI.
-- ox - https://overextended.github.io/docs.
-- esx - https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/esx_menu_default.
-- qb - https://docs.qbcore.org/qbcore-documentation/qbcore-resources/qb-menu.
--[[ ProgressBar ]]--
Config.ProgressBarDuration = 1 -- Duration of the progressbar [in seconds].
Config.ProgressBar = 'auto_detect' -- auto_detect - Automatically finds and sets supported progressbar on your server.
-- none - No ProgressBar.
-- ox - https://overextended.github.io/docs.
-- progressbars - https://forum.cfx.re/t/release-progress-bars-1-0-standalone/526287/4.
-- qb - https://github.com/qbcore-framework/progressbar.
-- qs - https://github.com/quasar-scripts/progressbar
--[[ Skin Selector ]]--
Config.SkinSelector = 'auto_detect' -- auto_detect - Automatically finds and sets supported skin selector on your server.
-- esx - https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/esx_skin, https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/skinchanger.
-- qb - https://github.com/qbcore-framework/qb-clothing.
-- fivem - https://forum.cfx.re/t/release-fivem-appearance/2438537.
-- illenium - https://github.com/iLLeniumStudios/illenium-appearance.
-- bl - https://github.com/Byte-Labs-Studio/bl_appearance.
-- rcore - https://store.rcore.cz/package/6430968.
-- tgiann - https://tgiann.tebex.io/package/6271462.
--[[ Notifications ]]--
Config.Notify = 'auto_detect' -- auto_detect, ox, esx, qb.
Config.NotifyType = {success = 'success', info = 'info', error = 'error'}
Config.Sounds = true
--[[ Fivecode Armor Support ]]--
Config.FivecodeArmor = false -- Enable this setting if you're using our armor script.
--[[ Main ]]--
Config.ClothingTheft = {
distance = 5.0, -- Maximum distance for stealing another player's clothing.
canBeRobbed = {male = true, female = false}, -- If false, players wont be able to steal clothing from the gender.
}
Config.ClothingTheftDistance = 5.0 -- Maximum distance for stealing another player's clothing
Config.ItemNames = {outfit = 'outfit', top = 'top'} -- Item names for outfit and top for easier customization.
Config.Animations = {
OutfitAnimation = {
dict = 're@construction',
anim = 'out_of_breath',
},
StealAnimation = {
dict = 'anim@amb@clubhouse@tutorial@bkr_tut_ig3@',
anim = 'machinic_loop_mechandplayer',
},
}
--[[ Commands and Default Clothing ]]--
Config.ClothingMenu = {
keybind = {enable = true, keyCode = 9}, -- Keybind to open the clothing menu (works only if enable is true). Examples 9, 'a', 'b'...
command = 'clothingmenu' -- Command to open the clothing menu.
}
Config.Commands = {
Enable = true, -- If false these commands will be disabled.
GiveClothing = {Enable = true, Command = 'giveclothing'}, -- example: /giveclothing mask[type] 1[number] 1[color].
Clothing = {
Mask = {Command = 'mask', DefaultClothing = {male = 0, female = 0}, Disabled = false},
Helmet = {Command = 'helmet', DefaultClothing = {male = -1, female = -1}, Disabled = false},
Glasses = {Command = 'glasses', DefaultClothing = {male = -1, female = -1}, Disabled = false},
Ear = {Command = 'ear', DefaultClothing = {male = -1, female = -1}, Disabled = false},
Chain = {Command = 'chain', DefaultClothing = {male = 0, female = 0}, Disabled = false},
Watches = {Command = 'watches', DefaultClothing = {male = -1, female = -1}, Disabled = false},
Bracelet = {Command = 'bracelet', DefaultClothing = {male = -1, female = -1}, Disabled = false},
Tshirt = {Command = 'tshirt', DefaultClothing = {male = 15, female = 15}, Disabled = false},
Vest = {Command = 'vest', DefaultClothing = {male = 0, female = 0}, Disabled = false},
Jacket = {Command = 'jacket', DefaultClothing = {male = -1, female = 15}, Disabled = false},
Decals = {Command = 'decals', DefaultClothing = {male = 0, female = 0}, Disabled = false},
Bag = {Command = 'bag', DefaultClothing = {male = 0, female = 0}, Disabled = false},
Gloves = {Command = 'gloves', DefaultClothing = {male = 15, female = 15}, Disabled = false},
Pants = {Command = 'pants', DefaultClothing = {male = 14, female = 15}, Disabled = false},
Shoes = {Command = 'shoes', DefaultClothing = {male = 34, female = 35}, Disabled = false},
Top = {Command = 'top', Disabled = false},
Outfit = {Command = 'outfit', Disabled = false},
},
}
--[[ Set custom name and image to specific clothing ]]--
Config.CustomName = {
{
Label = 'Gucci Pants', -- Name of the clothing item displayed in-game.
Image = 'gucci_p', -- Image of the clothing item displayed in-game.
Type = 'pants', -- Type of clothing (e.g., pants, shirt).
Ped = 'mp_m_freemode_01', -- Ped model (male = 'mp_m_freemode_01', female = 'mp_f_freemode_01').
Clothing = {
Type = 17, -- Clothing type ID (e.g., pants).
Color = 3 -- Color ID for the clothing item.
},
},
{
Label = 'Pig mask',
Image = false,
Type = 'mask',
Ped = 'mp_m_freemode_01',
Clothing = {
Type = 1,
Color = 2
},
},
}
If you need help with anything, do not hesitate and open a support ticket in our discord.
Last updated
Was this helpful?