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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany Одессит:)
Location: Laupheim, Germany
Steam: STEAM_0:0:525344227
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:* Thu. Apr. 11th, 2024 @ 20:16:43
Total Connection Time: 0d 01:25:34h
Average Ping:* -
Favorite Server:* .:BIA:. Public
Favorite Map:* cs_paris
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 35%
Points: 1,479
Rank: 5
Kills per Minute: 1.25
Kills per Death: 5.9444 (5.06*)
Headshots per Kill: 0.3178 (0.3210*)
Shots per Kill: 15.06
Weapon Accuracy: 22.0% (27%*)
Headshots: 34 (26*)
Kills: 107 (81*)
Deaths: 18 (16*)
Longest Kill Streak: 2
Longest Death Streak: 2
Suicides: 0
Teammate Kills: 8 (7*)

  History Одессит:)'s History:
  Events | Sessions | Awards (19) | 
  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: 93 (7%)
Rank history
Recruit Private


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 Одессит:) 0d 01:03:06h 2024-04-11 20:33:55 81 16 5.06 26 0.32 0 26.8%
2 /// 0d 00:22:28h 2024-03-20 16:45:09 26 2 13.00 8 0.31 0 10.5%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 45 times 90
2 Headshot 26 times 26
3 Double Kill (2 kills) 8 times 8
4 Plant the Bomb 7 times 105
5 Drop the Bomb 1 times -2




  Team Selection *

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