nyrox01
Silver Elite
- Joined
- Dec 14, 2025
- Messages
- 29
- Reaction score
- 111
- Points
- 196
- Location
- Morocco
- Website
- roxdev.tebex.io
Features
- Animated kill feed with killer/victim name, weapon icon, and skull separator
- Headshot badge on headshot kills
- Kill streak badges with 5 color tiers (2x → 5x "godlike"), including a pulsing glow on the top tier
- Optional kill-distance badge, with a configurable minimum distance to display
- Separate death feed for non PVP deaths (falls, drowning, explosions, etc.) with per-death-type messages
- Automatic weapon icon fallback (Font Awesome icon) if a weapon image fails to load
- Fully configurable via config.lua — colors, watermark text, feed position, max items shown, display duration, name truncation length
- Optional Discord webhook logging with killer/victim/weapon/headshot/distance/streak embed
- 90+ weapon hashes mapped to display names out of the box
In-Game Overview
Configuration Overview
Everything below is adjustable in config.lua, no code editing required:
Code:
Config.Theme = {
WatermarkText = 'RD3',
PrimaryColor = '#4ade80',
HeadshotColor = '#fbbf24',
Streak3Color = '#fb923c',
DangerColor = '#ef4444',
GodlikeColor = '#a855f7',
DistanceColor = '#3b82f6',
}
Config.UI = {
MaxItems = 5,
DisplayDuration = 5000,
PositionTop = '42%',
PositionRight = '24px',
MaxNameLength = 15,
}
Plus toggles for kill-distance display, minimum distance threshold, and full Discord webhook embed styling (title, footer, thumbnail, color).
Requirements
Standalone, no framework dependency. Font Awesome is loaded via CDN in the UI. Discord logging is optional and off by default until you set a webhook URL.
Get it
Try it first, then decide which version fits your server — we offer three tiers so you can pick between a completely free (escrowed) build, or fully unlocked source if you want to customize the code or UI yourself:
- Free (Escrowed):
Hidden link for visitors, to see Log in or register now.
- Lua Source Only (Lua unlocked, UI built):
Hidden link for visitors, to see Log in or register now.
- Full Source (Lua & UI unlocked):
Hidden link for visitors, to see Log in or register now.
Want a custom tweak but don't need a source tier? Just reach out, happy to help.
Found a bug? Report it here, or reach me on Discord: nyr_x.
What's next?
We're already working on RD Taxi V2.0 something we think brings a genuinely new experience to FiveM taxi jobs, not just another reskin of the usual formula. Stay tuned, we think every server owner is going to want this one.