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

  Clan Information

Statistics Summary
Clan: -_-
Home Page:
Activity: 100.00%
Members: 5 active members (5 total)
Avg. Member Points: 11,480
Total Kills: 1,464
Total Deaths: 1,461
Avg. Kills: 293
Kills per Death: 1.00
Kills per Minute: 0.61
Total Connection Time: 1d 16:19:45h
Avg. Connection Time: 0d 08:03:57h
Favorite Server:* BEOGRAD DM-2
Favorite Map:* de_dust2_village
Favorite Weapon:* Arctic Warfare Magnum (Police)
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  Kazakhstan(-_-)Дракон elorank 52,302 1d 15:06:13h 1,429 97.61% 1,405 1.02
2  Egyptziad Player (-_-) elorank 2,083 0d 00:51:54h 33 2.25% 51 0.65
3  Russia(-_-)S0n1k(-_-) elorank 1,024 0d 00:05:54h 2 0.14% 0 2.00
4  Kyrgyzstan[МФ]APACHI(-_-) elorank 998 0d 00:02:09h 0 0.00% 1 0.00
5  Algeria(-_-) Z A K I (-_-) elorank 992 0d 00:13:35h 0 0.00% 4 0.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 429 times 27,456
2 Double Kill (2 kills) 186 times 1,488
3 Plant the Bomb 84 times 10,752
4 Triple Kill (3 kills) 82 times 1,312
5 Defuse the Bomb 44 times 5,632
6 Domination (4 kills) 40 times 1,280
7 Rampage (5 kills) 19 times 1,216
8 Ownage (7 kills) 6 times 1,536
9 Mega Kill (6 kills) 5 times 640
10 Killing Spree (9 kills) 2 times 2,048




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 170 times 33.33%
2 Terrorist 88 times 17.25%




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