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

  Clan Information

Statistics Summary
Clan: RSPKTSCHELLE
Home Page:
Activity: 85.53%
Members: 13 active members (19 total)
Avg. Member Points: 17,438
Total Kills: 58,136
Total Deaths: 39,465
Avg. Kills: 4,472
Kills per Death: 1.47
Kills per Minute: 0.67
Total Connection Time: 60d 08:10:56h
Avg. Connection Time: 4d 15:23:55h
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  GermanyLe`FuXx elorank 31,217 8d 21:23:32h 11,985 20.62% 5,546 2.16
2  Germanyᶨᵘᶨᵘ ♥ elorank 26,967 4d 14:21:30h 5,436 9.35% 2,481 2.19
3  GermanySchwento elorank 25,194 10d 17:31:27h 8,716 14.99% 7,202 1.21
4  GermanyɔɌɨΜϩοή τίᴅᴇ™ elorank 24,164 7d 14:20:49h 6,881 11.84% 4,785 1.44
5  Germany©PPG»Taubsi»®© elorank 23,294 4d 23:09:38h 5,365 9.23% 2,988 1.80
6  Germany[PL] Apfelasch elorank 22,390 7d 23:14:58h 7,940 13.66% 5,225 1.52
7  Germany戦士 M K C | #Gooolazo elorank 19,535 7d 13:18:18h 4,824 8.30% 5,252 0.92
8  Germanymonu elorank 18,948 3d 14:41:17h 3,207 5.52% 2,663 1.20
9  GermanyDaDa Life elorank 17,131 2d 17:41:01h 2,536 4.36% 2,125 1.19
10  GermanyMachtel_2104 TTV elorank 8,681 1d 05:24:22h 870 1.50% 868 1.00
11  GermanyUNTERMIETER ;f elorank 6,858 0d 09:49:40h 326 0.56% 291 1.12
12  Germanyn1 elorank 1,181 0d 00:41:41h 33 0.06% 21 1.57
13  GermanyŖažeŖ™ elorank 1,136 0d 00:32:43h 17 0.03% 18 0.94




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 1,478 times 1,478
2 Double Kill (2 kills) 511 times 511
3 Pick up the Bomb 241 times 723
4 Triple Kill (3 kills) 233 times 466
5 Drop the Bomb 149 times -447
6 Domination (4 kills) 97 times 291
7 Plant the Bomb 77 times 462
8 Rampage (5 kills) 47 times 188
9 Start Defusing the Bomb With a Defuse Kit 35 times 0
10 Defuse the Bomb 18 times 180
11 Mega Kill (6 kills) 9 times 45
12 Ownage (7 kills) 4 times 24
13 Ultra Kill (8 kills) 1 times 7




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 156 times 30.53%
2 Counter-Terrorist 143 times 27.98%




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