Configuration
Below is a table summarizing key config values in your script. After the table, youโll see a snippet of the config for easy reference.
Framework
Chooses your framework:
"esx=true"
Illenium
Appearance
Enable IlleniumAppearance for skin retrieval (set to true if desired)
"true"
Language
Selects the language for any localized messages (if you add translations).
"en"
MaxOutfits
Maximum number of outfits a player can save.
6
CooldownMinutes
How many minutes must pass before the same player can change outfits again.
15
BagItem
The item name representing the โoutfit bagโ in your inventory system.
"outfit_bag"
BagModel
The actual prop model that appears on the ground when the bag is placed.
"prop_big_bag_01"
InteractDistance
How close a player must be (in meters) to interact with a placed bag.
3.0
PlaceDistance
How far from the playerโs position the bag is spawned when placed.
0.5
DatabaseTable
The MySQL table name where outfits are stored.
"bagoutfits"
Notify
A function to send notifications to players, supporting ESX or QBcore defaults.
(See code)
Last updated