renzu_hud icon indicating copy to clipboard operation
renzu_hud copied to clipboard

Change

Open mistr140 opened this issue 2 years ago • 5 comments

Where im change to the job label and job grade in menu?

obrazek

mistr140 avatar Nov 13 '21 19:11 mistr140

In database or in renzu_jobs config. I gess the renzu taking information from NAME in grades not from LABEL

Velkostatkar avatar Nov 15 '21 08:11 Velkostatkar

Wheres is in the config?

mistr140 avatar Nov 15 '21 16:11 mistr140

image

Velkostatkar avatar Nov 16 '21 14:11 Velkostatkar

But im need name some and im need hud loading label

mistr140 avatar Nov 17 '21 11:11 mistr140

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())
		}

Velkostatkar avatar Nov 18 '21 09:11 Velkostatkar