Raised This Month: $ Target: $400
 0% 

Ultimate Top Player Stats Marquee


Post New Thread Reply   
 
Thread Tools Display Modes
wenlong_115
Junior Member
Join Date: Mar 2007
Location: CHINA Sheng YanG LIGong
Old 05-05-2007 , 01:18   Re: Ultimate Top Player Stats Marquee
Reply With Quote #11

good boy
__________________
-=WE*KYO*SA=---moko
wenlong_115 is offline
bubbacs
Member
Join Date: Sep 2005
Old 05-05-2007 , 16:15   Re: Ultimate Top Player Stats Marquee
Reply With Quote #12

Hello again.
Can someone please show me the coordinates for middle screen lower right in front of your player model like?
I have tried every thing I can and I can get this to move from one side to the other.
I can also get it to move from top to bottom.
But I would now like to set numbers to see about having it in the middle.
NOT asking for a different plugin, this works great.
But like to tweak them to fit my tastes.
Thanks,
Bubba.
bubbacs is offline
Deviance
Veteran Member
Join Date: Nov 2004
Location: Sweden
Old 05-05-2007 , 16:37   Re: Ultimate Top Player Stats Marquee
Reply With Quote #13

Quote:
Originally Posted by bubbacs View Post
But I would now like to set numbers to see about having it in the middle.
-1.0
Deviance is offline
Skyrider
AMX Mod X Beta Tester
Join Date: May 2005
Location: Netherlands
Old 05-11-2007 , 08:03   Re: Ultimate Top Player Stats Marquee
Reply With Quote #14

Nice plugins lately, very nice. + karma for you as well.
__________________
Skyrider is offline
Send a message via AIM to Skyrider Send a message via MSN to Skyrider Send a message via Yahoo to Skyrider
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 05-13-2007 , 21:30   Re: Ultimate Top Player Stats Marquee
Reply With Quote #15

Yea I have been using this myself, its nice cause it gets people wanting to play when they see people they know above them.
__________________
bmann_420 is offline
CFabuser
New Member
Join Date: May 2007
Old 05-23-2007 , 17:53   Re: Ultimate Top Player Stats Marquee
Reply With Quote #16

Is this plugin only for CS, or will it work with TFC? I'm looking for a stats plugin with TFC...thanks!

oh yeah, what channel can i find you in on irc?
CFabuser is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 05-26-2007 , 10:23   Re: Ultimate Top Player Stats Marquee
Reply With Quote #17

This is a nice concept, I'm surprised no one has thought about it before. Good work, approved.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 05-27-2007 , 16:17   Re: Ultimate Top Player Stats Marquee
Reply With Quote #18

__________________
bmann_420 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 06-08-2007 , 19:33   Re: Ultimate Top Player Stats Marquee
Reply With Quote #19

Travo still around?

For the life of me I cannot a cvar to implement Enable/Disable of this plugin to work right. I can get it to turn off, but not back on. lol
I have tried

else
return PLUGIN_HANDLED;

and everything...

Example:
Code:
public displayplr()
{
	if (get_pcvar_num(statsmarquee) == 1)
		return PLUGIN_CONTINUE;

	new Stats[8], Body[8], Name[31], Float:VertLoc2;
	new PlrAmt = get_pcvar_num(cvPlrAmt);
	new VertLoc = get_pcvar_num(cvVertLoc);
	new Float:FullTime = get_pcvar_float(cvFullTime);
	new Float:TimeBetw = get_pcvar_float(cvTimeBetw);

	if(VertLoc==1)
	VertLoc2 = -0.74;
	else
	VertLoc2 = 0.77;

	get_stats(statsm, Stats, Body, Name, 31);

	statsm++;
	
		set_hudmessage(0, 240, 10, 0.70, VertLoc2, 0, TimeBetw, TimeBetw, 0.5, 0.15, -1);
		show_hudmessage(0,"Server Top %d^n%s^nRank %d %d kills %d deaths", PlrAmt, Name, statsm, Stats[0], Stats[1]);	

	if(statsm >= PlrAmt)
	{
		statsm = 0
		set_task(FullTime,"displayplr",0,"",0,"a",1);
	}
	else
	{
		set_task(TimeBetw,"displayplr",0,"",0,"a",1);
	}

	return PLUGIN_CONTINUE
}
__________________
bmann_420 is offline
travo
Senior Member
Join Date: Aug 2006
Old 06-09-2007 , 21:11   Re: Ultimate Top Player Stats Marquee
Reply With Quote #20

replace ur addon with this
Code:
if (get_pcvar_num(statsmarquee) == 1)
{
	set_task(FullTime,"displayplr",0,"",0,"a",1);
	return PLUGIN_CONTINUE;
}
travo is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:52.


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