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

Banner
  Sections

  Player Information

Player Profile

Steam Community Avatar
 БОМБИЛА
Location: (Unknown)
Steam: STEAM_0:1:563283465
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)
Last Connect:* (Unknown)
Total Connection Time: 0d 04:42:15h
Average Ping:* -
Favorite Server:*
Favorite Map:*
Favorite Weapon:*

Statistics Summary

Activity: 51% 51%
Points: 1,218
Rank: Not active
Kills per Minute: 0.07
Kills per Death: 0.9524 (-*)
Headshots per Kill: 0.2500 (-*)
Shots per Kill: -
Weapon Accuracy: 14.7% (0%*)
Headshots: 5 (0*)
Kills: 20 (0*)
Deaths: 21 (0*)
Longest Kill Streak: 6
Longest Death Streak: 5
Suicides: 7
Teammate Kills: 0 (0*)

  History БОМБИЛА's History:
  Events | Sessions | Awards (7) | 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: Recruit
Recruit
40% Kills needed: 30 (40%)
Rank history


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 БОМБИЛА 0d 01:27:16h 2022-11-27 08:48:45 3 2 1.50 1 0.33 0 12.8%
2 ???????????????????????????? 0d 00:00:00h 2022-04-30 07:55:24 0 0 0.00 0 - 0 0.0%
3 Na´Vi Pri0retet 0d 00:02:01h 2022-02-24 11:55:01 0 0 0.00 0 - 0 0.0%
4 34534.RU БУлкин 0d 00:50:27h 2022-01-25 09:54:36 0 0 0.00 0 - 0 0.0%
5 BUYSKINS.RU БУлкин 0d 00:19:45h 2022-01-16 09:08:41 13 3 4.33 3 0.23 1 18.5%
6 дед Хаггис 0d 00:02:23h 2021-09-10 10:11:03 0 0 0.00 0 - 0 20.0%
7 Scream vs Simple 0d 00:26:58h 2020-12-12 14:24:31 1 2 0.50 0 0.00 0 41.2%
8 Scream CSGOWIN.RU 0d 01:24:32h 2020-11-14 10:18:58 2 14 0.14 0 0.00 6 11.0%




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