[PAID] RD Hitmarker For PVP Servers

[Release] RD Hitmarker | Advanced Kill Feedback System

:pushpin: Description

RD Hitmarker is a complete system that displays visual and sound effects when hitting or killing enemies in your server.
The script is lightweight, compatible with all frameworks (QBCore / ESX / Standalone), and fully customizable via config.lua.

:white_check_mark: More realistic gameplay experience.
:white_check_mark: Flexible design with customizable colors, sounds, and text size.
:white_check_mark: Supports sound notifications + visual effects on every hit.
:white_check_mark: Very low resource usage.


## :movie_camera: Preview

https://www.youtube.com/watch?v=fohCs44EJbg

:gear: Features

  • Fully configurable via config.lua.
  • Beautiful and modern NUI interface.
  • Different sound effects for headshots and normal hits.
  • Custom colors for Health, Armor, and Headshot.
  • Option to enable/disable sound and visual markers.
  • Supports melee and firearms.
  • Works with all frameworks (QBCore / ESX / Standalone).

:open_file_folder: Installation

*Place the script inside your resources folder.
*Edit config.lua to match your preferences
*Add the following line to your server.cfg: ensure rd-hitmarker
##:open_file_folder:Config

Config = {}

-- Text settings (easily adjustable from Config)
Config.TextScale = 0.6  -- Default font size
Config.DefaultFont = 6  -- Default font settings (can be modified here)              

-- Duration to show the hitmarker in milliseconds
Config.HitmarkerShowTime = 600
Config.HitmarkerAddShowTimeLastHit = 500

-- Sound settings
Config.HitmarkerSoundEnabled = true
Config.HitmarkerSound = "sound6"   -- Sound file name inside the sounds folder (without extension)
Config.HitmarkerSoundVolume = 0.5  -- Volume level from 0.0 to 1.0

-- Does the hitmarker need manual toggle on/off?
Config.HitmarkerNeedToggle = false

-- Should the hitmarker show for melee hits (close combat)?
Config.HitmarkerOnMelee = false

-- Default colors for each case
Config.DefaultColors = {
    colorHealth = { r = 255, g = 0, b = 0 },    -- Health
    colorArmor = { r = 0, g = 150, b = 255 },   -- Armor
    colorHeadshot = { r = 255, g = 0, b = 0 },  -- Headshot (default red)
}

:inbox_tray:Purchase Link:
https://rd-development-webstore.tebex.io/
:inbox_tray: Discord

Feature Details
Code is accessible Yes
Subscription-based No
Lines (approximately) 200+
Requirements No requirements
Support Yes
πŸš€ **RD Development – Quality Scripts for Your Server**
6 Likes

nice script and have a nice support

1 Like