boermansjo / ESX_HUD

Default starting project with Enhanced HUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESX_HUD

There is a new version with a lot of more options : https://github.com/PainedPsyche/cui_character

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

License:GNU General Public License v3.0


Languages

Language:HTML 64.2%Language:Lua 17.3%Language:CSS 11.5%Language:JavaScript 7.0%