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: 62.20% 62.20%
Members: 30 active members (126 total)
Avg. Member Points: 1,271
Total Kills: 561
Total Deaths: 631
Avg. Kills: 19
Kills per Death: 0.89
Kills per Minute: 0.08
Total Connection Time: 4d 22:14:18h
Avg. Connection Time: 0d 03:56:28h
Favorite Server:* csko.cz | Mega pub
Favorite Map:* cs_italy
Favorite Weapon:* Fusil Automatique
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
21  No CountrySETB | SaLaMaNeR 1,000 31% 0d 00:04:57h 0 0.00% 0.00% 0 0.00
22  No CountrySETB | Dabac 1,000 51% 0d 00:03:43h 0 0.00% 0.00% 0 0.00
23  No CountrySETB | Mikael 1,000 77% 0d 00:11:49h 0 0.00% 0.00% 0 0.00
24  No CountrySETB | Patrikkarpi 1,000 73% 0d 00:06:41h 0 0.00% 0.00% 0 0.00
25  No CountrySETB | Lukaskriloveec 1,000 77% 0d 00:09:17h 0 0.00% 0.00% 0 0.00
26  No CountrySETB | KAI03 1,000 89% 0d 00:00:06h 0 0.00% 0.00% 0 0.00
27  No CountrySETB | VeprovaHlava23 998 12% 0d 00:19:29h 1 0.18% 0.18% 2 0.50
28  No CountrySETB | Pan Chodny 992 35% 0d 00:10:13h 1 0.18% 0.18% 6 0.17
29  No CountrySETB | Jozka 991 98% 0d 00:12:46h 6 1.07% 1.07% 15 0.40
30  No CountrySETB | ondras 988 81% 0d 00:13:12h 0 0.00% 0.00% 8 0.00


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Spawn with the Bomb 7 times 14
2 Headshot 7 times 7
3 Drop the Bomb 4 times -8
4 Touch a Hostage 3 times 6
5 Plant the Bomb 2 times 30
6 Start Defusing the Bomb With a Defuse Kit 1 times 0
7 Double Kill (2 kills) 1 times 1
8 Defuse the Bomb 1 times 15




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 30 times 49.18% 49.18%
2 Terrorist 28 times 45.90% 45.90%




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