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

  Clan Information

Statistics Summary
Clan: SaunaBROS
Home Page:
Activity: 90.00%
Members: 9 active members (10 total)
Avg. Member Points: 20,844
Total Kills: 61,827
Total Deaths: 67,928
Avg. Kills: 6,870
Kills per Death: 0.91
Kills per Minute: 0.43
Total Connection Time: 99d 13:57:35h
Avg. Connection Time: 11d 01:33:03h
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 32,049 19d 15:28:41h 15,649 25.31% 11,406 1.37
2  AustriaghostfacekillaH elorank 26,118 9d 20:18:35h 7,772 12.57% 5,967 1.30
3  Germany-------BoB------- elorank 24,940 10d 16:11:39h 7,766 12.56% 6,769 1.15
4  GermanyD0PE*#-. elorank 21,219 4d 19:56:55h 3,465 5.60% 3,487 0.99
5  Lithuaniawuffwuff elorank 20,160 10d 11:33:24h 5,614 9.08% 7,804 0.72
6  GermanyLucky ☆ Sτя!κε elorank 19,546 16d 05:10:29h 7,384 11.94% 11,514 0.64
7  Germanyjohoe elorank 18,785 13d 17:04:11h 7,636 12.35% 10,420 0.73
8  GermanyF!sher elorank 18,714 13d 11:25:23h 6,258 10.12% 10,023 0.62
9  GermanyAye elorank 6,066 0d 16:48:18h 283 0.46% 538 0.53




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 3,497 times 3,497
2 Double Kill (2 kills) 1,418 times 1,418
3 Pick up the Bomb 863 times 2,589
4 Drop the Bomb 484 times -1452
5 Triple Kill (3 kills) 455 times 910
6 Plant the Bomb 328 times 1,968
7 Domination (4 kills) 154 times 462
8 Start Defusing the Bomb With a Defuse Kit 91 times 0
9 Defuse the Bomb 58 times 580
10 Rampage (5 kills) 31 times 124
11 Mega Kill (6 kills) 11 times 55
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 576 times 28.30%
2 Terrorist 563 times 27.67%




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