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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany TonyG
Location: Wilhermsdorf, Germany
Steam: STEAM_0:0:15537925
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 02:05:47h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1%
Points: 1,282
Rank: Not active
Kills per Minute: 0.68
Kills per Death: 1.6538 (-*)
Headshots per Kill: 0.4535 (-*)
Shots per Kill: -
Weapon Accuracy: 28.2% (0%*)
Headshots: 39 (0*)
Kills: 86 (0*)
Deaths: 52 (0*)
Longest Kill Streak: 4
Longest Death Streak: 4
Suicides: 0
Teammate Kills: 4 (0*)

  History TonyG'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: 14 (72%)
Rank history
Recruit


  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 Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 TonyG 0d 00:02:44h 2022-02-10 19:19:46 0 0 0.00 0 - 0 0.0%
2 rofl lol ey 0d 00:04:50h 2020-06-20 21:40:07 0 0 0.00 0 - 0 0.0%
3 bring it an 0d 00:07:08h 2020-05-08 22:35:02 2 0 2.00 1 0.50 0 52.4%
4 phips 0d 00:40:58h 2020-04-04 23:15:30 44 15 2.93 19 0.43 0 29.7%
5 geht euch nix an 0d 00:03:04h 2020-04-04 22:34:23 0 1 0.00 0 - 0 0.0%
6 MachoMan 0d 00:09:26h 2020-03-24 21:03:22 2 3 0.67 0 0.00 0 28.6%
7 wwindows has boobs too 0d 00:15:57h 2020-03-22 01:24:05 5 3 1.67 2 0.40 0 60.9%
8 phipsi 0d 00:41:40h 2020-03-22 00:35:17 33 30 1.10 17 0.52 0 25.4%




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