HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: CZ
Home Page:
Activity: 65.33% 65.33%
Members: 9 active members (9 total)
Avg. Member Points: 942
Total Kills: 37
Total Deaths: 78
Avg. Kills: 4
Kills per Death: 0.47
Kills per Minute: 0.51
Total Connection Time: 0d 01:11:51h
Avg. Connection Time: 0d 00:07:59h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* dm_ob_killbox_gravity_gun
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name sort-descending.gif Points Activity Time Kills Clan Kills % Deaths Kpd
1  Czech republicZed(CZ) 1,000 57% 0d 00:00:39h 0 0.00% 0.00% 0 0.00
2  Czech republicRENO J. (CZ) 975 69% 0d 00:01:28h 1 2.70% 2.70% 2 0.50
3  Czech republicremzy (cz) 1,000 59% 0d 00:00:03h 0 0.00% 0.00% 0 0.00
4  Czech republiclukin299 (cz) 977 72% 0d 00:07:47h 16 43.24% 43.24% 29 0.55
5  Czech republicDjaryna(Cz) 833 62% 0d 00:05:45h 2 5.41% 5.41% 12 0.17
6  Czech republicDavidovix(CZ) 750 62% 0d 00:45:12h 12 32.43% 32.43% 28 0.43
7  Czech republicBrzda (cz) 1,003 60% 0d 00:02:51h 5 13.51% 13.51% 4 1.25
8  Czech republicblackX811 (CZ) 1,000 85% 0d 00:01:12h 0 0.00% 0.00% 0 0.00
9  Czech republicBaron (cz) 941 62% 0d 00:06:54h 1 2.70% 2.70% 3 0.33




  Player Actions *





ERROR
Database Error

Server Address: 172.17.0.1
Server Username: ggo

Error Diagnostic:
Bad query.

Server Error: ()

Last SQL Query:
		SELECT
			IFNULL(hlstats_Roles.name, hlstats_Events_ChangeRole.role) AS name,
			IFNULL(hlstats_Roles.code, hlstats_Events_ChangeRole.role) AS code,
			COUNT(hlstats_Events_ChangeRole.id) AS rolecount,
			ROUND(COUNT(hlstats_Events_ChangeRole.id) / IF(0 = 0, 1, 0) * 100, 2) AS percent,
			killsTotal,
			deathsTotal,
			ROUND(killsTotal/if(deathsTotal=0,1,deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeRole.serverId
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		LEFT JOIN
			hlstats_Players
		ON
			hlstats_Players.playerId = hlstats_Events_ChangeRole.playerId
		WHERE
			hlstats_Servers.game='hl2mp'
			AND hlstats_Players.clan=46
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'hl2mp'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc