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

Banner
  Player Information

Player Profile

Steam Community Avatar
Romania ^_- shark -_^
Location: Cluj-Napoca, Romania
Steam: STEAM_0:0:202383390
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. Feb. 1st, 2025 @ 18:56:07
Total Connection Time: 0d 02:55:40h
Average Ping:* -
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_pool_day
Favorite Weapon:* Knife

Statistics Summary

Activity: 46%
Points: 1,834
Rank: 5
Kills per Minute: 1.11
Kills per Death: 0.8298 (1.33*)
Headshots per Kill: 0.3385 (0.0000*)
Shots per Kill: 8.25
Weapon Accuracy: 26.9% (42%*)
Headshots: 66 (0*)
Kills: 195 (4*)
Deaths: 235 (3*)
Longest Kill Streak: 1
Longest Death Streak: 15
Suicides: 0
Teammate Kills: 0 (0*)

  History ^_- shark -_^'s History:
  Events | Sessions | Awards (10) | 
  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 First Class
Private First Class
Kills needed: 5 (95%)
Rank history
Recruit Private


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 ^_- shark -_^ 0d 00:12:26h 2025-02-01 19:03:13 4 3 1.33 0 0.00 0 42.4%
2 ryntzky 0d 02:43:14h 2025-01-12 00:03:51 191 232 0.82 66 0.35 0 26.7%




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 2 times 66.67%
2 Counter-Terrorist 1 times 33.33%




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