HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Clan Information

Statistics Summary
Clan: нeadнuNteR
Home Page:
Activity: 72.14%
Members: 7 active members (11 total)
Avg. Member Points: 27,063
Total Kills: 58,484
Total Deaths: 40,712
Avg. Kills: 8,355
Kills per Death: 1.44
Kills per Minute: 0.59
Total Connection Time: 68d 11:54:58h
Avg. Connection Time: 9d 18:50:42h
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* M249 PARA Light Machine Gun
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  AustriaLuckyshO† ²high²fly elorank 49,206 13d 14:18:02h 15,650 26.76% 7,371 2.12
2  Germany.ReD_SaV!Na`chK elorank 37,929 5d 11:27:04h 6,359 10.87% 2,890 2.20
3  The netherlands☆Dipsy-Goldwing♥ elorank 37,092 30d 20:40:48h 23,687 40.50% 21,281 1.11
4  GermanyeLoQiiX elorank 33,222 13d 05:44:08h 8,639 14.77% 6,603 1.31
5  GermanyrAiN elorank 21,384 4d 10:27:34h 3,659 6.26% 2,091 1.75
6  GermanyJAWS elorank 7,655 0d 18:24:57h 370 0.63% 401 0.92
7  United kingdomPerKy Killa elorank 2,953 0d 02:52:25h 120 0.21% 75 1.60




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 1,367 times 1,367
2 Double Kill (2 kills) 455 times 455
3 Pick up the Bomb 233 times 699
4 Triple Kill (3 kills) 212 times 424
5 Drop the Bomb 121 times -363
6 Plant the Bomb 97 times 582
7 Domination (4 kills) 73 times 219
8 Start Defusing the Bomb With a Defuse Kit 53 times 0
9 Defuse the Bomb 30 times 300
10 Rampage (5 kills) 25 times 100
11 Mega Kill (6 kills) 11 times 55
12 Ownage (7 kills) 3 times 18




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 180 times 29.13%
2 Counter-Terrorist 169 times 27.35%




ERROR
Database Error

Server Address: localhost
Server Username: hlsx

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