About this Plugin
Grants admin flags to players based on their total accumulated XP. Unlike Top Flags which uses ranking position, this plugin rewards players who reach specific XP thresholds. Flags are applied automatically and updated each round.
Features
- Assigns admin flags based on total XP earned
- Configurable XP thresholds and flag assignments via config file
- Supports multiple XP tiers with different flag sets
- Flags applied automatically each round
- Multi-language support (English & Bulgarian)
Configuration File
addons/amxmodx/configs/xp_flags.ini
; XP Flags Configuration
; Format: xp_threshold = flags
; Players who have reached the specified XP amount
; will receive the listed admin flags.
20000 = abcdefghijklmnopqrstu
10000 = bcde
5000 = mn
2000 = l
Language File Preview
[en]
RSU_XF_MESSAGE = [XP Flags] You have reached %dXP! Your flags: %s
[bg]
RSU_XF_MESSAGE = [XP Flags] Вие достигнахте %dXP! Вашите флагове: %s
Installation Guide
-
1
Place
rsu_xp_flags.smainaddons/amxmodx/scripting/ -
2
Place
xp_flags.iniinaddons/amxmodx/configs/ -
3
Place
rsu_xp_flags.txtinaddons/amxmodx/data/lang/ -
4
Compile the
.smato.amxx -
5
Place the compiled
.amxxinaddons/amxmodx/plugins/ -
6
Add to
plugins.ini -
7
Configure XP thresholds and flags in
xp_flags.ini - 8 Restart the server or change map