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

Banner
  Player Information

Player Profile

Steam Community Avatar
Republic of Lithuania Gartinas
Location: Klaipėda, Republic of Lithuania
Steam: STEAM_0:0:227383019
Status: Online
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:* Mon. Apr. 7th, 2025 @ 12:16:03
Total Connection Time: 0d 01:58:18h
Average Ping:* -
Favorite Server:* .:BIA:. RATS
Favorite Map:* csde_gimlirats
Favorite Weapon:*

Statistics Summary

Activity: 88%
Points: 1,352
Rank: 4
Kills per Minute: 0.46
Kills per Death: 0.7333 (-*)
Headshots per Kill: 0.3455 (-*)
Shots per Kill: -
Weapon Accuracy: 14.8% (0%*)
Headshots: 19 (0*)
Kills: 55 (0*)
Deaths: 75 (0*)
Longest Kill Streak: 2
Longest Death Streak: 7
Suicides: 0
Teammate Kills: 0 (0*)

  History Gartinas's History:
  Events | Sessions | Awards (12) | 
  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: 45 (10%)
Rank history
Recruit


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 Gartinas 0d 00:01:25h 2025-04-07 12:17:23 0 0 0.00 0 - 0 0.0%
2 Gartinas 秘技:非洲同胞召 0d 01:10:47h 2024-03-23 19:19:31 39 47 0.83 14 0.36 0 14.6%
3 Gartinas :3 0d 00:46:06h 2024-01-11 18:10:40 16 28 0.57 5 0.31 0 15.3%




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 1 times 100.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 = 30234
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstriker'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc