Skip to content
/ ESX_HUD Public
forked from boermansjo/ESX_HUD

Default starting project with Enhanced HUD

License

Notifications You must be signed in to change notification settings

bsk193/ESX_HUD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

ESX_HUD

Working version of Naiko's script. https://github.com/Naikzer/HUD-GTAVRP

All credits go to him.

How to install

  • Copy and paste skincreator folder to resources

  • Add start skincreator to your server.cfg file

  • Make sure that all the spawnpoints are with the mp_m_freemode_01 model. Example : spawnpoint 'mp_m_freemode_01' { x = -1044.73, y = -2749.13, z = 21.3634 }

  • If you use any other scripts that uses esx_skin. You will have to change the dependencies :

dependencies { 'es_extended', 'esx_skin' }

into

dependencies { 'es_extended', 'skincreator' }

To Do

  • Female skins
  • Clean-up code

Changes

  • HTML, CSS, Javascript changes.
  • Camera is now fixed.
  • All cloths are saved. Will add a few more options and female only menus.
  • Character now loads correctly after the initial login.
  • All native functions of ESX_SKIN are imported in this script.

About

Default starting project with Enhanced HUD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 43.7%
  • HTML 31.5%
  • CSS 16.3%
  • JavaScript 8.5%