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

  Clan Information

Statistics Summary
Clan: Виталя
Home Page:
Activity: 100.00%
Members: 6 active members (6 total)
Avg. Member Points: 6,559
Total Kills: 413
Total Deaths: 98
Avg. Kills: 69
Kills per Death: 4.21
Kills per Minute: 3.41
Total Connection Time: 0d 02:01:02h
Avg. Connection Time: 0d 00:20:10h
Favorite Server:*
Favorite Map:* de_dust2_village
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  Russia^_ elorank 26,206 0d 01:41:50h 315 76.27% 80 3.94
2  Russia^_ elorank 4,177 0d 00:01:28h 45 10.90% 2 22.50
3  Russia^_ elorank 3,743 0d 00:04:23h 17 4.12% 0 17.00
4  Russia_^ elorank 3,077 0d 00:05:17h 30 7.26% 1 30.00
5  Czechia^_ elorank 1,153 0d 00:03:30h 6 1.45% 15 0.40
6  Russia^_ elorank 1,000 0d 00:04:34h 0 0.00% 0 0.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 400 times 25,600
2 Double Kill (2 kills) 6 times 48
3 Domination (4 kills) 6 times 192
4 Triple Kill (3 kills) 5 times 80
5 Killing Spree (9 kills) 4 times 4,096
6 Mega Kill (6 kills) 3 times 384
7 Rampage (5 kills) 2 times 128
8 Ultra Kill (8 kills) 1 times 512
9 Ownage (7 kills) 1 times 256
10 Defuse the Bomb 1 times 128




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 21 times 21.21%
2 Counter-Terrorist 19 times 19.19%




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