HLstatsX Community Edition
  • CSS
  • Contents
  • Search
  • Help
Style:

  Clan Information

Statistics Summary
Clan: 240 km/h peek
Home Page:
Activity: 100.00%
Members: 4 active members (4 total)
Avg. Member Points: 4,435
Total Kills: 221
Total Deaths: 154
Avg. Kills: 55
Kills per Death: 1.44
Kills per Minute: 1.45
Total Connection Time: 0d 02:32:31h
Avg. Connection Time: 0d 00:38:07h
Favorite Server:* BEOGRAD DM-2
Favorite Map:* de_nuke
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  RussiaXfer elorank 12,271 0d 01:11:24h 165 74.66% 74 2.23
2  Bosnia and herzegovinaɱαƚҽʝ elorank 2,564 0d 00:20:16h 27 12.22% 12 2.25
3  SerbiaVUK SILNI elorank 1,804 0d 01:00:02h 26 11.76% 68 0.38
4  Russiadimikk elorank 1,101 0d 00:00:49h 3 1.36% 0 3.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 171 times 10,944
2 Double Kill (2 kills) 25 times 200
3 Triple Kill (3 kills) 11 times 176
4 Domination (4 kills) 11 times 352
5 Rampage (5 kills) 4 times 256
6 Plant the Bomb 2 times 256
7 Ownage (7 kills) 2 times 512
8 Mega Kill (6 kills) 2 times 256




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 14 times 29.79%
2 Terrorist 10 times 21.28%




ERROR
Database Error

Server Address: db.hlstatsx
Server Username: hl

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=252
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc