Battle Pass System

Kill Bonus

v1.0 Tornado_SW FREE
Login to Download
About this Plugin

Awards Battle Pass XP based on kills with full per-weapon customization. Configure different XP amounts for each weapon, headshot bonuses, and penalties for teamkills and suicides. Uses a detailed configuration file for maximum flexibility.

Features
  • Per-weapon XP rewards via configuration file
  • Separate headshot bonus XP
  • Teamkill and suicide XP penalties
  • Special weapon bonuses (knife, grenade)
  • Configurable normal kill base reward
  • Easy to customize without editing source code
Configuration File
addons/amxmodx/configs/kill_rewards.ini
; Kill Bonus Configuration
; Format: EVENT = XP_amount
; Positive values award XP, negative values deduct XP

NORMAL_KILL = 10
HEADSHOT = 5
TEAMKILL = -30
SUICIDE = -20
KNIFE = 50
GRENADE = 30

; Optional: Add per-weapon entries
; e.g. AWP = 15, AK47 = 12, etc.
Installation Guide
  1. 1 Place bp_kill_bonus.sma in addons/amxmodx/scripting/
  2. 2 Place kill_rewards.ini in addons/amxmodx/configs/
  3. 3 Compile the .sma to .amxx
  4. 4 Place the compiled .amxx in addons/amxmodx/plugins/
  5. 5 Add to plugins.ini
  6. 6 Customize weapon rewards in kill_rewards.ini
  7. 7 Restart the server or change map