nyrox01
Silver Elite
- Joined
- Dec 14, 2025
- Messages
- 30
- Reaction score
- 120
- Points
- 196
- Location
- Morocco
- Website
- roxdev.tebex.io
- Animated kill feed with killer/victim name and weapon icon, styled after tactical-shooter HUDs
- Headshot badge on headshot kills
- Randomized per-kill team colors for killer/victim names
- Separate death feed for non PVP deaths (falls, drowning, explosions, etc.)
- Automatic weapon icon fallback (Font Awesome icon) if a weapon image fails to load
- Fully configurable via config.lua feed position, max items shown, display duration, name truncation length
- Automatic Discord webhook logging with killer/victim/weapon/headshot/distance/streak embed
- 140+ weapon hashes mapped to display names out of the box
Code:
Config.DiscordWebhook = "YOUR_DISCORD_WEBHOOK_URL_HERE"
Config.DiscordLogs = true
Config.EmbedColor = 3447003
Config.EmbedTitle = "🎯 Kill Feed Log"
Config.EmbedFooter = "Your Server Name"
Config.EmbedThumbnail = "https://yourdomain.com/logo.png"
Config.UI = {
MaxItems = 5,
DisplayDuration = 5000,
PositionTop = '42%',
PositionRight = '24px',
MaxNameLength = 15,
}
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 build, or fully unlocked source if you want to customize the code or UI yourself:
- Free:
Hidden link for visitors, to see Log in or register now.
- Lua Unlocked (Lua source open, 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.
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.