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: 66.15% 66.15%
Members: 13 active members (169 total)
Avg. Member Points: 1,022
Total Kills: 143
Total Deaths: 142
Avg. Kills: 11
Kills per Death: 1.01
Kills per Minute: 0.36
Total Connection Time: 0d 06:38:41h
Avg. Connection Time: 0d 00:30:40h
Favorite Server:* csko.cz | Awp
Favorite Map:* awm_map
Favorite Weapon:* Arctic Warfare Magnum (Police)
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | cvirik 1,125 72% 0d 04:07:13h 59 41.26% 41.26% 61 0.97
2  No CountrySETB | Dejvo 1,103 59% 0d 00:40:48h 52 36.36% 36.36% 54 0.96
3  No CountrySETB | DALIK 1,034 51% 0d 00:45:31h 21 14.69% 14.69% 20 1.05
4  No CountrySETB | parnojesuper 1,032 64% 0d 00:11:25h 11 7.69% 7.69% 5 2.20
5  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,000 56% 0d 00:00:17h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | Samo 1,000 55% 0d 00:00:40h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | jL 1,000 76% 0d 00:37:52h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | Blabla** 1,000 44% 0d 00:00:42h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | erikjenej 1,000 38% 0d 00:01:08h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | kp 1,000 80% 0d 00:07:15h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | Mk 1,000 70% 0d 00:01:40h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | TOBIAS ROBERT 1,000 98% 0d 00:02:02h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | fdpokjspfdjsow 996 97% 0d 00:02:08h 0 0.00% 0.00% 2 0.00




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 17 times 62.96% 62.96%
2 Counter-Terrorist 10 times 37.04% 37.04%




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