forked from nojdh/cosmo_hud
-
Notifications
You must be signed in to change notification settings - Fork 5
Download & Installation
Francesco Metta edited this page Aug 5, 2021
·
2 revisions
- Download Master or Release & Extract the .zip or Open the .zip.
- Edit the config.lua before starting the script.
- Add
ensure cosmo_hudto your server.cfg - To make sure that
cosmo_hudworks withesx_status, you have to change the following line in[esx]/esx_status/client/main.lua:
92 TriggerEvent('esx_status:onTick', data)
to
92 --TriggerEvent('esx_status:onTick', data)
93 TriggerEvent('cosmo_hud:onTick', data)
- Set
Config.Displayto false in[esx]/esx_status/config.lua - Set
Config.Displayto false in[esx]/esx_basicneeds/config.lua - You're set!
- Do not change the name or it will not work.