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.36% 53.36%
Members: 11 active members (80 total)
Avg. Member Points: 1,001
Total Kills: 33
Total Deaths: 70
Avg. Kills: 3
Kills per Death: 0.47
Kills per Minute: 0.28
Total Connection Time: 0d 01:56:18h
Avg. Connection Time: 0d 00:10:34h
Favorite Server:* csko.cz | Awp
Favorite Map:* awp_space
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 | Kizaru 1,018 16% 0d 00:07:53h 8 24.24% 24.24% 7 1.14
2  No CountrySETB | Smetak1234 1,004 77% 0d 00:03:08h 6 18.18% 18.18% 7 0.86
3  No CountrySETB | HoredoleMorePo12letech 1,000 98% 0d 00:05:05h 5 15.15% 15.15% 9 0.56
4  No CountrySETB | babajaga 1,000 92% 0d 00:02:40h 0 0.00% 0.00% 0 0.00
5  No CountrySETB | Kingdick 1,000 73% 0d 00:00:26h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | spaydee56 1,000 57% 0d 00:01:56h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | VVhite 1,000 6% 0d 00:00:18h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | Bennyyys 1,000 42% 0d 00:03:27h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | sefiiik 999 16% 0d 00:13:53h 1 3.03% 3.03% 9 0.11
10  No CountrySETB | crowsky 998 12% 0d 00:03:13h 2 6.06% 6.06% 4 0.50
11  No CountrySETB | jajasom 990 98% 0d 01:14:19h 11 33.33% 33.33% 34 0.32




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 17 times 60.71% 60.71%
2 Terrorist 11 times 39.29% 39.29%




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