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

Banner
  Player Information

Player Profile

Steam Community Avatar
Norway Hardkjerne
Location: Nesttun, Norway
Steam: STEAM_0:0:57656
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:* Fri. Apr. 5th, 2024 @ 22:52:05
Total Connection Time: 0d 03:31:13h
Average Ping:* 45 ms (Latency: 23 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_winter2
Favorite Weapon:* H&K USP .45 Tactical

Statistics Summary

Activity: 32%
Points: 1,772
Rank: 5
Kills per Minute: 1.45
Kills per Death: 0.9935 (0.96*)
Headshots per Kill: 0.3909 (0.3563*)
Shots per Kill: 14.31
Weapon Accuracy: 24.6% (33%*)
Headshots: 120 (31*)
Kills: 307 (87*)
Deaths: 309 (91*)
Longest Kill Streak: 3
Longest Death Streak: 15
Suicides: 0
Teammate Kills: 2 (0*)

  History Hardkjerne's History:
  Events | Sessions | Awards (12) | 
  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: Corporal
Corporal
Kills needed: 93 (7%)
Rank history
Recruit Private Private First Class Lance Corporal


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 HardKjerne 0d 03:30:46h 2024-04-05 22:52:15 306 308 0.99 120 0.39 0 24.6%
2 Danne BrunStjerne 0d 00:00:27h 2023-05-12 23:30:44 1 1 1.00 0 0.00 0 0.0%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 31 times 31
2 Double Kill (2 kills) 11 times 11
3 Triple Kill (3 kills) 1 times 2




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 3 times 60.00%
2 Terrorist 2 times 40.00%




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 = 16517
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstrikegg'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc