Skip to content

Default starting project with Enhanced HUD

License

Notifications You must be signed in to change notification settings

erdemozor/ESX_HUD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

ESX_HUD

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

All credits go to him.

!!!WARNING!!! After the update this script no longer has the default esx_skin menu.

I can use help to get this script working with esx_skin so that the shop still works.

There will be a new clothshop that will work without esx_skin.

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 (Still not finished)

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.
  • Script updated to use ESX V1.2
  • Remove old esx_skin.
  • HTML, CSS and Javascript updates
  • Skinchanger correctly updated after creating the ped
  • HTML update for easy translations
  • HTML update for easy adding/changing outfits

About

Default starting project with Enhanced HUD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.3%
  • Lua 18.7%
  • CSS 12.5%
  • JavaScript 7.5%