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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany Yaroslav ⚣ Homosexualov
Location: Berlin, Germany
Steam: STEAM_0:0:158740096
Status: In-game
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:* Sun. Mar. 30th, 2025 @ 21:36:15
Total Connection Time: 3d 01:16:44h
Average Ping:* -
Favorite Server:* .:BIA:. Public
Favorite Map:* de_dust2
Favorite Weapon:*

Statistics Summary

Activity: 89%
Points: 4,134
Rank: 1
Kills per Minute: 0.24
Kills per Death: 1.4305 (-*)
Headshots per Kill: 0.5425 (-*)
Shots per Kill: -
Weapon Accuracy: 21.6% (0%*)
Headshots: 575 (0*)
Kills: 1,060 (0*)
Deaths: 741 (0*)
Longest Kill Streak: 2
Longest Death Streak: 21
Suicides: 0
Teammate Kills: 99 (0*)

  History Yaroslav ⚣ Homosexualov's History:
  Events | Sessions | Awards (185) | 
  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: Sergeant Major
Sergeant Major
Kills needed: 140 (30%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
41 SUICIDEWAVE 0d 00:08:08h 2023-04-24 21:20:21 4 6 0.67 1 0.25 0 27.2%
42 monster energy 0d 00:17:04h 2023-04-21 16:11:23 5 0 5.00 4 0.80 0 0.0%
43 (1)life /b/ 0d 02:16:56h 2023-04-17 18:34:32 54 52 1.04 23 0.43 0 20.6%


Page: 1 2 3




  Team Selection *

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