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: 53.12% 53.12%
Members: 8 active members (223 total)
Avg. Member Points: 1,156
Total Kills: 137
Total Deaths: 139
Avg. Kills: 17
Kills per Death: 0.99
Kills per Minute: 0.11
Total Connection Time: 0d 20:16:15h
Avg. Connection Time: 0d 02:32:01h
Favorite Server:* csko.cz | Mega pub
Favorite Map:* cs_assault_lol
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | Mk 2,220 95% 0d 17:19:00h 129 94.16% 94.16% 106 1.22
2  No CountrySETB | Ernn-volnocasovka 1,012 30% 0d 00:35:59h 0 0.00% 0.00% 2 0.00
3  No CountrySETB | Ilija BG 1,010 72% 0d 00:06:15h 1 0.73% 0.73% 2 0.50
4  No CountrySETB | Klaudy 1,001 60% 0d 00:05:09h 1 0.73% 0.73% 2 0.50
5  No CountrySETB | medvede a hrnce 1,001 69% 0d 01:54:45h 6 4.38% 4.38% 27 0.22
6  No CountrySETB | Postizeny svab 1,000 2% 0d 00:00:42h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | mate stesti ze jdu kolem 1,000 16% 0d 00:10:17h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | Moisokita 1,000 81% 0d 00:04:08h 0 0.00% 0.00% 0 0.00




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 41 times 57.75% 57.75%
2 Terrorist 29 times 40.85% 40.85%




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