renzu_hud
renzu_hud copied to clipboard
Change
Where im change to the job label and job grade in menu?
In database or in renzu_jobs config. I gess the renzu taking information from NAME in grades not from LABEL
Wheres is in the config?
But im need name some and im need hud loading label
Go to : renzu_hud/renzu_hud/client/function.lua
Find line 1365 and edit so as you wish
info = {
job = xPlayer.job.name,
joblabel = xPlayer.job.grade_name,
money = money,
black = black,
bank = bank,
id = GetPlayerServerId(PlayerId())
}