HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: XD_
Home Page:
Activity: 95.00% 95.00%
Members: 1 active members (1 total)
Avg. Member Points: 1,051
Total Kills: 25
Total Deaths: 1
Avg. Kills: 25
Kills per Death: 25.00
Kills per Minute: 3.12
Total Connection Time: 0d 00:08:00h
Avg. Connection Time: 0d 00:08:00h
Favorite Server:* Gunnys Hooch
Favorite Map:* li_c1m1_mainsquare
Favorite Weapon:* Pipe Bomb
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  Peru_XD_ [PE] 1,051 95% 0d 00:08:00h 25 100.00% 100.00% 1 25.00




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Killed a Tank 1 times 4
2 Friendly Fire 1 times -3




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Survivors 2 times 50.00% 50.00%




  Role Selection *

Rank Role Joined sort-descending.gif % Ratio Kills Deaths K:D
1  Producer 1 times 100.00% 100.00% 25 1 25.00




  Weapon Usage *

Rank Weapon Points Modifier Kills sort-descending.gif Percentage of Kills % Headshots Percentage of Headshots % Hpk
1 Pipe Bomb 5.00 18 72.00% 72.00% 0 0.00% 0.00% 0.00
2 Silenced SMG 3.00 7 28.00% 28.00% 0 0.00% 0.00% 0.00




  Weapon Stats *

Rank Weapon Shots Hits Damage Headshots Kills sort-descending.gif Kills per Death Accuracy Damage per Hit Shots per Kill
1 Silenced SMG 223 80 5,470 0 1 1.0000 35.9% 68.4 223.0
2 Pipe Bomb 1 3 6 0 0 0.0000 300.0% 2.0 0.0




  Weapon Targets *

Rank Weapon Hits sort-descending.gif Left Middle Right
1 Silenced SMG 79 0.0% 84.8% 15.2%


Targets
The hitbox display requires Adobe Flash Player to view.
Show total target statistics


ERROR
Database Error

Server Address: localhost
Server Username: gunnys2

Error Diagnostic:
Bad query.

Server Error: (1050) Table 'tmp_clan_kills' already exists

Last SQL Query:
		CREATE TEMPORARY TABLE tmp_clan_kills
			SELECT
				IF(map='', '(Unaccounted)', map) AS map,
				COUNT(*) AS kills,
				SUM(headshot=1) AS headshots
			FROM
				hlstats_Events_Frags, hlstats_Players
			WHERE
				hlstats_Players.playerId = hlstats_Events_Frags.killerId
				AND hlstats_Players.clan = 886
			GROUP BY
				map;