RaveHUD 1.0.0
1 Screenshot
Thank you for using Cuxxl Designs HUD!
Info:
You can customize the colors in the style.css just put your rgb/rgba/hex into
|
V
--main-color: rgb(255, 0, 0);
|
V
--main-color-darker: rgb(250, 60, 60);
|
V
--main-color-gradient: rgba(255, 0, 0, 0.466);
Installation:
If you're using mumblevoip:
open the client.lua in the folder
goto line 894 and add this:
TriggerEvent("cuxxl_designs:getvoicerange", mumbleConfig.voiceModes[playerMode][2])
So now the Voice Range works!
For the X-Menu:
goto the client.lua and scroll down until you see the topic (-- X Menu Options)
[
RegisterNUICallback('x-menu-exit', function()
SetDisplay(false)
end)
RegisterNUICallback('x-menu-personalmenu', function()
TriggerEvent('krz-personalmenu:openmenu')
end)
RegisterNUICallback('x-menu-emote', function()
TriggerEvent("dp:RecieveMenu")
end)
RegisterNUICallback('x-menu-idcard', function()
TriggerServerEvent('jsfour-idcard:open', GetPlayerServerId(PlayerId()), GetPlayerServerId(PlayerId()))
end)
]
If you want to change the Triggers:
Just Change the Triggers that are marked with a *!
User Feedback
-
Recently Browsing 0 members
- No registered users viewing this page.
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now