Skip to main content

Config

The 2nd version of the RiP-Hud lets your roleplay server shine in a modern and stylish way. Some options are explained here. However this does not represent the original config file.

RiP.Settings

Change or disable the command for the settings menu.

RiP.Settings = 'hudsettings'    -- [STRING] command for hud settings (set empty to disable)

RiP.Talking

Switch between different voice chats. Set to false to disable.

RiP.Talking = 'saltychat'       -- [STRING] saltychat/mumblevoice/pmavoice

RiP.Status

RiP.Status = true               -- [BOOLEAN] enable hunger & thirst bar

RiP.Money

RiP.Money = 'USD'               -- [STRING] money sign (USD/EUR)

RiP.Speedo

With this option the speedometer can be edited.

RiP.Speedo = {
Enable = true, -- [BOOLEAN] enable speed display
Type = 1, -- [INTEGER] speedometer type (1/2/3)
Position = 'right' -- [STRING] speedometer position (bottom/right)
}

RiP.Seatbelt

RiP.Seatbelt = {
Enable = true, -- [BOOLEAN] enable seatbelt
Keybind = 'B', -- [STRING] seatbelt keybind
Buckled = true, -- [BOOLEAN] exit vehicle while buckled
Sounds = true -- [BOOLEAN] play sound if not buckled
}

RiP.DefaultSettings

Change the default hud settings for new players.

RiP.DefaultSettings = {
['time'] = true,
['job'] = true,
['cash'] = true,
['bank'] = true,
['black'] = true,
['status'] = true,
['ammo'] = true,
['speedo'] = true
}