-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few suggestions/bugs i have #13
Comments
This is because ox_lib only applies the menu position when a menu is reopened. |
even when reopening the main menu it stays in top-right |
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 |
also just found that after restarting the menu a few times everyone else on the server will lose the menu entirely but the person that restarted it will still be able open it |
Probably a case of the MenuOpen variable not resetting properly or something with ox_lib |
like the weather & time breaks as well when this happens |
Oh, so the whole code basically breaks then |
yeah thats what it seems like |
Killing other players doesnt work either, but it works on yourself |
Might be because of it being client side, this is where vMenu is outdated |
Noclip speed doesnt live update, but will show correct speed when turned on |
That worked last time I tried it, or I don't remember it lol |
let me rephrase, the text that says what speed doesnt update until turning it off and on |
Yeah I understood that |
I've committed 2661b72 to ensure the menu position does set on the main menu, all other menus with perms are already re-registered each time the perms are checked, so those are good already. Now I need to finish the perms to make sure other menus do set the menu position too. |
e2ca668 |
going to start working on this again, is there a todo list somewhere? |
Still in client/main.lua |
The text was updated successfully, but these errors were encountered: