Esx_skin disable

Hello, i am new to making FiveM servers and i can’t diable esx_skin because, When i disable it, i get stuck in loadingscreen.

I am trying to change it to illenium appearance.

Please, if you know the solution tell me!

Hi, did you delete all mentionned scripts in the documentation?

esx_skin

skinchanger

fivem-appearance

esx_barbershop

esx_clotheshop

Hallo bro

stop esx_skin
stop esx_multichair

replace this in es_extended/config.lua
Config.Multichar = GetResourceState(“esx_multicharacter”) ~= “missing”
Config.Identity = true – Select a characters identity data before they have loaded in (this happens by default with multichar)

in

– Config.Multichar = GetResourceState(“esx_multicharacter”) ~= “missing”
Config.Identity = false – Select a characters identity data before they have loaded in (this happens by default with multichar)

enjoy

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.