THIS IS CREATED BASED ON ESX STATUS COPYRIGHT TO ESX STATUS CREATOR
Standalone Status Created for Renzu Hud Status Function This version doesnt have a UI
Standalone Framework FIVEM Status [INSTALLATION]
- CD in your resources/[esx] folder
- Clone the repository
git clone https://github.com/renzuzu/renzu_status/ renzu_status
- Import esx_status.sql in your database
- Add this in your server.cfg :
start standalone_status
[HOWTO] Register Status :
Config.register_status = {
'hunger',
'thirst',
'sanity',
'energy'
}
Config.UseEffects = true -- use effects from effect.lua
Config.status_start_value = { -- starting points for status
['hunger'] = 1000000,
['thirst'] = 1000000,
['sanity'] = 0, -- need to be a zero value
['energy'] = 1000000,
}