Rank System Ultimate

XP Flags

v1.0 Tornado_SW FREE
Login to Download
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. 1 Place rsu_xp_flags.sma in addons/amxmodx/scripting/
  2. 2 Place xp_flags.ini in addons/amxmodx/configs/
  3. 3 Place rsu_xp_flags.txt in addons/amxmodx/data/lang/
  4. 4 Compile the .sma to .amxx
  5. 5 Place the compiled .amxx in addons/amxmodx/plugins/
  6. 6 Add to plugins.ini
  7. 7 Configure XP thresholds and flags in xp_flags.ini
  8. 8 Restart the server or change map