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: 52.00% 52.00%
Members: 14 active members (186 total)
Avg. Member Points: 1,001
Total Kills: 21
Total Deaths: 32
Avg. Kills: 2
Kills per Death: 0.66
Kills per Minute: 0.12
Total Connection Time: 0d 02:57:12h
Avg. Connection Time: 0d 00:12:39h
Favorite Server:* csko.cz | Awp
Favorite Map:* awp_map
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 | Nigga 1,010 8% 0d 00:31:57h 11 52.38% 52.38% 18 0.61
2  No CountrySETB | kennyS nigg 1,008 8% 0d 00:08:54h 3 14.29% 14.29% 2 1.50
3  No CountrySETB | kp 1,006 58% 0d 00:50:50h 5 23.81% 23.81% 5 1.00
4  No CountrySETB | grcaN 1,002 8% 0d 00:05:46h 0 0.00% 0.00% 1 0.00
5  No CountrySETB | babajaga 1,000 30% 0d 00:14:07h 0 0.00% 0.00% 0 0.00
6  No CountrySETB | dawe__gumator 1,000 95% 0d 00:01:26h 0 0.00% 0.00% 0 0.00
7  No CountrySETB | Majdyy 1,000 91% 0d 00:01:06h 0 0.00% 0.00% 0 0.00
8  No CountrySETB | stepan je buzik 1,000 72% 0d 00:09:31h 0 0.00% 0.00% 0 0.00
9  No CountrySETB | lolito 1,000 92% 0d 00:14:45h 0 0.00% 0.00% 0 0.00
10  No CountrySETB | EkR 1,000 52% 0d 00:00:28h 0 0.00% 0.00% 0 0.00
11  No CountrySETB | maxtrex 1,000 95% 0d 00:01:04h 0 0.00% 0.00% 0 0.00
12  No CountrySETB | dedovseved 1,000 47% 0d 00:11:38h 0 0.00% 0.00% 0 0.00
13  No CountrySETB | ThePaveSs 1,000 20% 0d 00:18:39h 0 0.00% 0.00% 0 0.00
14  No CountrySETB | adolf rizler 994 52% 0d 00:07:01h 2 9.52% 9.52% 6 0.33




  Player Actions *

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




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 25 times 58.14% 58.14%
2 Terrorist 18 times 41.86% 41.86%




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