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
Place
bp_kill_bonus.smainaddons/amxmodx/scripting/ -
2
Place
kill_rewards.iniinaddons/amxmodx/configs/ -
3
Compile the
.smato.amxx -
4
Place the compiled
.amxxinaddons/amxmodx/plugins/ -
5
Add to
plugins.ini -
6
Customize weapon rewards in
kill_rewards.ini - 7 Restart the server or change map