HLstatsX Community Edition
  • HL2DM_1
  • HL2DM_2
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
Sweden Cynips
Location: Sweden
Steam: STEAM_0:1:3585722
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)
Last Connect:* Thu. Jun. 6th, 2024 @ 14:08:28
Total Connection Time: 86d 05:57:26h
Average Ping:* -
Favorite Server:* HL2F #2 | TEAM DEATHMATCH [NoSteam] | hl2forever.ru
Favorite Map:* dm_lostarena
Favorite Weapon:* Shotgun

Statistics Summary

Activity: 100% 100%
Points: 9,756
Rank: 34
Kills per Minute: 1.92
Kills per Death: 2.1053 (1.83*)
Headshots per Kill: 0.0000 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 238,881 (3,827*)
Deaths: 113,465 (2,089*)
Longest Kill Streak: 128
Longest Death Streak: 19
Suicides: 8,063
Teammate Kills: 0 (0*)

  History Cynips's History:
  Events | Sessions | Awards (999) | 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: Terminator
Terminator
0% Kills needed: 0 (0%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign Third Lieutenant Second Lieutenant First Lieutenant Captain Group Captain Senior Captain Lieutenant Major Major Group Major Lieutenant Commander Commander Group Commander Lieutenant Colonel Colonel Brigadier Brigadier General Major General Lieutenant General General Commander General Field Vice Marshal Field Marshal Vice Commander of the Army Commander of the Army High Commander Supreme Commander


  Awards (hover over image to see name)

Ribbons
Connection Time - Supreme Supreme 357 Bronze AR2 Supreme Combine Ball Supreme Xbow Supreme Crowbar Supreme Grenade Supreme Headshotter Supreme Lowpinger Most Kills - Supreme Supreme Physbox Supreme Physics Supreme Pistol Supreme RPG Supreme Shotgun Supreme Slam Supreme SMG Supreme SMG Grenade Supreme Stunstick Most Suicides - Supreme
Global Awards


  Псевдонимы

Rank Ник Время Был в использовании Убийств Смертей КПД sort-descending.gif Хедшотов Соотн. Самоубийств Точность
1 [SWE]Cynips.se 5d 02:20:56h 2023-01-15 19:17:27 10,573 4,732 2.23 0 0.00 634 0.0%
2 Cynips.se 64d 03:20:33h 2023-08-20 22:03:57 184,658 83,857 2.20 0 0.00 5,576 0.0%
3 Cynips 16d 07:57:37h 2024-06-06 14:18:52 42,158 24,003 1.76 0 0.00 1,796 0.0%
4 Cынипс 0d 16:13:57h 2023-09-05 22:18:01 1,491 873 1.71 0 0.00 56 0.0%
5 ᅠᅠ 0d 00:00:00h 2022-02-05 22:52:44 1 0 1.00 0 0.00 0 0.0%
6 [GRC]ᅠᅠ 0d 00:04:23h 2022-02-05 22:57:09 0 0 0.00 0 - 1 0.0%




  Действия игрока *





  Выбор команды *

Rank Команда Выбирал sort-descending.gif % Соотношение
1 The Combine 59 times 25.76% 25.76%
2 Rebel Forces 51 times 22.27% 22.27%




ERROR
Database Error

Server Address: localhost
Server Username: byxue_hl2f_stats

Error Diagnostic:
Bad query.

Server Error: (1226) User 'byxue_hl2f_stats' has exceeded the 'max_queries_per_hour' resource (current value: 185000)

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_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeRole.serverId
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		WHERE
			hlstats_Servers.game = 'hl2dm_2'
			AND hlstats_Events_ChangeRole.playerId = 64906
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'hl2dm_2'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc