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

  Clan Information

Statistics Summary
Clan: [WZ]
Home Page:
Activity: 100.00%
Members: 4 active members (4 total)
Avg. Member Points: 2,130
Total Kills: 103
Total Deaths: 83
Avg. Kills: 26
Kills per Death: 1.24
Kills per Minute: 0.67
Total Connection Time: 0d 02:33:33h
Avg. Connection Time: 0d 00:38:23h
Favorite Server:* BEOGRAD DM-2
Favorite Map:* de_dust
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  Bosnia and herzegovina_zahee_ elorank 3,989 0d 00:51:26h 53 51.46% 31 1.71
2  GeorgiaDarksouls elorank 2,078 0d 00:14:52h 23 22.33% 9 2.56
3  Montenegroalsenovskiii elorank 1,242 0d 01:08:33h 19 18.45% 27 0.70
4  IndiaPlayer elorank 1,212 0d 00:18:42h 8 7.77% 16 0.50




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 36 times 2,304
2 Double Kill (2 kills) 15 times 120
3 Triple Kill (3 kills) 5 times 80
4 Plant the Bomb 3 times 384
5 Mega Kill (6 kills) 2 times 256
6 Rampage (5 kills) 1 times 64
7 Killing Spree (9 kills) 1 times 1,024
8 Domination (4 kills) 1 times 32




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 11 times 33.33%
2 Counter-Terrorist 6 times 18.18%




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