-
Notifications
You must be signed in to change notification settings - Fork 129
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
Menu freeze when they are too much buttons in a menu #39
Comments
https://i.imgur.com/iKVmysk.png Can confirm this is still happening. I have a lot of items in some of my menus. I can't give an exact count but if needed, I can provide it. Is there any hope of this being fixed? |
me too, same problem here with 312 buttons |
I fixed it with a Citizen.Wait(5) on the foreach |
what you mean foreach? in JS? |
Yeah surely |
JS is compiled i don't think its JS, and also I tried to put Wait(5) in foreach in lua it helps a bit but still lagging |
Hello, when there are too much buttons in a menu, sometimes, for some reasons, the menu freeze itself and we need to restart the script in order to unfreeze the controls on the menu. In my case, it happens on the players list.
The text was updated successfully, but these errors were encountered: