[Release][ESX/NativeUI] KRZ-PersonalMenu

I’m not able to use any admin functions and I’m superadmin in the DB

I have the same problem. Am in the database admin. But have no rights in the menu.

I also tried it with owner and superadmin

I set up a new server for testing. TxAdmin Legacy Plume. I go ingame and write / setjob 1 police 4 and i am the boss. Then I change my clothes. And then I press F6 nothing happens. All other jobs don’t work either. The job menu cannot be opened.

Hello everyone :love_you_gesture:

The temporary solution I found is to modify the lines (you need to do it 8 times to activate all features) below (in your config.lua) :

groups = {'_dev', 'owner', 'superadmin'},

by

groups = {'_dev', 'owner', 'superadmin', 'admin'},

Good evening to all :crescent_moon:

the menu dont open what can i do?
i have no errors and the recource load correctly
but when i press F5 the menu dont show up

Tôi củng như bạn. bạn đã có gải pháp nào chưa ???

Hi can you do a “weight version” for esx_legacy pleese ?

1 Like

I got the problem:
when i’m hitting any key in F5 (krz_personalmenu) the key is activated twice or triple.

But only in the krz_personalmenu.
Do you know how can I fix it?

thanks

Did you find the solution? I have the same concerns …
A FiveM update?

same here, i will wait for an fix

hello, my problem is i can’t hire anyone for the job, it doesn’t work, and my question would be could a banner be put in. an explanation or instructions would be very nice

Hi i try to change the Button to F5:
Config.Controls = {

OpenMenu = {keyboard = Keys[166]},

Then i restart my server… i login in and i try to presh F5… donst work he open this menu with V key… how i can fix that?

Kind regards,
Mecqq

try

OpenMenu = {keyboard = Keys[‘F5’]},

because in the Config the F5 key is in a list with other keys:

local Keys = {

['ESC'] = 322, ['F1'] = 288, ['F2'] = 289, ['F3'] = 170, ['F5'] = 166, ['F6'] = 167, ['F7'] = 168, ['F8'] = 169, ['F9'] = 56, ['F10'] = 57,

['~'] = 243, ['1'] = 157, ['2'] = 158, ['3'] = 160, ['4'] = 164, ['5'] = 165, ['6'] = 159, ['7'] = 161, ['8'] = 162, ['9'] = 163, ['-'] = 84, ['='] = 83, ['BACKSPACE'] = 177,

['TAB'] = 37, ['Q'] = 44, ['W'] = 32, ['E'] = 38, ['R'] = 45, ['T'] = 245, ['Y'] = 246, ['U'] = 303, ['P'] = 199, ['['] = 39, [']'] = 40, ['ENTER'] = 18,

['CAPS'] = 137, ['A'] = 34, ['S'] = 8, ['D'] = 9, ['F'] = 23, ['G'] = 47, ['H'] = 74, ['K'] = 311, ['L'] = 182,

['LEFTSHIFT'] = 21, ['Z'] = 20, ['X'] = 73, ['C'] = 26, ['V'] = 0, ['B'] = 29, ['N'] = 249, ['M'] = 244, [','] = 82, ['.'] = 81,

['LEFTCTRL'] = 36, ['LEFTALT'] = 19, ['SPACE'] = 22, ['RIGHTCTRL'] = 70,

['HOME'] = 213, ['PAGEUP'] = 10, ['PAGEDOWN'] = 11, ['DELETE'] = 178,

['LEFT'] = 174, ['RIGHT'] = 175, ['TOP'] = 27, ['DOWN'] = 173,

['NENTER'] = 201, ['N4'] = 108, ['N5'] = 60, ['N6'] = 107, ['N+'] = 96, ['N-'] = 97, ['N7'] = 117, ['N8'] = 61, ['N9'] = 118

}

hi all, i have 1 problem on my krz_personalmenu. not work showname up on head and i no’t understand why. come 1 can help me pls?
{

    name = 'showname',

    label = _U('admin_showname_button'),

    groups = {'_dev', 'owner', 'superadmin', 'admin', 'mod'},

    command = function()

        Player.showName = not Player.showName

        if not showname then

            for k, v in pairs(Player.gamerTags) do

                RemoveMpGamerTag(v)

                Player.gamerTags[k] = nil

            end

        end

    end

},

THEN i try use this, but when i try use shownames Menu close and give me errors and not opening if i not restarted again and change
{

    name = 'showname',

    label = _U('admin_showname_button'),

    groups = {'_dev', 'owner', 'superadmin', 'admin', 'mod'},

    command = function()

        Player.showName = not Player.showName

        if not showname then

            for targetPlayer, gamerTag in pairs(Player.gamerTags) do

                RemoveMpGamerTag(gamerTag)

                Player.gamerTags[targetPlayer] = nil

            end

        end

    end

},

Can you please give me the rewritten line and the line where to put it

Hey guys im sorry for asking once again… but i dont havbe any .ytd file in my stream folder except
" RageUI.ytd " i would like to set the same Banner as for the other menus. How can i do it ?
is there a way like “Use esx_defaul_menu” ? xD

would be cool if someone could give a solution for the header image.

is there also a way to change the color of the text underneath the banner?

you need the old version


Hey guys, tell me what could be the reason? Got a secondary job in it and when I get a secondary job and want to access the wallet the menu closes and I have to reconnect before I can access it again. Thank you very much