HLstatsX Community Edition
  • CSS
  • Contents
  • Search
  • Help
Style:

  Player Information

Player Profile

Steam Community Avatar
Belarus pika
Location: Minsk, Belarus
Steam: STEAM_0:0:1868303275
Status: Unknown
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. Apr. 7th, 2022 @ 00:12:55
Total Connection Time: 1d 23:13:46h
Average Ping:* -
Favorite Server:*
Favorite Map:* aim_map_2010
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 100%
Points: 1,326
Rank: 7
Kills per Minute: 0.66
Kills per Death: 1.1519 (1.15*)
Headshots per Kill: 0.0000 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 1,866 (1,866*)
Deaths: 1,620 (1,620*)
Longest Kill Streak: 5
Longest Death Streak: 10
Suicides: 0
Teammate Kills: 0 (0*)

  History pika's History:
  Events | Sessions | Awards (0) | 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:
Kills needed: 0 (0%)
Rank history


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 pika 1d 09:39:09h 2022-04-07 00:19:25 1,311 1,010 1.30 0 0.00 0 0.0%
2 doc 0d 11:47:52h 2022-04-06 22:22:20 499 556 0.90 0 0.00 0 0.0%
3 EtojFisher 0d 01:46:33h 2022-04-02 14:52:14 56 54 1.04 0 0.00 0 0.0%
4 EtojFicsher 0d 00:00:12h 2022-03-27 20:53:13 0 0 0.00 0 - 0 0.0%




ERROR
Database Error

Server Address: db.hlstatsx
Server Username: hl

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