Issues in illenium-appearance
If your character doesn’t spawn with the correct clothing or appearance when using illenium-appearance, follow these simple steps:
Open the
fxmanifest.luafile inside yourillenium-appearancefolder.
Remove the following line if it exists:
provides {esx_skin, skin_changer}
Check your other scripts and remove this line too if you find it:
dependencies {esx_skin, skin_changer}
After making these changes, clear your server cache and restart the server.
This ensures the appearance system loads correctly with Quasar scripts.
Compatibility with esx_skin and skinchanger
Old systems like esx_skin or skinchanger can conflict with qs-appearance, so you have two options:
Remove them completely – Go through your server files and delete any references to
esx_skinorskinchangerinside yourfxmanifest.luafiles.
How to add Starter Items?
This system includes a configuration for starter items, which will allow several different items to be added to the player's spawn. Read the following comments if you have questions.
This setting is completely basic, but if you want to remove it you can simply change it to the following Config.StarterItems = {} or comment inside. Below we will leave the default configuration to better understand your configuration.
Config.StarterItems = {
{ item = 'phone', amount = 1 },
}


