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

  Clan Information

Statistics Summary
Clan: SaunaBROS
Home Page:
Activity: 96.62%
Members: 8 active members (10 total)
Avg. Member Points: 32,279
Total Kills: 110,274
Total Deaths: 105,424
Avg. Kills: 13,784
Kills per Death: 1.05
Kills per Minute: 0.47
Total Connection Time: 162d 17:25:55h
Avg. Connection Time: 20d 08:10:44h
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 58,053 56d 22:29:33h 47,883 43.42% 30,999 1.54
2  Austria✯ghostfacekillah✯ elorank 38,378 17d 15:52:45h 14,149 12.83% 10,633 1.33
3  Germany<==[T@nkm@n]==> elorank 36,544 11d 18:59:42h 8,863 8.04% 7,943 1.12
4  Lithuaniawuffwuff elorank 28,799 20d 23:04:32h 11,255 10.21% 15,294 0.74
5  GermanyNiceTry elorank 27,511 2d 06:30:56h 2,429 2.20% 1,426 1.70
6  Germanyjohoe elorank 26,126 24d 06:26:14h 12,705 11.52% 18,411 0.69
7  GermanyLucky ☆ Sτя!κε elorank 23,533 22d 09:42:25h 9,949 9.02% 15,774 0.63
8  GermanyMiesaTyp elorank 19,291 6d 10:19:48h 3,041 2.76% 4,944 0.62




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 3,658 times 3,658
2 Double Kill (2 kills) 1,315 times 1,315
3 Pick up the Bomb 763 times 2,289
4 Triple Kill (3 kills) 563 times 1,126
5 Drop the Bomb 370 times -1110
6 Plant the Bomb 337 times 2,022
7 Domination (4 kills) 206 times 618
8 Start Defusing the Bomb With a Defuse Kit 90 times 0
9 Defuse the Bomb 55 times 550
10 Rampage (5 kills) 52 times 208
11 Mega Kill (6 kills) 16 times 80
12 Start Defusing the Bomb Without a Defuse Kit 3 times 0
13 Ownage (7 kills) 3 times 18
14 Ultra Kill (8 kills) 1 times 7
15 Killing Spree (9 kills) 1 times 8




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 430 times 29.55%
2 Counter-Terrorist 409 times 28.11%




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