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

  Clan Information

Statistics Summary
Clan: SaunaBROS
Home Page:
Activity: 79.25%
Members: 8 active members (10 total)
Avg. Member Points: 23,121
Total Kills: 61,195
Total Deaths: 75,443
Avg. Kills: 7,649
Kills per Death: 0.81
Kills per Minute: 0.40
Total Connection Time: 106d 03:54:35h
Avg. Connection Time: 13d 06:29:19h
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  AustriaGhostfacekillah elorank 29,553 12d 18:45:21h 10,101 16.51% 7,838 1.29
2  Germany-------BoB------- elorank 28,421 12d 20:38:28h 9,267 15.14% 8,162 1.14
3  Lithuaniawuffwuff elorank 25,060 15d 06:40:57h 8,303 13.57% 11,373 0.73
4  GermanyD0PE*#-. elorank 24,076 7d 11:25:20h 5,147 8.41% 5,348 0.96
5  Germanyjohoe elorank 22,223 18d 07:34:25h 9,968 16.29% 13,871 0.72
6  GermanyLucky ☆ Sτя!κε elorank 21,140 18d 22:15:40h 8,561 13.99% 13,291 0.64
7  GermanyF!sher elorank 20,854 17d 08:17:30h 8,197 13.39% 13,059 0.63
8  GermanyMiesaTyp elorank 13,638 3d 04:16:54h 1,651 2.70% 2,501 0.66




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 1,258 times 1,258
2 Double Kill (2 kills) 516 times 516
3 Pick up the Bomb 336 times 1,008
4 Drop the Bomb 209 times -627
5 Triple Kill (3 kills) 169 times 338
6 Plant the Bomb 97 times 582
7 Domination (4 kills) 50 times 150
8 Start Defusing the Bomb With a Defuse Kit 35 times 0
9 Defuse the Bomb 22 times 220
10 Rampage (5 kills) 14 times 56
11 Mega Kill (6 kills) 4 times 20




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 265 times 29.94%
2 Counter-Terrorist 245 times 27.68%




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