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: 52.60% 52.60%
Members: 20 active members (195 total)
Avg. Member Points: 1,001
Total Kills: 16
Total Deaths: 16
Avg. Kills: 1
Kills per Death: 1.00
Kills per Minute: 0.09
Total Connection Time: 0d 03:01:00h
Avg. Connection Time: 0d 00:09:03h
Favorite Server:* csko.cz | Aim
Favorite Map:* aim_sk_ak_m4
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | babajaga 1,026 44% 0d 00:31:33h 10 62.50% 62.50% 7 1.43
2  No CountrySETB | mypussyhurt 1,005 55% 0d 00:12:30h 4 25.00% 25.00% 3 1.33
3  No CountrySETB | kp 1,002 58% 0d 00:14:42h 2 12.50% 12.50% 4 0.50
4  No CountrySETB | tululum 1,000 54% 0d 00:05:37h 0 0.00% 0.00% 0 0.00
5  No CountrySETB | Martin525 1,000 56% 0d 00:04:54h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | DZODZO 1,000 58% 0d 00:02:27h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | Gonzales 1,000 66% 0d 00:02:09h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | Domina-TOOOR 1,000 66% 0d 00:02:56h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | stepan je buzik 1,000 72% 0d 00:02:34h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | lolito 1,000 92% 0d 00:01:32h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | bobica 1,000 54% 0d 00:08:09h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | GLOBAL MATUS 1,000 26% 0d 00:09:41h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | EkR 1,000 52% 0d 00:07:47h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | dedovseved 1,000 47% 0d 00:04:34h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | king 1,000 37% 0d 00:12:17h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | hassan 1,000 19% 0d 00:00:52h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | Pan Kulig 1,000 22% 0d 00:08:18h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | aleks 1,000 30% 0d 00:27:46h 0 0.00% 0.00% 0 0.00
19  No CountrySETB | dawe__gumator 1,000 95% 0d 00:04:36h 0 0.00% 0.00% 0 0.00
20  No CountrySETB | NI99ER 996 49% 0d 00:16:06h 0 0.00% 0.00% 2 0.00




  Player Actions *

Rank Action Achieved sort-ascending.gif Points Bonus
1 Double Kill (2 kills) 4 times 4
2 Headshot 6 times 6




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 25 times 65.79% 65.79%
2 Terrorist 12 times 31.58% 31.58%




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