HLstatsX Community Edition
  • CSTRIKE
  • CSTRIKEGG
  • CSTRIKER
  • Contents
  • Search
  • Forum
  • Help

Banner
  Player Information

Player Profile

Steam Community Avatar
Hungary jack1234567891015
Location: Vác, Hungary
Steam: STEAM_0:1:171371593
Status: Offline
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)
MM Rank: rank
Last Connect:* Thu. Aug. 22nd, 2024 @ 23:24:08
Total Connection Time: 0d 05:58:09h
Average Ping:* 41 ms (Latency: 21 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* gg_aztec
Favorite Weapon:* Knife

Statistics Summary

Activity: 43%
Points: 2,471
Rank: 7
Kills per Minute: 1.63
Kills per Death: 1.4130 (1.14*)
Headshots per Kill: 0.2308 (0.2848*)
Shots per Kill: 22.98
Weapon Accuracy: 26.5% (21%*)
Headshots: 135 (45*)
Kills: 585 (158*)
Deaths: 414 (138*)
Longest Kill Streak: 2
Longest Death Streak: 21
Suicides: 0
Teammate Kills: 0 (0*)

  History jack1234567891015's History:
  Events | Sessions | Awards (100) | 
  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: Staff Sergeant
Staff Sergeant
Kills needed: 15 (85%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 69 times 138
2 Headshot 45 times 45
3 Double Kill (2 kills) 20 times 20
4 Drop the Bomb 7 times -14
5 Pick up the Bomb 6 times 12




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 7 times 87.50%
2 Counter-Terrorist 1 times 12.50%




ERROR
Database Error

Server Address: localhost
Server Username: hlstats

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_german2_ci,IMPLICIT) and (utf8mb4_unicode_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 = 31818
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstrikegg'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc