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: 54.41% 54.41%
Members: 12 active members (213 total)
Avg. Member Points: 1,012
Total Kills: 27
Total Deaths: 59
Avg. Kills: 2
Kills per Death: 0.46
Kills per Minute: 0.04
Total Connection Time: 0d 12:17:18h
Avg. Connection Time: 0d 01:01:26h
Favorite Server:* csko.cz | OldSchool
Favorite Map:* de_train
Favorite Weapon:* H&K MP5-Navy
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | ja ti dam>:D 1,142 15% 0d 10:24:21h 26 96.30% 96.30% 57 0.46
2  No CountrySETB | medvede a hrnce 1,004 77% 0d 00:46:42h 1 3.70% 3.70% 2 0.50
3  No CountrySETB | Akafaka 1,000 87% 0d 00:16:08h 0 0.00% 0.00% 0 0.00
4  No CountrySETB | Zdeny 1,000 82% 0d 00:00:18h 0 0.00% 0.00% 0 0.00
5  No CountrySETB | ZEbrakkkkk 1,000 73% 0d 00:16:27h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | Maskoas 1,000 59% 0d 00:00:35h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | LV 1,000 54% 0d 00:02:15h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | FRTANTA 1,000 51% 0d 00:06:29h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | Spawn 1,000 49% 0d 00:00:29h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | gamedoctor46 1,000 12% 0d 00:19:37h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | Klaudy 1,000 5% 0d 00:02:39h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | Eliska 1,000 89% 0d 00:01:18h 0 0.00% 0.00% 0 0.00




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 15 times 57.69% 57.69%
2 Terrorist 9 times 34.62% 34.62%




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