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

Banner
  Player Information

Player Profile

Steam Community Avatar
Norway Orangutangu
Location: Oslo, Norway
Steam: STEAM_0:0:520673473
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:* Sat. Aug. 8th, 2026 @ 21:29:00
Total Connection Time: 0d 02:14:48h
Average Ping:* 31 ms (Latency: 16 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* gg_fy_iceworld_1337
Favorite Weapon:* Desert Eagle .50AE

Statistics Summary

Activity: 96%
Points: 1,000
Rank: 13
Kills per Minute: 0.37
Kills per Death: 0.4950 (0.80*)
Headshots per Kill: 0.1800 (0.2500*)
Shots per Kill: 26.50
Weapon Accuracy: 13.5% (19%*)
Headshots: 9 (3*)
Kills: 50 (12*)
Deaths: 101 (15*)
Longest Kill Streak: 4
Longest Death Streak: 11
Suicides: 0
Teammate Kills: 0 (0*)

  History Orangutangu's History:
  Events | Sessions | Awards (1) | 
  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: Private
Private
Kills needed: 50 (0%)
Rank history
Recruit


  Awards (hover over image to see name)

Ribbons
Supreme 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 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 sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 Orangutangu 0d 00:08:47h 2026-08-08 21:37:46 12 15 0.80 3 0.25 0 18.6%
2 Simmisei 0d 01:05:05h 2025-04-13 00:40:56 9 26 0.35 1 0.11 0 14.9%
3 Jaykz 0d 00:52:23h 2024-09-14 17:59:56 23 48 0.48 4 0.17 0 11.3%
4 Svennbaby 0d 00:08:33h 2024-09-14 15:32:10 6 12 0.50 1 0.17 0 14.7%




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