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

  Clan Information

Statistics Summary
Clan: SaunaBROS
Home Page:
Activity: 95.80%
Members: 5 active members (7 total)
Avg. Member Points: 26,051
Total Kills: 41,463
Total Deaths: 58,188
Avg. Kills: 8,293
Kills per Death: 0.71
Kills per Minute: 0.36
Total Connection Time: 79d 20:55:09h
Avg. Connection Time: 15d 23:23:01h
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Rank Points Activity Time Kills Clan Kills % Deaths sort-descending.gif Kpd
1  GermanyF!sher elorank 28,397 23d 21:27:44h 11,477 27.68% 18,015 0.64
2  GermanyLucky ☆ Sτя!κε elorank 23,409 21d 16:06:29h 9,709 23.42% 15,280 0.64
3  Lithuaniawuffwuff elorank 26,847 18d 02:50:07h 9,776 23.58% 13,354 0.73
4  Germany<==[T@nkm@n]==> elorank 33,216 10d 06:29:54h 7,676 18.51% 6,978 1.10
5  GermanyMiesaTyp elorank 18,384 5d 22:00:55h 2,825 6.81% 4,561 0.62




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 1,119 times 1,119
2 Double Kill (2 kills) 432 times 432
3 Pick up the Bomb 311 times 933
4 Drop the Bomb 198 times -594
5 Triple Kill (3 kills) 152 times 304
6 Plant the Bomb 80 times 480
7 Domination (4 kills) 38 times 114
8 Start Defusing the Bomb With a Defuse Kit 23 times 0
9 Defuse the Bomb 14 times 140
10 Rampage (5 kills) 12 times 48
11 Mega Kill (6 kills) 2 times 10
12 Start Defusing the Bomb Without a Defuse Kit 1 times 0
13 Ownage (7 kills) 1 times 6




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 208 times 31.28%
2 Terrorist 204 times 30.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