Rank System Ultimate

Top Flags

v1.0 Tornado_SW FREE
Login to Download
About this Plugin

Grants special admin flags to players who hold the top ranking positions on the server. Configure which positions receive which flags through a simple configuration file. Flags are applied automatically and updated each round.

Features
  • Assigns admin flags based on ranking position
  • Fully configurable flag assignments per rank position
  • Supports multiple top positions (Top 1, Top 2, Top 3, etc.)
  • Flags are applied automatically every round
  • Multi-language support (English & Bulgarian)
Configuration File
addons/amxmodx/configs/top_flags.ini
; Top Flags Configuration
; Format: Top N = flags
; Players holding the specified ranking position
; will receive the listed admin flags.

Top 1 = abcdefghijklmnopqrstu
Top 2 = bcde
Top 3 = mn
Top 5 = l
Language File Preview
[en]
RSU_TF_MESSAGE = [Top Flags] You hold the %s position! You have been granted flags: %s

[bg]
RSU_TF_MESSAGE = [Top Flags] Вие заемате %s позиция! Вашите флагове: %s
Installation Guide
  1. 1 Place rsu_top_flags.sma in addons/amxmodx/scripting/
  2. 2 Place top_flags.ini in addons/amxmodx/configs/
  3. 3 Place rsu_top_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 flags per position in top_flags.ini
  8. 8 Restart the server or change map