boermansjo / ESX_HUD

Default starting project with Enhanced HUD
GNU General Public License v3.0
48 stars 40 forks source link

UI not showing! #26

Open k2cg opened 4 years ago

k2cg commented 4 years ago

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. 1

EDIT: Just checked your old version from 9 months ago and it works well, I dont know what could be the problem

boermansjo commented 4 years ago

What version of ESX are you using ? Are you also using the latest skinchanger ?

k2cg commented 4 years ago

Im using ESX 1.2.0 and skinchanger V1.0.3 (I think it is the latest)

Xapu1337 commented 4 years ago

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)

NoobKeksTV commented 4 years ago

Same error on my side. newst skinchanger & esx

JaviPG commented 3 years ago

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