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

Banner
  Player Information

Player Profile

Steam Community Avatar
Netherlands d1nk1e
Location: Tilburg, Netherlands
Steam: STEAM_0:0:222706551
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:* (Unknown)
Total Connection Time: 0d 06:29:36h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1%
Points: 2,108
Rank: Not active
Kills per Minute: 0.63
Kills per Death: 1.0208 (-*)
Headshots per Kill: 0.2735 (-*)
Shots per Kill: -
Weapon Accuracy: 24.3% (0%*)
Headshots: 67 (0*)
Kills: 245 (0*)
Deaths: 240 (0*)
Longest Kill Streak: 3
Longest Death Streak: 8
Suicides: 0
Teammate Kills: 1 (0*)

  History d1nk1e's History:
  Events | Sessions | Awards (13) | 
  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: Lance Corporal
Lance Corporal
Kills needed: 55 (45%)
Rank history
Recruit Private Private First Class


  Awards (hover over image to see name)

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


  Aliases

Rank Name sort-descending.gif Time Last Use Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 st.dinkie 0d 00:46:23h 2020-04-19 20:12:36 28 24 1.17 8 0.29 0 19.2%
2 sA | D!NK!E 0d 00:32:35h 2020-05-28 19:47:30 24 25 0.96 6 0.25 0 29.7%
3 obi_wan_ken00by 0d 00:03:49h 2020-03-27 19:14:55 0 5 0.00 0 - 0 0.0%
4 nosku:harry_balls 0d 00:57:41h 2020-05-17 15:57:58 36 34 1.06 17 0.47 0 28.8%
5 kusme_ballen.00--> 0d 00:07:47h 2020-04-01 00:45:57 1 7 0.14 0 0.00 0 22.9%
6 keanoob_reeves 0d 00:08:17h 2020-04-01 02:40:30 2 4 0.50 0 0.00 0 36.8%
7 DINKIE 0d 03:13:27h 2020-04-19 17:33:11 119 124 0.96 29 0.24 0 24.8%
8 d1nk1e 0d 00:39:37h 2020-09-20 17:57:07 35 17 2.06 7 0.20 0 20.6%




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