Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI not showing! #26

Open
k2cg opened this issue May 13, 2020 · 5 comments
Open

UI not showing! #26

k2cg opened this issue May 13, 2020 · 5 comments

Comments

@k2cg
Copy link

k2cg commented May 13, 2020

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
Copy link
Owner

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

@k2cg
Copy link
Author

k2cg commented May 13, 2020

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

@Xapu1337
Copy link

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
Copy link

Same error on my side. newst skinchanger & esx

@JaviPG
Copy link

JaviPG commented Aug 27, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants