AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Ultimate Top Player Stats Marquee (https://forums.alliedmods.net/showthread.php?t=54777)

travo 05-03-2007 14:39

Ultimate Top Player Stats Marquee
 
2 Attachment(s)
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

neogeo 05-03-2007 14:58

Re: Ultimate Top Player Stats Marquee
 
thanks

bubbacs 05-04-2007 01:33

Re: Ultimate Top Player Stats Marquee
 
Ok the code for the message is, and I hope I'm right.....
set_hudmessage(0, 240, 10, 0.70, 0.77, 0,
Out of that how would I raise the text to the upper right hand corner as YOU said it was?
It's in the lower right hand corner and we want it UPPER right hand corner!
Which numbers do I move please?

travo 05-04-2007 02:30

Re: Ultimate Top Player Stats Marquee
 
Quote:

Originally Posted by bubbacs (Post 473203)
Ok the code for the message is, and I hope I'm right.....
set_hudmessage(0, 240, 10, 0.70, 0.77, 0,
Out of that how would I raise the text to the upper right hand corner as YOU said it was?
It's in the lower right hand corner and we want it UPPER right hand corner!
Which numbers do I move please?

sorry dude, i made a mistake. I added a cvar to get it in the top corner for you now, enjoy.

bubbacs 05-04-2007 02:45

Re: Ultimate Top Player Stats Marquee
 
Very good.
And thanks for the quick response.
But then I have another issue. Sorry :-(
The TOP location interferes with the text of who killed whom.
Like Bubbacs killed douchebag etc
Can it be moved down a bit?
Like maybe 1 to 2 inches?
I know this is petty maybe.
But the players like to see who killed whom and they also like this rank text.
I would like to give them both.
That's why I was asking about the code and numbers.
I would test BUT I have failed at that also.
I can move it from bottom to top ok......but I can't get it in between!?!?

Thanks again
Bubba.

bubbacs 05-04-2007 12:02

Re: Ultimate Top Player Stats Marquee
 
Ever hear of a complete sentence?
Ever wonder why people get tired of those who post just to be posting?
Since you have/had no imput on this topic, why did YOU post?
Never understood why people were just so god damn rude!
Oh....and that finger wave......insert it where the sun don't shine. :-)

travo 05-04-2007 12:29

Re: Ultimate Top Player Stats Marquee
 
whoops didnt account for the kill messages, ive moved it down so now there is enough room for 3 kill messages to show up. Lemme know if this is good or if you want it down more.

Deviance 05-04-2007 13:03

Re: Ultimate Top Player Stats Marquee
 
Code:
public displayplr(id)
->
Code:
public displayplr()
Also i'd suggest you tag your cvars with like amx_ or something.

datwinkle 05-04-2007 15:27

Re: Ultimate Top Player Stats Marquee
 
nice!

travo 05-04-2007 22:06

Re: Ultimate Top Player Stats Marquee
 
thanks deviance


All times are GMT -4. The time now is 22:20.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.