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: 64.00% 64.00%
Members: 9 active members (75 total)
Avg. Member Points: 1,865
Total Kills: 532
Total Deaths: 585
Avg. Kills: 59
Kills per Death: 0.91
Kills per Minute: 0.08
Total Connection Time: 4d 16:04:34h
Avg. Connection Time: 0d 12:27:10h
Favorite Server:* csko.cz | Mega pub
Favorite Map:* cs_italy
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | Hydra 8,603 45% 4d 13:27:44h 516 96.99% 96.99% 549 0.94
2  No CountrySETB | POKOKOS 1,111 94% 0d 01:48:48h 9 1.69% 1.69% 24 0.38
3  No CountrySETB | DacMan 1,057 38% 0d 00:15:24h 2 0.38% 0.38% 3 0.67
4  No CountrySETB | ShOrTy 1,010 92% 0d 00:20:39h 5 0.94% 0.94% 9 0.56
5  No CountrySETB | ZUNERIK518 1,002 34% 0d 00:00:26h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | nejlepsi v lobby 1,000 33% 0d 00:04:19h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | R3V0LV3R1N0 1,000 69% 0d 00:00:56h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,000 77% 0d 00:01:52h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | Steffe 1,000 94% 0d 00:04:26h 0 0.00% 0.00% 0 0.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 8 times 8
2 Spawn with the Bomb 7 times 14
3 Touch a Hostage 6 times 12
4 Plant the Bomb 3 times 45
5 Drop the Bomb 3 times -6
6 Rescue a Hostage 2 times 10
7 Pick up the Bomb 2 times 4




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 20 times 50.00% 50.00%
2 Terrorist 16 times 40.00% 40.00%




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