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

Banner
  Player Information

Player Profile

Steam Community Avatar
Latvia Kilitors
Location: Riga, Latvia
Steam: STEAM_0:1:36600989
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:26:20h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: -1%
Points: 1,567
Rank: Not active
Kills per Minute: 1.69
Kills per Death: 1.2718 (-*)
Headshots per Kill: 0.2581 (-*)
Shots per Kill: -
Weapon Accuracy: 15.7% (0%*)
Headshots: 64 (0*)
Kills: 248 (0*)
Deaths: 195 (0*)
Longest Kill Streak: 3
Longest Death Streak: 20
Suicides: 0
Teammate Kills: 1 (0*)

  History Kilitors's History:
  Events | Sessions | Awards (8) | 
  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: Lance Corporal
Lance Corporal
Kills needed: 52 (48%)
Rank history
Recruit Private Private First Class


  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 Kilitors 0d 00:02:46h 2026-01-03 18:56:41 1 4 0.25 1 1.00 0 12.1%
2 Kleksis 0d 00:01:03h 2026-01-03 18:53:55 4 1 4.00 0 0.00 0 26.3%
3 Toliks 0d 00:00:28h 2026-01-03 18:52:52 3 0 3.00 1 0.33 0 0.0%
4 Kira 0d 00:06:05h 2026-01-03 18:52:24 15 9 1.67 5 0.33 0 19.8%
5 Klikis 0d 00:01:17h 2026-01-03 18:46:13 4 3 1.33 1 0.25 0 14.9%
6 Skribis 0d 00:00:17h 2026-01-03 18:44:58 2 0 2.00 0 0.00 0 0.0%
7 Skrbis 0d 00:00:32h 2026-01-03 18:44:41 1 2 0.50 1 1.00 0 7.5%
8 Indulis 0d 00:02:05h 2026-01-03 18:44:09 7 6 1.17 4 0.57 0 22.1%
9 Anali4 0d 01:19:04h 2026-01-03 18:42:03 113 93 1.22 31 0.27 0 14.5%
10 Kotletosiks 0d 00:18:13h 2026-01-03 17:15:52 32 28 1.14 6 0.19 0 16.6%
11 Sjava 0d 00:05:57h 2026-01-03 16:57:35 17 5 3.40 1 0.06 0 27.6%
12 Genadijs 0d 00:01:17h 2026-01-03 16:51:32 2 2 1.00 0 0.00 0 37.5%
13 KÅ«tnieks 0d 00:03:14h 2026-01-03 16:50:16 6 7 0.86 2 0.33 0 12.8%
14 MuammarLV 0d 00:24:02h 2026-01-03 16:47:02 41 35 1.17 11 0.27 0 15.5%




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