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: 42.18% 42.18%
Members: 27 active members (274 total)
Avg. Member Points: 1,000
Total Kills: 66
Total Deaths: 84
Avg. Kills: 2
Kills per Death: 0.79
Kills per Minute: 0.08
Total Connection Time: 0d 14:30:25h
Avg. Connection Time: 0d 00:32:14h
Favorite Server:* csko.cz | DM FFA
Favorite Map:* de_nuke
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 55% 0d 04:09:28h 42 63.64% 63.64% 32 1.31
2  No CountrySETB | jL 1,008 15% 0d 01:05:13h 3 4.55% 4.55% 0 3.00
3  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,004 71% 0d 01:29:17h 4 6.06% 6.06% 3 1.33
4  No CountrySETB | hassan 1,000 22% 0d 00:08:30h 0 0.00% 0.00% 0 0.00
5  No CountrySETB | csko.cz 1,000 33% 0d 00:08:20h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | babajaga 1,000 33% 0d 00:13:10h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | Mitch* 1,000 33% 0d 00:02:13h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | DZODZO 1,000 40% 0d 00:03:48h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | dedovseved 1,000 51% 0d 00:11:47h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | papikov ocko 1,000 58% 0d 00:04:16h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | YES 1,000 5% 0d 00:16:19h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | hodor_07 1,000 5% 0d 00:04:02h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | Domina-TOOOR 1,000 62% 0d 00:09:26h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | KUKAN 1,000 2% 0d 00:02:42h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | Pan Kulig 1,000 1% 0d 00:04:20h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | tvojemama4566 1,000 64% 0d 00:00:43h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | dawe__gumator 1,000 98% 0d 00:00:13h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | Blabla** 1,000 95% 0d 00:46:54h 0 0.00% 0.00% 0 0.00
19  No CountrySETB | nigga 1,000 16% 0d 00:20:30h 0 0.00% 0.00% 0 0.00
20  No CountrySETB | dadwdsa 1,000 46% 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 3 times 3
2 Double Kill (2 kills) 1 times 1




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 317 times 50.24% 50.24%
2 Counter-Terrorist 314 times 49.76% 49.76%




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