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

  Clan Information

Statistics Summary
Clan: SaunaBROS
Home Page:
Activity: 95.57%
Members: 7 active members (7 total)
Avg. Member Points: 17,540
Total Kills: 39,012
Total Deaths: 42,119
Avg. Kills: 5,573
Kills per Death: 0.93
Kills per Minute: 0.43
Total Connection Time: 63d 10:27:48h
Avg. Connection Time: 9d 01:29:41h
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 27,974 15d 19:18:49h 12,416 31.83% 9,151 1.36
2  AustriaghostfacekillaH elorank 21,393 7d 03:26:10h 5,522 14.15% 4,304 1.28
3  Germany-------BoB------- elorank 21,038 8d 05:39:14h 5,935 15.21% 5,174 1.15
4  Lithuaniawuffwuff elorank 16,991 8d 04:47:02h 4,374 11.21% 6,075 0.72
5  GermanyLucky ☆ Sτя!κε elorank 15,963 12d 23:04:35h 5,768 14.79% 9,299 0.62
6  GermanyF!sher elorank 15,877 10d 19:29:30h 4,864 12.47% 7,921 0.61
7  GermanyWorld of Angel elorank 3,547 0d 06:42:28h 133 0.34% 195 0.68




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 2,343 times 2,343
2 Double Kill (2 kills) 1,015 times 1,015
3 Pick up the Bomb 708 times 2,124
4 Drop the Bomb 377 times -1131
5 Triple Kill (3 kills) 323 times 646
6 Plant the Bomb 259 times 1,554
7 Domination (4 kills) 77 times 231
8 Start Defusing the Bomb With a Defuse Kit 70 times 0
9 Defuse the Bomb 50 times 500
10 Rampage (5 kills) 27 times 108
11 Mega Kill (6 kills) 3 times 15
12 Start Defusing the Bomb Without a Defuse Kit 2 times 0
13 Ownage (7 kills) 2 times 12




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 424 times 30.59%
2 Terrorist 376 times 27.13%




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