HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: ESP
Home Page:
Activity: 67.00% 67.00%
Members: 7 active members (7 total)
Avg. Member Points: 874
Total Kills: 147
Total Deaths: 256
Avg. Kills: 21
Kills per Death: 0.57
Kills per Minute: 1.01
Total Connection Time: 0d 02:26:00h
Avg. Connection Time: 0d 00:20:51h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* dm_overwatch
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  SpainGarrote [ESP] 1,390 71% 0d 00:17:38h 33 22.45% 22.45% 21 1.57
2  Spain[ESP] **eXtreme_Devil** 973 79% 0d 00:01:29h 0 0.00% 0.00% 3 0.00
3  Spain[ESP] Tahl ^o^ 964 58% 0d 00:02:39h 1 0.68% 0.68% 3 0.33
4  No CountryXute!* [ESP] 957 75% 0d 00:00:53h 0 0.00% 0.00% 2 0.00
5  Spain[ESP]TheRondc11 891 70% 0d 00:04:29h 3 2.04% 2.04% 10 0.30
6  SpainFreeman [ESP] 613 58% 0d 00:43:36h 37 25.17% 25.17% 61 0.61
7  Spain[ESP] DeeibyCØper 328 58% 0d 01:15:16h 73 49.66% 49.66% 156 0.47




  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=119
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'hl2mp'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc