Open k2cg opened 4 years ago
What version of ESX are you using ? Are you also using the latest skinchanger ?
Im using ESX 1.2.0 and skinchanger V1.0.3 (I think it is the latest)
Also for me. + the version from 9 months doesn't tp me to the position it instead tps into the floor (It tps me into 0,0,0)
Same error on my side. newst skinchanger & esx
You should update your fxmanifest.lua
. Wildcard use to files is wrong use. You can declarate one to one all files or use wildcard properly. To use wildcard properly, add extension file to end of line. Example:
'ui/index.html',
'ui/assets/*.png',
'ui/assets/heritage/*.jpg',
'ui/css/*.css',
'ui/js/*.js'
}
You can check official doc about this manifest: https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/#globbing
I have setted up everything correctly but when I go to /skin or I create new character it just shows the character with no UI, I have checked that its making the nui event to open the ui and it looks good.
EDIT: Just checked your old version from 9 months ago and it works well, I dont know what could be the problem