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

  Clan Information

Statistics Summary
Clan: 1000-7
Home Page:
Activity: 100.00%
Members: 3 active members (3 total)
Avg. Member Points: 38,495
Total Kills: 2,254
Total Deaths: 1,709
Avg. Kills: 751
Kills per Death: 1.32
Kills per Minute: 0.39
Total Connection Time: 4d 01:33:41h
Avg. Connection Time: 1d 08:31:13h
Favorite Server:*
Favorite Map:* de_dust2_unlimited
Favorite Weapon:* Arctic Warfare Magnum (Police)
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  Russiaegorchikgo elorank 101,581 4d 00:08:19h 2,136 94.76% 1,670 1.28
2  RussiaPlastiChek elorank 10,579 0d 00:49:46h 112 4.97% 33 3.39
3  Russiaghoul elorank 3,325 0d 00:35:36h 6 0.27% 6 1.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 1,095 times 70,080
2 Double Kill (2 kills) 245 times 1,960
3 Triple Kill (3 kills) 124 times 1,984
4 Defuse the Bomb 75 times 9,600
5 Domination (4 kills) 60 times 1,920
6 Plant the Bomb 44 times 5,632
7 Rampage (5 kills) 32 times 2,048
8 Mega Kill (6 kills) 16 times 2,048
9 Ownage (7 kills) 13 times 3,328
10 Killing Spree (9 kills) 7 times 7,168
11 Ultra Kill (8 kills) 3 times 1,536




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 351 times 31.34%
2 Terrorist 261 times 23.30%




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