Raised This Month: $51 Target: $400
 12% 

[TF2 Stats] With Web Ranking and Item Logger [v9.1.0]


Post New Thread Reply   
 
Thread Tools Display Modes
Rugnor
New Member
Join Date: Mar 2012
Old 03-12-2012 , 17:21   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.15.2]
Reply With Quote #2171

Just tried this plugins, it's really awesome! Congrats it's a great job

The only thing I couldn't get to work properly is the rank_showchatcommands, set to 0 but won't hide the triggers. I searched along this thread and it seems to be no issue with it, so I guess it has to be something related to my server setup. (or maybe I misunderstood it's function: it's supposed to prevent chat messages from players (saying rank, session, etc...) from showing up, all right?)

Anyway, I really appreciate this huge and good work, thank you ^^
Rugnor is offline
casper10
Member
Join Date: Jan 2012
Old 03-13-2012 , 10:07   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.15.2]
Reply With Quote #2172

is this easy way how to show first 10 or 20 players from server rank (using last update), SQLITE on my web site or MOTD screen? thx
casper10 is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 03-13-2012 , 10:24   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.15.2]
Reply With Quote #2173

Quote:
Originally Posted by ZeneX View Post
But I have a question. I have another source servers like HL2 DM and CSS. Are there any plugin like this for these games? I want to make some in-game statistics and getting these information with MySQL connection to my website...
The author that wrote the base of this plugin also wrote versions for other games.
I'm not sure if those versions are still being maintained by anyone though.

Quote:
Originally Posted by Rugnor View Post
Just tried this plugins, it's really awesome! Congrats it's a great job

The only thing I couldn't get to work properly is the rank_showchatcommands, set to 0 but won't hide the triggers. I searched along this thread and it seems to be no issue with it, so I guess it has to be something related to my server setup. (or maybe I misunderstood it's function: it's supposed to prevent chat messages from players (saying rank, session, etc...) from showing up, all right?)

Anyway, I really appreciate this huge and good work, thank you ^^
That cvar only sets how the plugin will reply to commands. It doesn't hide the triggers. (Though that could be added).

Quote:
Originally Posted by casper10 View Post
is this easy way how to show first 10 or 20 players from server rank (using last update), SQLITE on my web site or MOTD screen? thx
Not using SQLite.
__________________
DarthNinja is offline
Rugnor
New Member
Join Date: Mar 2012
Old 03-15-2012 , 06:49   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.15.2]
Reply With Quote #2174

Quote:
Originally Posted by DarthNinja View Post

That cvar only sets how the plugin will reply to commands. It doesn't hide the triggers. (Though that could be added).
OK, then I just misunderstood its function, thank you!

I tried to supply the function I wanted by adding the hidechattriggers plugin, but for some reason TF2Stats won't hook the command after hidechattriggers return a Plugin_Handled for it. I'm looking at the source, but it's still far from my SM scripting knowledge... ^^U

Anyway, it's not a critic thing, so don't worry about adding it. Thank you again for all, DarthNinja!

Last edited by Rugnor; 03-15-2012 at 07:06.
Rugnor is offline
eminemxw88
Senior Member
Join Date: Dec 2009
Old 03-19-2012 , 19:17   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.15.2]
Reply With Quote #2175

can u give me INC?
eminemxw88 is offline
Send a message via MSN to eminemxw88
Nikey646
Member
Join Date: Apr 2011
Old 03-31-2012 , 12:45   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.15.2]
Reply With Quote #2176

I have to features requests.

Due to a huge portion of laziness and the fact i would go insane, i havnt read the last 218 pages to read if these were already suggested, so sorry if they have been.

First: Could a option to sort by KDR be introduced? i've looked at the sourcecode and it would be very harsh to sort by KDR, but my server thinks points is everything, and it's really annoying because honestly in my server points mean nothing (and to proove it with permission from several of the best players, i gave them -10k points, in nearly a month they were back to positives)

Second: A lot of my users complain about the chat being spammed with "Rank" "Top" "kd" and etc, but then a few minutes later they do it themselves, so i was wondering if you could possible introduce a hidetriggers cvar, which would be awesome.

Hope to see both these requests full filled (:
Also Thx in Advanced
__________________
ğUnAUĞ UnknownAU ğUnAUĞ
A Proud Australian TFDodgeball Server!




Nikey646 is offline
Jwu
AlliedModders Donor
Join Date: Sep 2011
Location: Austria
Old 04-07-2012 , 02:03   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.15.2]
Reply With Quote #2177

I provide a TF2 server for a small playing private community and I'm currently new to this plugin. But there seems to be a little bug that bots get points even with ´rank_ignorebots "1"´.

Even though kills/assists/death will not be counted on bots, something will since a bot managed to crawl into the top 10 overnight.

*update*
Okay seem to found the problem, Bots can get points as engie for "player_teleported" or as Scout for "player_stunned" and "player_stealsandvich".

Last edited by Jwu; 04-07-2012 at 05:53.
Jwu is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 04-10-2012 , 16:34   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.18.0]
Reply With Quote #2178

Nikey646:
The actual "ranking" is done by SQL and not the plugin. Because there isn't a KDR column (nor is it particularly feasible to add one), rankings by KDR aren't possible.
It's something I may revisit if/when I rewrite the entire plugin.

In other news...
Update released:
Quote:
  • V8.18.0
    • Added delay timer to rank queries so players cant spam the command (default delay of 5 minutes).
      (This is to prevent overloading large databases when doing COUNT)
    • Bots will no longer be tracked for Sandman stun events or Sandviches stolen.
    • Bots will no longer get points for teleporting players.
    • The connecting player message will no longer be shown when bots join.
    • Player extinguished function completely rewritten.
    • The plugin will now try to reconnect to the database after 15 minutes if the connection is lost.
__________________
DarthNinja is offline
FudgePoly
Senior Member
Join Date: Jul 2011
Old 04-10-2012 , 18:13   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.18.0]
Reply With Quote #2179

Quote:
Originally Posted by DarthNinja View Post
Bots will no longer be tracked for Sandman stun events or Sandviches stolen.
Code:
L 04/11/2012 - 01:08:33: [SM] Native "IsFakeClient" reported: Client index 0 is invalid
L 04/11/2012 - 01:08:33: [SM] Displaying call stack trace for plugin "TF2_Stats.smx":
L 04/11/2012 - 01:08:33: [SM]   [0]  Line 1575, C:\sourcemod-1.4.1-release\TF2_Stats.sp::Event_player_stunned()
FudgePoly is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 04-10-2012 , 18:42   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.18.0]
Reply With Quote #2180

Quote:
Originally Posted by FudgePoly View Post
Code:
L 04/11/2012 - 01:08:33: [SM] Native "IsFakeClient" reported: Client index 0 is invalid
L 04/11/2012 - 01:08:33: [SM] Displaying call stack trace for plugin "TF2_Stats.smx":
L 04/11/2012 - 01:08:33: [SM]   [0]  Line 1575, C:\sourcemod-1.4.1-release\TF2_Stats.sp::Event_player_stunned()
Just fixed that, grab the latest .zip (v8.18.1)
__________________
DarthNinja 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 01:03.


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