ScaleformUI
ScaleformUI copied to clipboard
ScaleformUI is a branch of NativeUI made with custom Scaleforms to be lighter, faster and visually better
I wanted to mess around with the radio menu and copied the code from the example to make my own menu, This is what I copied (Except for the bottom...
https://discord.com/channels/882234192132448256/1120390177613942836/1171608349075312680 Only 1 function was removed, due to issues, If you find a fix for it, Let me know ;-) This **does** also require some dependency adding, Instead of adding...
```lua RegisterCommand("echeveria", function () menu:Visible(true) end, false) RegisterKeyMapping("echeveria", "Opens the trainer", "KEYBOARD", "f1") ``` thats how ive been opening it and there is only one `menu` declared
I noticed that the game will crash if disconnecting and reconnecting to the server when using Scaleforms. Below is the error I receive: 
The only one bug this has is if you apply the filter hovering above the last index, then exit to reset the filter, and re-enter, the topEdge takes away 1...
Hi, does this amazing repo work or will it work with javascript/typescript? Thanks in advance and sorry if my question is not relevant.
I'm talking about these ones: https://github.com/user-attachments/assets/8a5ec811-d464-408d-9203-47f49c699fdb Would be nice to have them too!
- Update **example_lobby.lua** for latest **ScaleformUI** compatibility - Removed **example_lobby_player.lua**: use example_lobby menu handle two pages (main and player management)