HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
 John Shelby
Location: (Unknown)
Steam: John Shelby
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan: (None)
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Fri. Nov. 22nd, 2024 @ 15:30:27
Total Connection Time: 2d 21:58:36h
Average Ping:* 37 ms (Latency: 19 ms)
Favorite Server:* csko.cz | Mega pub
Favorite Map:* de_nuke
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 98% 98%
Points: 9,424
Rank: 23
Kills per Minute: 0.18
Kills per Death: 1.4436 (1.66*)
Headshots per Kill: 0.2517 (0.2892*)
Shots per Kill: 16.57
Weapon Accuracy: 24.1% (25%*)
Headshots: 190 (24*)
Kills: 755 (83*)
Deaths: 523 (50*)
Longest Kill Streak: 4
Longest Death Streak: 6
Suicides: 20
Teammate Kills: 0 (0*)

  History John Shelby's History:
  Events | Sessions | Awards (95) | Chat
  Search Find other players with the same name


  Miscellaneous Statistics

Player Trend
Player Trend Graph
Forum Signature


forum sig image

bbCode 1 (phpBB, SMF) | bbCode 2 (IPB) | Direct Image


  Ranks

Current rank: Master Sergeant
Master Sergeant
55% Kills needed: 45 (55%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant


  Awards (hover over image to see name)

Ribbons
Bronze AK47 Supreme Top Assassin Award of AWP Sniper Award of Desert Eagle Bronze Bomb Defuser Supreme Dual Beretta Elites Bronze Fusil Automatique Bronze Galil Bronze Glock Bronze Grenade Bronze Combat Knife Supreme M3 Super Bronze AColt M4A1 Bronze MP5 Award of P90 Silver Bomb Planter Award of Hostage Rescuer Supreme Scout Elite Award of USP
Global Awards


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Touch a Hostage 37 times 74
2 Spawn with the Bomb 33 times 66
3 Plant the Bomb 26 times 390
4 Headshot 24 times 24
5 Rescue a Hostage 22 times 110
6 Drop the Bomb 10 times -20
7 Pick up the Bomb 9 times 18
8 Start Defusing the Bomb With a Defuse Kit 5 times 0
9 Defuse the Bomb 5 times 75
10 Start Defusing the Bomb Without a Defuse Kit 2 times 0
11 Double Kill (2 kills) 2 times 2




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 45 times 47.37% 47.37%
2 Terrorist 43 times 45.26% 45.26%




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,
			hlstats_Frags_as_res.killsTotal,
			hlstats_Frags_as_res.deathsTotal,
			ROUND(hlstats_Frags_as_res.killsTotal / IF(hlstats_Frags_as_res.deathsTotal = 0, 1, hlstats_Frags_as_res.deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		WHERE
			hlstats_Events_ChangeRole.playerId = 8032563
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'mega'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc