• Contents
  • Search
  • Forum
  • Help

  Player Information

Player Profile

Steam Community Avatar
Germany kotenok
Location: Achern, Germany
Steam: STEAM_0:0:25278382
Status: Offline
Click here to add as friend
Karma: In good standing
Member of Clan: (None)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Rank: Sergeant
Last Connect:* Sun. Nov. 17th, 2024 @ 19:02:17
Total Connection Time: 0d 11:52:51h
Average Ping:* 34 ms (Latency: 17 ms)
Favorite Server:* G-Power by The Nanny |Public Match|
Favorite Map:* dm_lostarena_rpg
Favorite Weapon:* Shotgun

Statistics Summary

Activity: 99%
Points: 645
Rank: 273
Kills per Minute: 0.58
Kills per Death: 0.6727 (0.44*)
Headshots per Kill: 0.1752 (0.0645*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 72 (2*)
Kills: 411 (31*)
Deaths: 611 (71*)
Longest Kill Streak: 15
Longest Death Streak: 28
Suicides: 0
Teammate Kills: 0 (0*)

  History kotenok's History:
  Events | Sessions | Awards (31) | 
  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
Sergeant
Kills needed: 89 (11%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal


  Awards (hover over image to see name)

Ribbons
Connection Time - Supreme Award of 357 Supreme AR2 Supreme Combine Ball Award of Xbow Supreme Crowbar Award of Grenade Award of Most Headshots Award of Lowpinger Most Kills - Supreme Supreme Physbox Supreme Physics Supreme Pistol Supreme RPG Award of Shotgun Supreme Slam Supreme SMG Supreme SMG Grenade Supreme Stunstick Most Suicides - Supreme
Global Awards
15. (Latency) Lowpinger


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 kotenok 0d 02:52:57h 2024-11-17 19:06:47 122 129 0.95 29 0.24 0 0.0%
2 OηΞ | kotenok 0d 01:55:01h 2024-10-13 16:47:22 75 100 0.75 14 0.19 0 0.0%
3 smoke 0d 04:21:28h 2024-07-12 20:50:16 71 228 0.31 9 0.13 0 0.0%
4 ewald 0d 00:24:16h 2024-04-28 21:53:52 64 42 1.52 6 0.09 0 0.0%
5 Saturnz 0d 02:19:09h 2023-09-01 12:45:18 79 112 0.71 14 0.18 0 0.0%




  Player Actions *





ERROR
Database Error

Server Address: localhost
Server Username: hlstats

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_general_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 = 920
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'hl2mp'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc