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

Banner
  Sections

  Player Information

Player Profile

Steam Community Avatar
 Bobbie.Hunter
Location: (Unknown)
Steam: STEAM_0:1:5105758
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:* Fri. May. 12th, 2023 @ 10:43:50
Total Connection Time: 0d 13:32:44h
Average Ping:* -
Favorite Server:* =Team FoxTare= Europa
Favorite Map:* cs_motel
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 68% 68%
Points: 5,584
Rank: 7
Kills per Minute: 0.28
Kills per Death: 2.1827 (1.30*)
Headshots per Kill: 0.5683 (0.4615*)
Shots per Kill: 7.10
Weapon Accuracy: 28.7% (38%*)
Headshots: 129 (6*)
Kills: 227 (13*)
Deaths: 104 (10*)
Longest Kill Streak: 3
Longest Death Streak: 3
Suicides: 7
Teammate Kills: 0 (0*)

  History Bobbie.Hunter's History:
  Events | Sessions | Awards (103) | 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: Lance Corporal
Lance Corporal
27% Kills needed: 73 (27%)
Rank history
Recruit Private Private First Class


  Awards (hover over image to see name)

Ribbons
Sharpshooter Connection Time 150 Hours Award of AK47 Award of Steyr Aug Award of AWP Sniper Silver Desert Eagle Award of Bomb Defuser Supreme Dual Beretta Elites Award of Famas Supreme Five-Seven Supreme G3 SG1 Award of Galil Award of Glock Bronze Headshots Bronze HE Grenades Award of Hostage Killer Supreme Combat Knife Supreme Lowpinger Award of M249 Para Supreme M3 Shotgun Award of Colt M4A1 Award of MAC 10 Silver Most Kills Award of MP5 Navy Supreme Sig P228 Bronze P90 Award of Bomb Planter Award of Hostage Rescuer Supreme Scout Elite Supreme SG 550 Award of SG 552 Award of Suicides Supreme Team Kills Award of TMP Supreme UMP 45 Award of USP Supreme XM Shotgun
Global Awards


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 37 times 37
2 Round MVP 15 times 0
3 Pick up the Bomb 7 times 14
4 Touch a Hostage 4 times 0
5 Drop the Bomb 4 times -8
6 Rescue a Hostage 2 times 10
7 Plant the Bomb 2 times 20
8 Start Defusing the Bomb With a Defuse Kit 1 times 0
9 Domination 1 times 5
10 Defuse the Bomb 1 times 10




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 5 times 25.00% 25.00%
2 Counter-Terrorist 4 times 20.00% 20.00%




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