Ultimate Top Player Stats Marquee
Posted: Sun Nov 21, 2021 11:42 pm
Statsmarquee.amxx
About
This plugin will take the top ranked players based on csx module and make a marquee on all players screens and filter through the ranks
CVars
amx_marqplayeramount (default 40) - amount of top players that will be shown
amx_marqvertlocation (default 2) - where the marquee will appear (1 = top, 2 = bottom)
amx_marqfulltime(default 600.0) - amount of seconds in between each time the stat marquee loops
amx_marqtimebetween(default 6.0) - amount of seconds each player is individually shown before the next player is shown
Modules
#include <amxmodx>
#include <csx>
Change Log
v1.1
-added marqvertlocation cvar
-fixed glitch in the name column
v1.2
-removed (id) from public displayplr()
-added amx_ to the cvars
get plugin
get source
About
This plugin will take the top ranked players based on csx module and make a marquee on all players screens and filter through the ranks
CVars
amx_marqplayeramount (default 40) - amount of top players that will be shown
amx_marqvertlocation (default 2) - where the marquee will appear (1 = top, 2 = bottom)
amx_marqfulltime(default 600.0) - amount of seconds in between each time the stat marquee loops
amx_marqtimebetween(default 6.0) - amount of seconds each player is individually shown before the next player is shown
Modules
#include <amxmodx>
#include <csx>
Change Log
v1.1
-added marqvertlocation cvar
-fixed glitch in the name column
v1.2
-removed (id) from public displayplr()
-added amx_ to the cvars
get plugin
get source