HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: SETB
Home Page:
Activity: 45.89% 45.89%
Members: 28 active members (278 total)
Avg. Member Points: 995
Total Kills: 574
Total Deaths: 1,293
Avg. Kills: 21
Kills per Death: 0.44
Kills per Minute: 0.20
Total Connection Time: 1d 23:57:20h
Avg. Connection Time: 0d 01:42:45h
Favorite Server:* csko.cz | Deathmatch
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
21  No CountrySETB | bro wydee 998 45% 0d 00:31:19h 0 0.00% 0.00% 1 0.00
22  No CountrySETB | Vinky 995 59% 0d 00:31:41h 19 3.31% 3.31% 26 0.73
23  No CountrySETB | Nate Higgers 994 16% 0d 00:09:19h 1 0.17% 0.17% 2 0.50
24  No CountrySETB | NI99ER 993 23% 0d 01:17:11h 7 1.22% 1.22% 10 0.70
25  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 968 24% 0d 00:18:05h 14 2.44% 2.44% 35 0.40
26  No CountrySETB | curozmrd 953 26% 0d 00:21:40h 4 0.70% 0.70% 28 0.14
27  No CountrySETB | hassan 928 44% 0d 01:16:09h 8 1.39% 1.39% 45 0.18
28  No CountrySETB | Jan Hus (NEJSEM BOT) 908 38% 0d 00:39:48h 13 2.26% 2.26% 58 0.22


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 59 times 59
2 Double Kill (2 kills) 27 times 27
3 Triple Kill (3 kills) 10 times 20
4 Mega Kill (6 kills) 2 times 10
5 Domination (4 kills) 2 times 6




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 41 times 48.81% 48.81%
2 Terrorist 34 times 40.48% 40.48%




ERROR
Database Error

Server Address: 192.168.1.22:3306
Server Username: webik

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8_czech_ci,IMPLICIT) and (utf8_general_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='dm'
			AND hlstats_Players.clan=680858
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'dm'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc