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

  Clan Information

Statistics Summary
Clan: SaunaBROS
Home Page:
Activity: 88.27%
Members: 11 active members (12 total)
Avg. Member Points: 22,983
Total Kills: 87,687
Total Deaths: 89,775
Avg. Kills: 7,972
Kills per Death: 0.98
Kills per Minute: 0.46
Total Connection Time: 133d 01:35:54h
Avg. Connection Time: 12d 02:19:37h
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 37,600 25d 18:06:35h 20,583 23.47% 14,849 1.39
2  AustriaLuckyshO† ²high²fly elorank 31,058 7d 14:38:54h 8,954 10.21% 4,213 2.13
3  AustriaGhostfacekillaH™ elorank 27,681 11d 05:15:43h 8,849 10.09% 6,837 1.29
4  Germany-------BoB------- elorank 25,607 11d 04:50:55h 8,135 9.28% 7,129 1.14
5  GermanyD0PE*#-. elorank 24,033 7d 10:37:56h 5,130 5.85% 5,326 0.96
6  Lithuaniawuffwuff elorank 23,411 13d 14:48:10h 7,403 8.44% 10,113 0.73
7  GermanyLucky ☆ Sτя!κε elorank 20,675 18d 15:34:17h 8,432 9.62% 13,103 0.64
8  Germanyjohoe elorank 20,655 17d 08:30:36h 9,499 10.83% 13,211 0.72
9  GermanyF!sher elorank 20,471 15d 11:19:25h 7,318 8.35% 11,602 0.63
10  Germany<==[T@nkm@n]==> elorank 15,548 4d 00:55:04h 3,100 3.54% 2,847 1.09
11  GermanyAye elorank 6,075 0d 16:58:19h 284 0.32% 545 0.52




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 4,227 times 4,227
2 Double Kill (2 kills) 1,511 times 1,511
3 Pick up the Bomb 1,093 times 3,279
4 Drop the Bomb 602 times -1806
5 Triple Kill (3 kills) 529 times 1,058
6 Plant the Bomb 429 times 2,574
7 Domination (4 kills) 147 times 441
8 Start Defusing the Bomb With a Defuse Kit 113 times 0
9 Defuse the Bomb 68 times 680
10 Rampage (5 kills) 42 times 168
11 Mega Kill (6 kills) 7 times 35
12 Ownage (7 kills) 5 times 30
13 Start Defusing the Bomb Without a Defuse Kit 3 times 0




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 627 times 28.74%
2 Terrorist 607 times 27.82%




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