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

Banner
  Player Information

Player Profile

Steam Community Avatar
Sweden Nightmare Doggo [MCF]
Location: Malmo, Sweden
Steam: STEAM_0:1:429968863
Status: Offline
Click here to add as friend
Karma: In good standing
Member of Clan:  MCF
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
MM Rank: rank
Last Connect:* (Unknown)
Total Connection Time: 0d 07:18:12h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1%
Points: 2,302
Rank: Not active
Kills per Minute: 1.27
Kills per Death: 1.3890 (-*)
Headshots per Kill: 0.2890 (-*)
Shots per Kill: -
Weapon Accuracy: 33.3% (0%*)
Headshots: 161 (0*)
Kills: 557 (0*)
Deaths: 401 (0*)
Longest Kill Streak: 3
Longest Death Streak: 10
Suicides: 0
Teammate Kills: 0 (0*)

  History Nightmare Doggo [MCF]'s History:
  Events | Sessions | Awards (53) | 
  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: 43 (57%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use Kills Deaths sort-ascending.gif K:D Headshots HS:K Suicides Accuracy
1 GL | Nightmare Doggo [MCF] 0d 00:00:30h 2023-10-21 14:18:37 0 0 0.00 0 - 0 0.0%
2 Nightmare Doggo [ MCF] 0d 00:04:53h 2021-08-16 23:01:31 0 0 0.00 0 - 0 0.0%
3 Nightmare Doggo [MCF] ( Laying 0d 00:00:39h 2023-01-16 22:26:01 0 0 0.00 0 - 0 0.0%
4 Nightmare_Doggo [MCF] 0d 00:03:05h 2023-04-08 19:58:34 0 0 0.00 0 - 0 0.0%
5 Pussy Juice [MCF] 0d 00:05:41h 2022-10-13 16:17:18 1 1 1.00 1 1.00 0 100.0%
6 Nightmare Doggo [MCF] 0d 00:07:59h 2020-03-24 20:40:55 12 8 1.50 2 0.17 0 20.8%
7 Nightmare Doggo [MCF] 0d 00:38:49h 2023-10-23 23:44:35 43 33 1.30 11 0.26 0 23.8%
8 Nightmare Doggo [ MCF ] 0d 06:16:36h 2021-01-27 22:16:56 501 359 1.40 147 0.29 0 35.3%




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