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: 59.93% 59.93%
Members: 15 active members (300 total)
Avg. Member Points: 1,008
Total Kills: 126
Total Deaths: 130
Avg. Kills: 8
Kills per Death: 0.97
Kills per Minute: 0.22
Total Connection Time: 0d 09:26:38h
Avg. Connection Time: 0d 00:37:46h
Favorite Server:* csko.cz | DM FFA
Favorite Map:* de_inferno
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | Bonusis 1,094 70% 0d 02:36:10h 84 66.67% 66.67% 85 0.99
2  No CountrySETB | d3nius_svk 1,026 23% 0d 00:16:56h 14 11.11% 11.11% 8 1.75
3  No CountrySETB | [SuperBOOST]CS-DOWNLOAD 1,009 71% 0d 03:00:09h 6 4.76% 4.76% 3 2.00
4  No CountrySETB | Haix 1,001 99% 0d 02:11:02h 18 14.29% 14.29% 26 0.69
5  No CountrySETB | kokotko 1,000 56% 0d 00:22:18h 3 2.38% 2.38% 4 0.75
6  No CountrySETB | JEZIS KRIsTUS 1,000 100% 0d 00:00:11h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | Klaudy 1,000 69% 0d 00:00:09h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | Herbie 1,000 56% 0d 00:03:40h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | tripenzi 1,000 55% 0d 00:04:44h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | Jen Macur 1,000 48% 0d 00:00:48h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | Albertyno 1,000 39% 0d 00:01:54h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | NEGR1337 1,000 38% 0d 00:04:25h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | DENISKO 1,000 1% 0d 00:06:31h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | Spawn 1,000 100% 0d 00:14:31h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | gamedoctor46 994 74% 0d 00:23:10h 1 0.79% 0.79% 4 0.25




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 4 times 4
2 Unstoppable (11 kills) 1 times 10




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 93 times 50.54% 50.54%
2 Counter-Terrorist 91 times 49.46% 49.46%




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