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: 50.54% 50.54%
Members: 24 active members (279 total)
Avg. Member Points: 1,002
Total Kills: 70
Total Deaths: 73
Avg. Kills: 3
Kills per Death: 0.96
Kills per Minute: 0.09
Total Connection Time: 0d 13:13:01h
Avg. Connection Time: 0d 00:33:02h
Favorite Server:* csko.cz | DM FFA
Favorite Map:* de_aztec
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | kp 1,050 37% 0d 04:09:28h 42 60.00% 60.00% 32 1.31
2  No CountrySETB | Underwasserman 1,007 95% 0d 00:04:25h 3 4.29% 4.29% 1 3.00
3  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,004 54% 0d 01:29:17h 4 5.71% 5.71% 3 1.33
4  No CountrySETB | [*M@sz*]PANEprop@g@nd@ 1,001 84% 0d 00:25:35h 2 2.86% 2.86% 2 1.00
5  No CountrySETB | Domina-TOOOR 1,000 44% 0d 00:09:26h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | tvojemama4566 1,000 46% 0d 00:00:43h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | jedneho dna umres 1,000 47% 0d 00:05:45h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | play vegas283 1,000 49% 0d 00:07:37h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | skoricovy_trdelnik 1,000 70% 0d 00:12:34h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | dawe__gumator 1,000 80% 0d 00:00:13h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | adolf rizler 1,000 41% 0d 00:00:36h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | papikov ocko 1,000 40% 0d 00:04:16h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | dedovseved 1,000 33% 0d 00:11:47h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | DZODZO 1,000 22% 0d 00:03:48h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | Mitch* 1,000 15% 0d 00:02:13h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | babajaga 1,000 15% 0d 00:13:10h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | csko.cz 1,000 15% 0d 00:08:20h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | hassan 1,000 5% 0d 00:08:30h 0 0.00% 0.00% 0 0.00
19  No CountrySETB | Blabla** 1,000 78% 0d 00:46:54h 0 0.00% 0.00% 0 0.00
20  No CountrySETB | dadwdsa 1,000 28% 0d 00:31:17h 0 0.00% 0.00% 0 0.00


Page: 1 2




  Player Actions *

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




  Team Selection *

Rank Team Joined sort-ascending.gif Percentage of Times %
1 Counter-Terrorist 238 times 49.58% 49.58%
2 Terrorist 242 times 50.42% 50.42%




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