I already installed those but still get the error.
you have a really old version of mythic_notify. Try to find the one that has the SendAlert function.
I dont find any newer version so could you link me one?
then just change SendAlert to DoHudText
i have a problem when i open the radial menu when i close the menu my cursor gets stuck, how can i fix it?
change the resource name to the original one: esx_radialmenu
get in trunk not working anyone else have this problem./ or what script i need to get it to work
i cant change the triggers can u help me?
Yes, through dsc.
Check our website to get an invite:
https://a-n.tebex.io
How to setup a key for open radialmenu? i have tryed to change it in client/main.lua but didnt work…
look at your keybindings under fivem settings, lot of newer scripts use that instead
i have tryed to change this line: RegisterKeyMapping(‘_rad’, ‘Open Radial Menu’, ‘F5’, ‘OEM_3’)
whit f5 but they didnt work…
yeah and it work, but i want setup a default key to open it,whitout set it in fivem settings
whatever you have as default in your script will be that key for new players, just not you
Ok thx, is this code right for open it whit F5? " RegisterKeyMapping(‘_rad’, ‘Open Radial Menu’, ‘F5’, ‘OEM_3’)"
yeah should be if thats how the example was with the last one
That’s wrong, here is the corrected form:
RegisterKeyMapping('_rad', 'Open Radial Menu', 'keyboard', 'F5')
The default key was this one: `
Here you can find the full list of keyboard keys.
WHEN i /_rad
my game freeze with no errors, But when I stop the script or restarted, everything works fine unless i /_rad freeze Again
The cmds events don’t works. I can’t close this ui.
don’t change the resource name