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

Banner
  Player Information

Player Profile

Steam Community Avatar
Poland darkxwolf17
Location: PÅ‚ock, Poland
Steam: STEAM_0:0:522084000
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. Dec. 19th, 2024 @ 19:32:22
Total Connection Time: 0d 00:35:52h
Average Ping:* 30 ms (Latency: 15 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_iceworld
Favorite Weapon:* Knife

Statistics Summary

Activity: 3%
Points: 1,061
Rank: 24
Kills per Minute: 0.75
Kills per Death: 1.4211 (1.42*)
Headshots per Kill: 0.4815 (0.4815*)
Shots per Kill: 15.46
Weapon Accuracy: 23.7% (24%*)
Headshots: 13 (13*)
Kills: 27 (27*)
Deaths: 19 (19*)
Longest Kill Streak: 3
Longest Death Streak: 3
Suicides: 0
Teammate Kills: 0 (0*)

  History darkxwolf17's History:
  Events | Sessions | Awards (12) | 
  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: Recruit
Recruit
Kills needed: 23 (54%)
Rank history


  Awards (hover over image to see name)

Ribbons
Award of AK47 Supreme Top Assassin Award of AWP Sniper Supremef Desert Eagle Supreme Bomb Defuser Supreme 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 Award of 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 darkxwolf17 0d 00:24:56h 2024-12-19 19:33:48 27 19 1.42 13 0.48 0 23.7%
2 vapor 0d 00:04:28h 2024-02-20 20:46:27 0 0 0.00 0 - 0 0.0%
3 amo 0d 00:02:10h 2023-04-22 19:48:23 0 0 0.00 0 - 0 0.0%
4 Player 0d 00:02:23h 2023-04-20 19:00:52 0 0 0.00 0 - 0 0.0%
5 Simon 0d 00:01:55h 2023-03-31 20:05:37 0 0 0.00 0 - 0 0.0%




  Player Actions *





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