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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany normi o_O
Location: Dettighofen, Germany
Steam: STEAM_0:0:4063580
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:* Wed. Apr. 10th, 2024 @ 12:33:07
Total Connection Time: 0d 00:42:15h
Average Ping:* -
Favorite Server:* .:BIA:. Public
Favorite Map:* aim_map
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 48%
Points: 1,367
Rank: 8
Kills per Minute: 0.99
Kills per Death: 1.6154 (3.33*)
Headshots per Kill: 0.5952 (0.5000*)
Shots per Kill: 21.00
Weapon Accuracy: 20.7% (21%*)
Headshots: 25 (5*)
Kills: 42 (10*)
Deaths: 26 (3*)
Longest Kill Streak: 2
Longest Death Streak: 3
Suicides: 0
Teammate Kills: 1 (1*)

  History normi o_O's History:
  Events | Sessions | Awards (4) | 
  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: Recruit
Recruit
Kills needed: 8 (84%)
Rank history


  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 Supreme Galil Supreme Glock Award of Grenade Supreme Combat Knife Supreme Lowpinger Supreme M3 Super Supreme Colt M4A1 Supremef P90 Award of Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Supreme USP
Global Awards


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 normi o_O 0d 00:04:57h 2024-04-10 12:38:04 10 3 3.33 5 0.50 0 21.4%
2 rigor 0d 00:04:01h 2021-03-30 13:05:55 8 5 1.60 5 0.63 0 16.7%
3 rigor.nizzed 0d 00:33:17h 2020-03-20 21:25:45 24 18 1.33 15 0.63 0 21.9%




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 1 times 50.00%
2 Counter-Terrorist 1 times 50.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 = 238
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstrike'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc