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: 56.20% 56.20%
Members: 29 active members (122 total)
Avg. Member Points: 996
Total Kills: 200
Total Deaths: 392
Avg. Kills: 7
Kills per Death: 0.51
Kills per Minute: 0.19
Total Connection Time: 0d 17:23:53h
Avg. Connection Time: 0d 00:35:59h
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
21  No CountrySETB | Cermik13 1,000 4% 0d 00:07:28h 0 0.00% 0.00% 0 0.00
22  No CountrySETB | bunda 1,000 13% 0d 00:02:14h 0 0.00% 0.00% 0 0.00
23  No CountrySETB | demovicis 1,000 16% 0d 00:08:31h 0 0.00% 0.00% 0 0.00
24  No CountrySETB | POKOKOS 1,000 22% 0d 00:01:00h 0 0.00% 0.00% 0 0.00
25  No CountrySETB | pavel 997 31% 0d 00:07:53h 5 2.50% 2.50% 9 0.56
26  No CountrySETB | pepek 994 51% 0d 01:16:53h 3 1.50% 1.50% 6 0.50
27  No CountrySETB | borec 989 81% 0d 00:03:41h 2 1.00% 1.00% 8 0.25
28  No CountrySETB | lapiduch 984 88% 0d 00:30:32h 6 3.00% 3.00% 16 0.38
29  No CountrySETB | PaulPBCZ 899 49% 0d 05:57:13h 157 78.50% 78.50% 329 0.48


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 45 times 45
2 Double Kill (2 kills) 29 times 29
3 Triple Kill (3 kills) 10 times 20
4 Domination (4 kills) 1 times 3




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 507 times 50.80% 50.80%
2 Counter-Terrorist 489 times 49.00% 49.00%




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