HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Clan Information

Statistics Summary
Clan: SaunaBROS
Home Page:
Activity: 99.00%
Members: 8 active members (9 total)
Avg. Member Points: 22,081
Total Kills: 64,412
Total Deaths: 72,399
Avg. Kills: 8,052
Kills per Death: 0.89
Kills per Minute: 0.42
Total Connection Time: 105d 16:02:19h
Avg. Connection Time: 13d 05:00:17h
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  GermanyZoo elorank 36,360 24d 02:46:30h 19,200 29.81% 13,881 1.38
2  AustriaGhostfacekillaH™ elorank 27,384 11d 02:32:37h 8,742 13.57% 6,774 1.29
3  GermanyD0PE*#-. elorank 24,033 7d 09:53:36h 5,110 7.93% 5,304 0.96
4  Lithuaniawuffwuff elorank 22,250 12d 10:21:50h 6,675 10.36% 9,209 0.72
5  Germanyjohoe elorank 20,641 16d 22:38:06h 9,315 14.46% 12,880 0.72
6  GermanyF!sher elorank 20,007 14d 21:35:01h 6,959 10.80% 11,126 0.63
7  GermanyLucky ☆ Sτя!κε elorank 19,898 18d 01:16:20h 8,127 12.62% 12,680 0.64
8  GermanyAye elorank 6,075 0d 16:58:19h 284 0.44% 545 0.52




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 3,760 times 3,760
2 Double Kill (2 kills) 1,330 times 1,330
3 Pick up the Bomb 938 times 2,814
4 Drop the Bomb 546 times -1638
5 Triple Kill (3 kills) 461 times 922
6 Plant the Bomb 333 times 1,998
7 Domination (4 kills) 131 times 393
8 Start Defusing the Bomb With a Defuse Kit 99 times 0
9 Defuse the Bomb 53 times 530
10 Rampage (5 kills) 35 times 140
11 Mega Kill (6 kills) 7 times 35
12 Start Defusing the Bomb Without a Defuse Kit 3 times 0
13 Ownage (7 kills) 1 times 6




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 595 times 28.27%
2 Terrorist 556 times 26.41%




ERROR
Database Error

Server Address: localhost
Server Username: hlsx

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '='

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