HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
 g0d
Location: (Unknown)
Steam: G0D
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:* Sun. Jun. 29th, 2025 @ 20:11:52
Total Connection Time: 16d 12:27:57h
Average Ping:* 8 ms (Latency: 4 ms)
Favorite Server:* csko.cz | dust2 only
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 100% 100%
Points: 88,807
Rank: 83
Kills per Minute: 0.71
Kills per Death: 1.4376 (1.56*)
Headshots per Kill: 0.3891 (0.3643*)
Shots per Kill: 16.19
Weapon Accuracy: 18.6% (21%*)
Headshots: 6,580 (1,192*)
Kills: 16,911 (3,272*)
Deaths: 11,763 (2,102*)
Longest Kill Streak: 9
Longest Death Streak: 14
Suicides: 31
Teammate Kills: 0 (0*)

  History g0d's History:
  Events | Sessions | Awards (55) | 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: Commander General
Commander General
76.44% Kills needed: 589 (76%)
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


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 1,192 times 1,192
2 Double Kill (2 kills) 513 times 513
3 Spawn with the Bomb 315 times 630
4 Triple Kill (3 kills) 236 times 472
5 Drop the Bomb 201 times -402
6 Plant the Bomb 164 times 2,460
7 Pick up the Bomb 107 times 214
8 Domination (4 kills) 104 times 312
9 Rampage (5 kills) 29 times 116
10 Start Defusing the Bomb With a Defuse Kit 15 times 0
11 Defuse the Bomb 11 times 165
12 Mega Kill (6 kills) 9 times 45
13 Ownage (7 kills) 2 times 12
14 Killing Spree (9 kills) 1 times 8




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 120 times 59.70% 59.70%
2 Counter-Terrorist 55 times 27.36% 27.36%




ERROR
Database Error

Server Address: 192.168.1.22:3306
Server Username: webik

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8_czech_ci,IMPLICIT) and (utf8_general_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 = 7144308
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'dust2'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc