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

  Clan Information

Statistics Summary
Clan: RSPKT.FEMALE
Home Page:
Activity: 61.66%
Members: 6 active members (6 total)
Avg. Member Points: 10,477
Total Kills: 9,597
Total Deaths: 14,424
Avg. Kills: 1,600
Kills per Death: 0.67
Kills per Minute: 0.33
Total Connection Time: 20d 10:26:50h
Avg. Connection Time: 3d 09:44:28h
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  GermanySupergirl ❤ elorank 16,367 6d 16:53:11h 3,450 35.95% 4,168 0.83
2  GermanyMrsFroop elorank 12,832 3d 17:27:19h 1,347 14.04% 2,500 0.54
3  GermanyPOLIZEIBUSFAHRERIN' ♥. ;f elorank 12,770 4d 10:17:14h 2,275 23.71% 3,560 0.64
4  GermanyBloodyMary ♥ ‼ elorank 10,864 4d 12:42:06h 1,938 20.19% 3,501 0.55
5  GermanyEnqel | Vaya con Tioz elorank 8,851 0d 23:31:49h 556 5.79% 650 0.86
6  Austriaʝessƴ ♥ elorank 1,178 0d 01:35:11h 31 0.32% 45 0.69




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 281 times 281
2 Double Kill (2 kills) 87 times 87
3 Pick up the Bomb 50 times 150
4 Triple Kill (3 kills) 35 times 70
5 Drop the Bomb 33 times -99
6 Plant the Bomb 11 times 66
7 Domination (4 kills) 4 times 12
8 Start Defusing the Bomb With a Defuse Kit 1 times 0
9 Rampage (5 kills) 1 times 4




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 62 times 29.52%
2 Terrorist 57 times 27.14%




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