How can I move the Skinmenu from esx_skin/skinchanger

Hi, as you can see I have a problem. When I create a character on my server the skinmenu is above the minimap. How can I move the menu to the bottom right side? Or how can I disable at least the HUD during the character creation process?

1 Like

hi :), if you stil need help:

you need change your esx_skin>client>main.lua line 98:
align = 'top-left', < ‘top-left’ can maybe be diferent
to
align = 'bottom-right',

1 Like

Thank you! I thought that I had to change it in the config

1 Like

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