Raised This Month: $32 Target: $400
 8% 

Player Time Tracker v2.3.5


Post New Thread Reply   
 
Thread Tools Display Modes
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 06-12-2009 , 07:48   Re: Player Time Tracker [1.5]
Reply With Quote #21

O-o that's odd. I did, but it put up the same version. Gimmie a sec...

Stupid me. I forgot I changed it to ptt, and uploaded the older one.
crazydog is offline
krolus
Senior Member
Join Date: May 2009
Location: Russia, Omsk
Old 06-12-2009 , 11:39   Re: Player Time Tracker [1.5]
Reply With Quote #22

Installed version 1.5, monitoring logs =)
May be log must be in separate file? For example ptt.log. Or make cvar to enable/disable logging?
krolus is offline
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 06-12-2009 , 12:41   Re: Player Time Tracker [1.5]
Reply With Quote #23

I'm not going to give it it's own log file. It doesn't log enough to warrant that.

Is it that hard to search for "ptt.smx" in your error logs?
crazydog is offline
krolus
Senior Member
Join Date: May 2009
Location: Russia, Omsk
Old 06-12-2009 , 13:40   Re: Player Time Tracker [1.5]
Reply With Quote #24

In 4 days 06/10 - 06/13 i've got 1200 strings in log =)
krolus is offline
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 06-13-2009 , 04:04   Re: Player Time Tracker [1.5]
Reply With Quote #25

So there's this bug that's occuring...In left4dead, people tend to leave the server at the same exact time when a campaign ends.

When this happens, only one of their times is saved, the other people are ignored.

If anyone can figure out why it only records one person's time when multiple people disconnect at the same exact time, that'd be wonderful.
crazydog is offline
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 07-20-2009 , 03:29   Re: Player Time Tracker [1.5.2]
Reply With Quote #26

Hola peoples. I've released version 1.5.2 (with updates from non-released 1.5.1).

A VERY simple web UI is available now.
crazydog is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 07-30-2009 , 02:34   Re: Player Time Tracker [1.7.3]
Reply With Quote #27

I'm trying to create tables in phpMyAdmin but fails:

FrozenHaxor is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 07-30-2009 , 05:52   Re: Player Time Tracker [1.7.3]
Reply With Quote #28

Never mind, I found the solution inside sp file ;]

The correct query is:

Quote:
CREATE TABLE `TimeTracker` (
`name` varchar(64) NOT NULL,
`steamid` varchar(64) NOT NULL,
`TimePlayed` int(64) NOT NULL,
`StoredTime` int(64) NOT NULL default '0',
`tracking` tinyint(1) NOT NULL,
UNIQUE KEY `steamid` (`steamid`)
)
Just needed "," after line 5.
FrozenHaxor is offline
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 07-30-2009 , 12:03   Re: Player Time Tracker [1.7.3]
Reply With Quote #29

Fixed in the OP. Thanks for catching it.
crazydog is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 08-01-2009 , 07:58   Re: Player Time Tracker [1.7.3]
Reply With Quote #30

My players time are like "0-9:0-53:0-23". I think I did something wrong...

Is it this?:
Quote:
Originally Posted by crazydog View Post
README BEFORE UPGRADING TO 1.7.3 ( 7/28 )!!!!
Please make sure that when you upgrade this plugin, nobody in the server is being tracked, or their times WILL BECOME INCORRECT!
FrozenHaxor is offline
Reply


Thread Tools
Display Modes

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 16:50.


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