Aaaa

No longer active !!!

17 Likes

big sexy

3 Likes

Nice release!!!

1 Like

Finally, a Simple Discord bot. Thank you so much.

1 Like

itā€™s very good :+1:

1 Like

Hey , how can i change the menu position to left instead of right because it covers my my money , job ā€¦ hud + when i changed open button to F4 a system message keeps appearing in chat saying ā€˜rageui-E is not a valid commandā€™ whenever i press E but itā€™s still working fine . do you know how to fix that ?
ps : iā€™m a newbie and gj making this simple clean script :slight_smile:

1 Like

how to change the keybind

2 Likes

@dishairano_boer to change key open example.lua line 18

1 Like

Hello, you can change the position of the menu inside example.lua (line 2)
Change position from 1420 to 0 if you want the menu to be displayed on the left side and then restart the script.

To remove the ā€œRageUI-Eā€ command then replace this code in example.lua (line 18-20)

Citizen.CreateThread(function()
    while true do
        Citizen.Wait(0)
        
        if IsControlJustPressed(1, 38) then -- Key 38 is E
            RageUI.Visible(mainMenu, not RageUI.Visible(mainMenu))
        end
    end
end)
2 Likes

Hey guys this is a zombie banner i made ! you can use it !
just replace the banner.ytd file in stream folder with this one . banner.ytd (37.7 KB)
this a preview :
shopui_title_gunclub

5 Likes

oh appreciate thatā€™s dope

1 Like

Nice Script

1 Like

Really useful thanks !

Is there any way to direct the (Player Reports) and (Bug Reports) to separate webhooks?

patao to Ī• KAI den doulebei

Hello, nice menu thanks, but I would like open the menu with /report in the chat how can I make ?
Sorry Iā€™m french ^^

1 Like

is there a /report without the menu? that goes to a chat in discord

2 Likes

how to receive the reports?