â¸ī¸RedM Pause Menu
Ruxo Hexagon Pause Menu
Requirements
Standalone
don't require any other resource, it support:
VORP
Emotes
You can disable emotes when you open the Pause Menu or the map
Emotes = true, -- Enable animation when you open the pause menu or map
Also, you can change animations and add what you prefer, or use a trigger
OpenEmote = function() -- You can change here events emotes
--Add emote call
end,
ClearEmote = function() -- You can change here events emotes
--Add emote call
end,
OpenMap = function() -- You can change here events emotes
--Add emote call
end,
External link
Change the "Rules" button link, from config you can change external link to open:
urlToOpen = 'https://ruxo-shop.tebex.io/', -- Rules URL
Relog (custom button)
You can change here and redesign the relog Button functionallity
relog = function() -- You can change here events for relog
ExecuteCommand('relog')
-- you can also use exports
end,
Logo
To change the logo in the top left button, go to ui/images folder and replace logo.png file with your logo.
Also consider that CSS and HTML are open so you can change also buttons appareance and style.
Support
24/h support, open a ticket in our Discord:
â¨SupportLast updated