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.27% 56.27%
Members: 29 active members (271 total)
Avg. Member Points: 1,000
Total Kills: 65
Total Deaths: 88
Avg. Kills: 2
Kills per Death: 0.74
Kills per Minute: 0.07
Total Connection Time: 0d 15:07:56h
Avg. Connection Time: 0d 00:31:18h
Favorite Server:* csko.cz | DM FFA
Favorite Map:* de_nuke
Favorite Weapon:* Colt M4A1 Carbine
Player Locations

  Members

Rank Name Points Activity Time Kills Clan Kills % Deaths sort-descending.gif Kpd
1  No CountrySETB | kp 1,050 90% 0d 04:09:28h 42 64.62% 64.62% 32 1.31
2  No CountrySETB | Ericko 977 82% 0d 03:41:27h 14 21.54% 21.54% 27 0.52
3  No CountrySETB | nic 977 40% 0d 00:10:59h 3 4.62% 4.62% 15 0.20
4  No CountrySETB | Substino 994 1% 0d 00:22:52h 3 4.62% 4.62% 7 0.43
5  No CountrySETB | Velka cicina vasilko73 986 40% 0d 00:18:59h 0 0.00% 0.00% 7 0.00
6  No CountrySETB | jL 1,008 51% 0d 01:05:13h 3 4.62% 4.62% 0 3.00
7  No CountrySETB | hassan 1,000 58% 0d 00:08:30h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | YES 1,000 40% 0d 00:16:19h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | hodor_07 1,000 41% 0d 00:04:02h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | csko.cz 1,000 69% 0d 00:08:20h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | KUKAN 1,000 38% 0d 00:02:42h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | Pan Kulig 1,000 37% 0d 00:04:20h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | DoctorDan 1,000 26% 0d 00:02:48h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | spasitel_huran 1,000 23% 0d 00:24:07h 0 0.00% 0.00% 0 0.00
15  No CountrySETB | Starej Tonda 1,000 27% 0d 00:26:10h 0 0.00% 0.00% 0 0.00
16  No CountrySETB | crix 1,000 20% 0d 00:19:39h 0 0.00% 0.00% 0 0.00
17  No CountrySETB | DavisCrauster 1,000 7% 0d 00:27:41h 0 0.00% 0.00% 0 0.00
18  No CountrySETB | Cernoch 1,000 22% 0d 01:10:49h 0 0.00% 0.00% 0 0.00
19  No CountrySETB | nigga 1,000 51% 0d 00:20:30h 0 0.00% 0.00% 0 0.00
20  No CountrySETB | jedneho dna umres 1,000 100% 0d 00:05:45h 0 0.00% 0.00% 0 0.00


Page: 1 2




  Player Actions *

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




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 393 times 49.94% 49.94%
2 Counter-Terrorist 392 times 49.81% 49.81%




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