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: 58.40% 58.40%
Members: 30 active members (125 total)
Avg. Member Points: 1,005
Total Kills: 54
Total Deaths: 46
Avg. Kills: 2
Kills per Death: 1.17
Kills per Minute: 0.20
Total Connection Time: 0d 04:35:00h
Avg. Connection Time: 0d 00:09:10h
Favorite Server:* csko.cz | Aim
Favorite Map:* aim_headshot
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
21  No CountrySETB | GLOBAL MATUS 1,000 4% 0d 00:01:04h 0 0.00% 0.00% 0 0.00
22  No CountrySETB | dudus.s.w.a.d 1,000 14% 0d 00:03:42h 0 0.00% 0.00% 0 0.00
23  No CountrySETB | lapiduch 1,000 20% 0d 00:01:49h 0 0.00% 0.00% 0 0.00
24  No CountrySETB | KLMN 1,000 22% 0d 00:02:41h 0 0.00% 0.00% 0 0.00
25  No CountrySETB | Substino 1,000 26% 0d 00:00:19h 0 0.00% 0.00% 0 0.00
26  No CountrySETB | Eidam77256a 1,000 30% 0d 00:01:27h 0 0.00% 0.00% 0 0.00
27  No CountrySETB | Dragominipindur 999 80% 0d 00:01:28h 1 1.85% 1.85% 2 0.50
28  No CountrySETB | kuko 999 97% 0d 00:47:56h 1 1.85% 1.85% 3 0.33
29  No CountrySETB | Martinek 994 92% 0d 00:45:49h 0 0.00% 0.00% 4 0.00
30  No CountrySETB | Slepec 990 31% 0d 00:26:44h 0 0.00% 0.00% 5 0.00


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 17 times 17
2 Double Kill (2 kills) 8 times 8




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 28 times 50.91% 50.91%
2 Terrorist 25 times 45.45% 45.45%




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