Skip to content

Download & Installation

Francesco Metta edited this page Aug 5, 2021 · 2 revisions
  1. Download Master or Release & Extract the .zip or Open the .zip.
  2. Edit the config.lua before starting the script.
  3. Add ensure cosmo_hud to your server.cfg
  4. To make sure that cosmo_hud works with esx_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)
  1. Set Config.Display to false in [esx]/esx_status/config.lua
  2. Set Config.Display to false in [esx]/esx_basicneeds/config.lua
  3. You're set!
  4. Do not change the name or it will not work.

Clone this wiki locally