HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Netherlands gekke_frankie
Location: Zeewolde, Netherlands
Steam: STEAM_0:1:7208732
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan:  gekke_f
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Sat. May. 18th, 2024 @ 12:51:39
Total Connection Time: 1d 13:34:30h
Average Ping:* -
Favorite Server:* -= GG-Studio089.de =- Turbo GunGame Simpsons
Favorite Map:* gg_simpsons_fast
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 100% 100%
Points: 7,112
Rank: 80
Kills per Minute: 0.15
Kills per Death: 0.7317 (0.75*)
Headshots per Kill: 0.5515 (0.3333*)
Shots per Kill: 8.26
Weapon Accuracy: 48.8% (52%*)
Headshots: 182 (2*)
Kills: 330 (6*)
Deaths: 451 (8*)
Longest Kill Streak: 5
Longest Death Streak: 9
Suicides: 0
Teammate Kills: 0 (0*)

  History gekke_frankie's History:
  Events | Sessions | Awards (7) | Chat
  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: Corporal
Corporal
30% Kills needed: 70 (30%)
Rank history
Recruit Private Private First Class Lance Corporal


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 25 Hours Supreme AK47 Award of Steyr Aug Supreme AWP Sniper Supreme Desert Eagle Supreme Bomb Defuser Supreme Dual Beretta Elites Award of Famas Supreme Five-Seven Award of G3 SG1 Supreme Galil Supreme Glock Supreme Headshots Supreme HE Grenades Supreme Hostage Killer Supreme Combat Knife Supreme Lowpinger Supreme M249 Para Supreme M3 Shotgun Award of Colt M4A1 Supreme MAC 10 Supreme Most Kills Supreme MP5 Navy Supreme Sig P228 Supreme P90 Supreme Bomb Planter Supreme Hostage Rescuer Award of Scout Elite Supreme SG 550 Supreme SG 552 Supreme Suicides Supreme Team Kills Supreme TMP Supreme UMP 45 Supreme USP Supreme XM Shotgun
Global Awards


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 177 times 177
2 for WIN the Round! 7 times 350




  Victims of Player-Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 67 times 47.86%
2 Counter-Terrorist 2 times 1.43%




ERROR
Database Error

Server Address: localhost
Server Username: hl1148

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