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

Banner
  Player Information

Player Profile

Steam Community Avatar
United Kingdom kristiqndjokov
Location: United Kingdom
Steam: STEAM_0:1:542816565
Status: Online
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. Nov. 10th, 2024 @ 12:11:12
Total Connection Time: 0d 01:09:50h
Average Ping:* 88 ms (Latency: 44 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* de_mini_train2
Favorite Weapon:* Knife

Statistics Summary

Activity: 63%
Points: 1,190
Rank: 19
Kills per Minute: 1.30
Kills per Death: 1.1974 (1.20*)
Headshots per Kill: 0.3956 (0.3765*)
Shots per Kill: 36.65
Weapon Accuracy: 11.8% (11%*)
Headshots: 36 (32*)
Kills: 91 (85*)
Deaths: 76 (71*)
Longest Kill Streak: 3
Longest Death Streak: 7
Suicides: 0
Teammate Kills: 0 (0*)

  History kristiqndjokov's History:
  Events | Sessions | Awards (5) | 
  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: 9 (82%)
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 Award of Galil Supreme Glock Supreme Grenade Supreme Combat Knife Supreme Lowpinger Supreme M3 Super Supreme Colt M4A1 Award of 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 kristiqndjokov 0d 01:02:29h 2024-11-10 12:18:19 85 71 1.20 32 0.38 0 11.3%
2 dzhokov 0d 00:07:21h 2020-04-20 20:58:27 6 5 1.20 4 0.67 0 29.5%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 32 times 32
2 Double Kill (2 kills) 14 times 14
3 Triple Kill (3 kills) 3 times 6




  Team Selection *

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