Team FoxTare Source Games Stats
  • CSS
  • DODS
  • HL2MP
  • Contents
  • Search
  • Forum
  • Help

Banner
  Sections

  Player Information

Player Profile

Steam Community Avatar
 [D-D] GOZ SLAVA UKRAINI
Location: (Unknown)
Steam: STEAM_0:0:18696502
Status: Offline
Click here to add as friend
Karma: In good standing
Member of Clan:  D-D
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Tue. May. 16th, 2023 @ 11:13:35
Total Connection Time: 0d 19:13:40h
Average Ping:* 150 ms (Latency: 75 ms)
Favorite Server:* =Team FoxTare= Europa
Favorite Map:* dod_flash
Favorite Weapon:* MP40 Machine Pistol

Statistics Summary

Activity: 66% 66%
Points: 3,179
Rank: 6
Kills per Minute: 0.08
Kills per Death: 0.7068 (2.00*)
Headshots per Kill: 0.2021 (0.3750*)
Shots per Kill: 24.40
Weapon Accuracy: 13.9% (11%*)
Headshots: 19 (3*)
Kills: 94 (8*)
Deaths: 133 (4*)
Longest Kill Streak: 4
Longest Death Streak: 6
Suicides: 18
Teammate Kills: 0 (0*)

  History [D-D] GOZ SLAVA UKRAINI's History:
  Events | Sessions | Awards (81) | 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: Private
Private
88% Kills needed: 6 (88%)
Rank history
Recruit


  Awards (hover over image to see name)

Ribbons
Global Awards
Best Latency Grenade Freak MP40 Hor


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 [D-D] GOZ SLAVA UKRAINI 0d 13:52:47h 2023-05-16 11:13:39 59 61 0.97 11 0.19 9 14.3%
2 [D-D] GOZ SLAVA UKRAINE 0d 00:11:54h 2023-01-06 15:19:13 1 2 0.50 1 1.00 0 14.2%
3 [D-D] SANTA GOZ SLAVA UKRAI 0d 00:36:37h 2023-01-03 10:20:40 6 5 1.20 1 0.17 0 27.7%
4 [D-D] GOZ 0d 04:01:39h 2021-06-24 15:33:28 27 58 0.47 6 0.22 9 12.1%
5 [D-D] GOZ NO MIC AND COMPUTE 0d 00:21:57h 2020-11-16 09:48:01 0 0 0.00 0 - 0 14.8%
6 [D-D] GOZ no mic 0d 00:08:46h 2020-09-27 12:32:57 1 7 0.14 0 0.00 0 12.9%




  Player Actions *





  Victims of Player-Player Actions *





  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Axis 2 times 25.00% 25.00%
2 Allies 1 times 12.50% 12.50%




ERROR
Database Error

Server Address: localhost
Server Username: foxtare_hlstatsx

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_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(3 = 0, 1, 3) * 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 = 1033
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'dods'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc