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

Banner
  Player Information

Player Profile

Steam Community Avatar
Germany BliSs
Location: Springe, Germany
Steam: STEAM_0:1:278710
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. May. 2nd, 2024 @ 22:37:37
Total Connection Time: 0d 00:59:20h
Average Ping:* 20 ms (Latency: 10 ms)
Favorite Server:* .:BIA:. Public
Favorite Map:* de_nust2
Favorite Weapon:* Colt M4A1 Carbine

Statistics Summary

Activity: 43%
Points: 1,274
Rank: 4
Kills per Minute: 1.37
Kills per Death: 3.5217 (3.52*)
Headshots per Kill: 0.2593 (0.2593*)
Shots per Kill: 20.43
Weapon Accuracy: 23.7% (24%*)
Headshots: 21 (21*)
Kills: 81 (81*)
Deaths: 23 (23*)
Longest Kill Streak: 2
Longest Death Streak: 3
Suicides: 0
Teammate Kills: 2 (2*)

  History BliSs'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: 19 (62%)
Rank history
Recruit


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 BliSs 0d 00:58:54h 2024-05-02 22:50:09 81 23 3.52 21 0.26 0 23.7%
2 143.42.54.115:27015 0d 00:00:26h 2024-05-02 21:51:07 0 0 0.00 0 - 0 0.0%




  Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 4 times 80.00%
2 Terrorist 1 times 20.00%




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