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: 58.91% 58.91%
Members: 12 active members (197 total)
Avg. Member Points: 1,002
Total Kills: 26
Total Deaths: 34
Avg. Kills: 2
Kills per Death: 0.76
Kills per Minute: 0.21
Total Connection Time: 0d 02:04:12h
Avg. Connection Time: 0d 00:10:21h
Favorite Server:* csko.cz | Awp
Favorite Map:* aim_sk_awp
Favorite Weapon:* Arctic Warfare Magnum (Police)
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  No CountrySETB | Haix 1,014 45% 0d 00:20:27h 14 53.85% 53.85% 13 1.08
2  No CountrySETB | nigga 1,008 76% 0d 00:34:04h 12 46.15% 46.15% 20 0.60
3  No CountrySETB | babajaga 1,000 81% 0d 00:24:04h 0 0.00% 0.00% 0 0.00
4  No CountrySETB | Erik ti to vyhra 1,000 84% 0d 00:00:42h 0 0.00% 0.00% 0 0.00
5  No CountrySETB | spasitel_huran 1,000 80% 0d 00:00:21h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | Spawn 1,000 52% 0d 00:00:20h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | gamedoctor46 1,000 20% 0d 00:04:51h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | medvede a hrnce 1,000 16% 0d 00:01:03h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | Mk 1,000 49% 0d 00:02:11h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | BAD BOY 1,000 62% 0d 00:05:46h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | wdasdtkoaks 1,000 87% 0d 00:22:36h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | Master - 021 998 55% 0d 00:07:47h 0 0.00% 0.00% 1 0.00




  Player Actions *

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




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 11 times 52.38% 52.38%
2 Terrorist 10 times 47.62% 47.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='awp'
			AND hlstats_Players.clan=680964
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'awp'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc