BerkieBb
BerkieBb
There is a debug setting you can turn off, yes
It's in shared/shared.ts, it's typescript meaning you'd have to build the resource after changing the file to make the changes have an effect
But don't comment things in there because it'll break the resource after building
I have a tutorial on how to build the script in the readme
> Misc > Menu Position doesnt seem to do anything (it only applies to new menus, such as the recording one) This is because ox_lib only applies the menu position...
Oh then it's probably because of how the menus are registered, the ones that it doesn't apply to are the ones that are static registered
But with the permissions system most (or all) menus should be registered newly after everytime it should open
Probably a case of the MenuOpen variable not resetting properly or something with ox_lib
Oh, so the whole code basically breaks then
Might be because of it being client side, this is where vMenu is outdated