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
Place
rsu_top_flags.smainaddons/amxmodx/scripting/ -
2
Place
top_flags.iniinaddons/amxmodx/configs/ -
3
Place
rsu_top_flags.txtinaddons/amxmodx/data/lang/ -
4
Compile the
.smato.amxx -
5
Place the compiled
.amxxinaddons/amxmodx/plugins/ -
6
Add to
plugins.ini -
7
Configure flags per position in
top_flags.ini - 8 Restart the server or change map