HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Belgium LnSect
Location: Ypres, Belgium
Steam: STEAM_0:0:7246245
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan:  LnSec
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Thu. Apr. 11th, 2024 @ 23:55:10
Total Connection Time: 0d 02:22:12h
Average Ping:* -
Favorite Server:* -= GG-Studio089.de =- Turbo GunGame Simpsons
Favorite Map:* gg_die-arena
Favorite Weapon:* Arctic Warfare Magnum (Police)

Statistics Summary

Activity: 55% 55%
Points: 3,103
Rank: 141
Kills per Minute: 0.61
Kills per Death: 1.3594 (1.00*)
Headshots per Kill: 0.5402 (0.5714*)
Shots per Kill: 8.01
Weapon Accuracy: 42.7% (47%*)
Headshots: 47 (12*)
Kills: 87 (21*)
Deaths: 64 (21*)
Longest Kill Streak: 10
Longest Death Streak: 6
Suicides: 0
Teammate Kills: 0 (0*)

  History LnSect's History:
  Events | Sessions | Awards (17) | 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: Private
Private
74% Kills needed: 13 (74%)
Rank history
Recruit


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 150 Hours Supreme AK47 Supreme Steyr Aug Award of AWP Sniper Supreme Desert Eagle Supreme Bomb Defuser Award of Dual Beretta Elites Award of Famas Award of Five-Seven Supreme G3 SG1 Supreme Galil Award of Glock Award of Headshots Supreme HE Grenades Supreme Hostage Killer Supreme Combat Knife Supreme Lowpinger Supreme M249 Para Award of M3 Shotgun Supreme Colt M4A1 Award of MAC 10 Award of Most Kills Award of MP5 Navy Award of 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 Award of TMP Award of UMP 45 Award of USP Award of XM Shotgun
Global Awards


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 261 times 261
2 Double Kill (2 kills) 6 times 6
3 for WIN the Round! 5 times 250




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 18 times 32.73%
2 Terrorist 10 times 18.18%




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