What mod is causing this green/red money and unemployed?

Hi there everyone!

I’m talking about this:

My friends and I are trying to create a GTA:O like experience and don’t have any interest in RP. I’ve kept ES active, however, because we do want the clothes, cars and barbershop, like it was in the retail game. I’ve disabled all of the unused resources that I can think of and my server.cfg now looks like this:

set es_enableCustomData 1 

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames
#inserted trough ZAP ressourcesystem
start mysql-async
start essentialmode
start esplugin
start es_admin2
## From ESX Pack ##
start async
start cron
start esx_barbershop
start esx_clotheshop
start esx_datastore
start esx_garage
start esx_identity
start esx_lscustom
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
start esx_property
start esx_shops
start esx_sit
start esx_skin
start esx_weashops
start es_camera
start instance
start skinchanger
## End of ESX Pack ##

start mellotrainer
start bob74_ipl
start mrp-missions-2.2
start coordsaver
start loqscript-material_load-loadingscreen
start freemode-remix
start trains

### put your custom ressources below this line! ###

sv_scriptHookAllowed 0

sv_hostname "Three Amigos Fun Play Server"

I’ve done a file search in the resource directory for “Unemployed” and the only resources that came up as a match were ones that I had already commented out and disabled.

What resource do I need to edit or disable to get this to disappear from the UI?

Thanks for your time!

thought es_extended dose that…don’t see it on urs, essentialmode dose user and es_extended set money… hemm!

Hi there pdc and thanks for the help,

I also thought that extended was the cause of it and was surprised when the ui remained the same after commenting it out on my server.cfg.

I can’t find anything else that would display that. Am I just missing something obvious?

without extended you still get money system but just money not dirty or employment, so how u got not sure, have u tried to make new, did u use extended before?

just taking it out out cfg don’t think removes it, as its in ur database u need to remove it from there if don’t want any more

I played around a bit and found that even though I had commented it out, extended was still being loaded. I completely removed the folder and that got rid of the money ui… but also wiped out saved locations and clothing.

So I have to add it back then edit the files to remove the ui, I guess.

in the es_extended folder look into the config.lua
you’ll want to disable this out as it is enabled by default if you want to hide the ui of the money on screen…

Config.EnableHud = false – enable the default hud? Display current job and accounts (black, bank & cash)

for the above to work, YOU MUST HAVE ‘Configure Database’ Switched OFF!! (in settings)

Thx dude u save my life

1 Like