How to Add job to F2 menu/Inventory!

some to now how to do add job in f2

es_extended/client/functions.lua
line 999-1009
add this

  table.insert(elements, {
    label     = 'Job: ' .. ESX.PlayerData.job.label .. ' - ' .. ESX.PlayerData.job.grade_label
  })

above this

if ESX.PlayerData.money >  0 then

 local formattedMoney = _U('locale_currency', ESX.Math.GroupDigits(ESX.PlayerData.money))
  table.insert(elements, {
    label     = 'Cash: $' .. ESX.PlayerData.money,
    count     = ESX.PlayerData.money,
    type      = 'item_money',
    value     = 'money',
    usable    = false,
    rare      = false,
    canRemove = true
  })
1 Like

like this

above the if statement

[quote=“Barbie, post:2, topic:272678”]
above
[/qu
i dont now waht you men

i edited mo first post so you can understand better

Thanks,

is it possible to also add black money?
?

If you have blackmoney it should already be by defaultsettings

its not

what?

can you help me its show now double the job then my bank and then my job? how can i fix this?