Escrow
Protected Tebex delivery for production servers. Best for quick installation and secure releases.
Choose EscrowSelect the version that fits your server. If a matching version exists in the catalogue, the button will take you directly to it.
Protected Tebex delivery for production servers. Best for quick installation and secure releases.
Choose EscrowFull source access for deeper customization, edits, and custom integrations on your RedM server.
Choose Open Source
BRB HUD is a fully customizable RedM HUD built for VORP servers. It brings survival, voice, horse, money, mail, illegal level and native HUD replacement features into one clean interface.
https://www.youtube.com/watch?v=MSo3wKptVAs
vorp_metabolism dependency required.vorp_banking, brb-banking and brb-advanced-banking-v2.vorp_coreoxmysqlvorp_inventory for included consumables and map item supportpma-voiceweathersyncvorp_bankingbrb-bankingbrb-advanced-banking-v2ensure oxmysql
ensure vorp_core
ensure vorp_inventory
ensure brb_hud
The HUD automatically creates its player settings table. SQL files for manual setup and the map item are included.
BRB HUD uses vanilla HTML, CSS and JavaScript NUI with focused polling intervals for player, voice, horse and weather state.
REPLACE_WITH_RESMON_SCREENSHOT_OR_VIDEO_TIMESTAMPexports.brb_hud:SetMail(source, {
unread = 3,
total = 18,
lastTitle = 'New Telegram',
hasNew = true
})
exports.brb_hud:SetIllegal(source, {
level = 2,
xp = 450,
nextXp = 1000,
label = 'Illegal'
})
exports.brb_hud:SetBank(source, 1250)
exports.brb_hud:Notify(source, {
type = 'success',
title = 'BRB HUD',
message = 'Bridge ready.'
})