Raised This Month: $ Target: $400
 0% 

[CSGO] big problem: Server crashes after round end / new round start


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 09-02-2012 , 22:39   [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #1

please help, my server crashes when the round ends (not always but alot of the time), it freezes and the disconnect in 20 seconds countdown starts and crashes

I have no idea why its doing this


server.cfg:
Code:
hostname "24/7 SURF-RPG SlayersGaming.com"

rcon_password ""
sv_password "" //Only set this if you intend to have a private server!

log on //This is set to turn on logging!
mp_freezetime 5 //The amount of time players are frozen to buy items
mp_join_grace_time 0 //The amount of time players can join teams after a round has started
mp_match_end_restart 0 // Defines whether a map should be restarted after a game has ended
sv_cheats 0 //This should always be set, so you know it's not on
sv_lan 0 //This should always be set, so you know it's not on
//**The bot commands below are mostly default with the exception of
bot_difficulty 1
bot_chatter "off"
bot_join_after_player 1
bot_quota 0
bot_quota_mode "fill"
//**The following commands manage kicks and bans
writeid
writeip

mp_warmuptime 0
mp_maxplayers 32

net_maxfilesize 99999
sv_downloadurl "http://hgs4763.hostedd.com/csgo"
sv_allowupload 1
sv_allowdownload 1

mp_autokick 0

mp_maxrounds 50
mp_roundtime 15

exec banned_user.cfg
exec banned_ip.cfg

sv_maxrate 2000000
sv_minrate 50000
gamemodes_server.txt:
Code:
// DO NOT MODIFY THIS FILE
// 
// To customize your server, see gamemodes_server.txt.example


"GameModes.txt"
{
	"gameTypes"
	{
		"classic"
		{
			"value"				"0"
			"nameID"			"#SFUI_GameTypeClassic"

			"gameModes"
			{
				"casual"
				{
					"value"			 	"0"
					"nameID"		 	"#SFUI_GameModeCasual"
					"descID"		 	"#SFUI_GameModeCasualDesc"
					"matchmakingvalue"	"casual"
					"uid"				"1"
					"maxplayers"			"32"

					// These are the descriptive ui elements to display in the information box on.
					// These key/values should be pairs of strings.  The "key" will appear in the left
					// column, the "value" will appear in the right column.
					"ui"
					{
						"0"		{ "label" "#SFUI_CashColon"				"value" "$400" }
						"1"		{ "label" "#SFUI_WinMatchColon"			"value" "30 #SFUI_Minutes" }
						"2"		{ "label" "#SFUI_TimePerRoundColon"		"value" "3 #SFUI_Minutes" }
						"3"		{ "label" "#SFUI_BuyTimeColon"			"value" "45 #SFUI_Seconds" }
						"4"		{ "label" "#SFUI_SpectateColon"			"value" "#SFUI_SpectateAnyone" }
						"5"		{ "label" "#SFUI_BotsColon"				"value" "#SFUI_BotDifficulty2" }
					}

					// These are the convars that get setup when a game mode of this type is created.			
					"convars"
					{
						"bot_quota_mode"					"fill"
						"bot_quota"						"10"
						"bot_defer_to_human_items"			"1"
						"bot_defer_to_human_goals"			"0"
						"bot_difficulty"					"1"
						"bot_dont_shoot"					"0"
						"bot_chatter"						"normal"
						"cl_playerspraydisable"				"1"
						"mp_friendlyfire"					"0"
						"ff_damage_reduction_grenade"		"0"
						"ff_damage_reduction_bullets"		"0"
						"ff_damage_reduction_other"			"0"
						"ff_damage_reduction_grenade_self"	"0"
						"mp_afterroundmoney"				"0"
						"mp_playercashawards"				"1"
						"mp_teamcashawards"					"1"
						"mp_maxrounds"						"99"
						"mp_halftime"						"0"
						"mp_timelimit"						"45"
						"mp_roundtime"						"15"
						"mp_freezetime"						"5"
						"mp_buytime"						"45"
						"mp_forcecamera"					"0"			// Set to 1 for team only spectating.
						"mp_defuser_allocation"				"2"			// 0=none, 1=random, 2=everyone
						"mp_death_drop_gun"					"1"			// 0=none, 1=best, 2=current or best
						"mp_death_drop_grenade"				"2"			// 0=none, 1=best, 2=current or best
						"mp_death_drop_defuser"				"1"	
						"cl_enable_roundstart_autobuy"		"1"
						"sv_ignoregrenaderadio"				"0"
						"mp_molotovusedelay"				"0"
						"sv_alltalk"						"1"
						"sv_deadtalk"						"1"
						"mp_force_pick_time"				"15"
						"bot_autodifficulty_threshold_low"	"-2.0"	// Value between -20.0 and 20.0 (Amount below avg human contribution score, below which a bot should raise its difficulty)
						"bot_autodifficulty_threshold_high"	"0.0"	// Value between -20.0 and 20.0 (Amount above avg human contribution score, above which a bot should lower its difficulty)
						"spec_freeze_time"					"5.0"
						"spec_freeze_panel_extended_time"	"0"
						"mp_match_can_clinch"				"1"			// 0=No mercy rule, 1=team can clinch match win early if they win > 1/2 total rounds
						"mp_startmoney"						"1000"
						"mp_maxmoney"						"10000"

						"sv_allow_votes"					"1"		// Voting allowed in this mode
						"sv_arms_race_vote_to_restart_disallowed_after"	"0"

						// cash award convars
						"cash_team_terrorist_win_bomb"				"2700"
						"cash_team_elimination_hostage_map"			"2700"
						"cash_team_elimination_bomb_map"			"2700"
						"cash_team_win_by_time_running_out"			"2700"
						"cash_team_win_by_defusing_bomb"			"2700"
						"cash_team_win_by_hostage_rescue"			"2700"
						"cash_team_loser_bonus"						"2400"
						"cash_team_loser_bonus_consecutive_rounds"	"0"
						"cash_team_rescued_hostage"					"100"
						"cash_team_hostage_alive"					"0"
						"cash_team_planted_bomb_but_defused"		"200"
						"cash_team_hostage_interaction"				"50"
						"cash_player_killed_teammate"				"-3300"
						"cash_player_killed_enemy_default"			"200"
						"cash_player_killed_enemy_factor"			"0.5"
						"cash_player_bomb_planted"					"200"
						"cash_player_bomb_defused"					"200"
						"cash_player_rescued_hostage"				"200"
						"cash_player_interact_with_hostage"			"0"
						"cash_player_damage_hostage"				"-30"
						"cash_player_killed_hostage"				"-1000"

						// gungame tr defaults (not used in this mode)
						"mp_ggtr_bomb_respawn_delay"			"0"
						"mp_ggtr_bomb_detonation_bonus"			"1"
						"mp_ggtr_bomb_defuse_bonus"				"1"
						"mp_ggtr_bomb_pts_for_upgrade"			"2"
						"mp_ggtr_bomb_pts_for_he"				"3"
						"mp_ggtr_bomb_pts_for_flash"			"4"
						"mp_ggtr_bomb_pts_for_molotov"			"5"
						"mp_ggtr_halftime_delay"				"0.0"
						"mp_ggtr_rounds_per_half"				"5"
						"mp_ggtr_end_round_kill_bonus"			"1"
						"mp_ggtr_last_weapon_kill_ends_half"	"0"

						// gungame progressive defaults (not used in this mode)
						"mp_gungameimmunitytime"				"4"
						"mp_ggprogressive_round_restart_delay"	"15"
						"mp_ggprogressive_win_panel_pct"		"0.33333"

						"mp_weapons_allow_zeus"					"1"
						"mp_solid_teammates"					"0"
						"mp_free_armor"							"1"			
					}

					// Map groups for offline modes
					"mapgroupsSP"
					{
						"mg_de_train"		""
						"mg_de_dust"		""
						"mg_de_dust2"		""
						"mg_de_aztec"		""
						"mg_de_inferno"		""
						"mg_de_nuke"		""
						"mg_cs_italy"		""
						"mg_cs_office"		""
						"random_classic"	""
						"surf_skyworld"		""
						"surf_dustwave_b1"	""
						"surf_csgo_10x_v2"	""
						}

					// Map groups for online modes
					"mapgroupsMP"
					{
						"mg_bomb"		""
						"mg_hostage"		""
						"mg_dust"		""
						"surf_skyworld"		""
						"surf_dustwave_b1"	""
						"surf_csgo_10x_v2"	""
						"surf_cherryberry"	""
						"surf_green_b2"		""
						"surf_ski_2_GO"		""
						

					}
				}
	
				"competitive"
				{
					"value"			  	"1"
					"nameID"		  	"#SFUI_GameModeCompetitive"
					"descID"		  	"#SFUI_GameModeCompetitiveDesc"
					"matchmakingvalue"	"competitive"
					"uid"				"2"
					"maxplayers"			"10"
				
					// These are the descriptive ui elements to display in the information box on.
					// These key/values should be pairs of strings.  The "key" will appear in the left
					// column, the "value" will appear in the right column.
					"ui"
					{
						"0"		{ "label" "#SFUI_CashColon"				"value" "$800" }
						"1"		{ "label" "#SFUI_WinMatchColon"			"value" "30 #SFUI_Rounds" }
						"2"		{ "label" "#SFUI_TimePerRoundColon"		"value" "2 #SFUI_Minutes" }
						"3"		{ "label" "#SFUI_BuyTimeColon"			"value" "45 #SFUI_Seconds" }
						"4"		{ "label" "#SFUI_SpectateColon"			"value" "#SFUI_SpectateTeamOnly" }
						"5"		{ "label" "#SFUI_BotsColon"				"value" "#SFUI_BotDifficulty3" }
					}

					// These are the convars that get setup when a game mode of this type is created.			
					"convars"
					{
						"bot_quota_mode"					"fill"
						"bot_quota"						"10"
						"bot_defer_to_human_items"			"1"
						"bot_defer_to_human_goals"			"1"
						"bot_difficulty"					"2"
						"bot_dont_shoot"					"0"
						"bot_chatter"						"normal"
						"cl_playerspraydisable"				"1"
						"mp_friendlyfire"					"1"
						"ff_damage_reduction_grenade"		"0.85"
						"ff_damage_reduction_bullets"		"0.33"
						"ff_damage_reduction_other"			"0.4"
						"ff_damage_reduction_grenade_self"	"1"
						"mp_afterroundmoney"				"0"
						"mp_playercashawards"				"1"
						"mp_teamcashawards"					"1"
						"mp_maxrounds"						"30"
						"mp_halftime"						"1"
						"mp_timelimit"						"0"
						"mp_roundtime"						"2"
						"mp_freezetime"						"15"
						"mp_buytime"						"45"
						"mp_forcecamera"					"1"			// Set to 1 for team only spectating.
						"mp_defuser_allocation"				"0"
						"mp_death_drop_gun"					"1"			// 0=none, 1=best, 2=current or best
						"mp_death_drop_grenade"				"2"			// 0=none, 1=best, 2=current or best
						"mp_death_drop_defuser"				"1"	
						"cl_enable_roundstart_autobuy"		"0"
						"sv_ignoregrenaderadio"				"0"
						"mp_molotovusedelay"				"0"
						"sv_alltalk"						"0"
						"sv_deadtalk"						"1"
						"bot_autodifficulty_threshold_low"	"-2.0"	// Value between -20.0 and 20.0 (Amount below avg human contribution score, below which a bot should raise its difficulty)
						"bot_autodifficulty_threshold_high"	"0.0"	// Value between -20.0 and 20.0 (Amount above avg human contribution score, above which a bot should lower its difficulty)
						"mp_force_pick_time"				"15"
						"spec_freeze_time"					"5.0"
						"spec_freeze_panel_extended_time"	"0"
						"mp_match_can_clinch"				"1"			// 0=No mercy rule, 1=team can clinch match win early if they win > 1/2 total rounds
						"mp_startmoney"						"800"
						"mp_maxmoney"						"16000"

						"sv_allow_votes"						"1"		// Voting allowed in this mode
						"sv_arms_race_vote_to_restart_disallowed_after"	"0"

						// cash award convars
						"cash_team_terrorist_win_bomb"				"3500"
						"cash_team_elimination_hostage_map"			"3000"
						"cash_team_elimination_bomb_map"			"3250"
						"cash_team_win_by_time_running_out"			"3250"
						"cash_team_win_by_defusing_bomb"			"3500"
						"cash_team_win_by_hostage_rescue"			"3500"
						"cash_team_loser_bonus"						"1400"
						"cash_team_loser_bonus_consecutive_rounds"	"500"
						"cash_team_rescued_hostage"					"750"
						"cash_team_hostage_alive"					"150"
						"cash_team_planted_bomb_but_defused"		"800"
						"cash_team_hostage_interaction"				"150"
						"cash_player_killed_teammate"				"-3300"
						"cash_player_killed_enemy_default"			"300"
						"cash_player_killed_enemy_factor"			"1"
						"cash_player_bomb_planted"					"300"
						"cash_player_bomb_defused"					"300"
						"cash_player_rescued_hostage"				"1000"
						"cash_player_interact_with_hostage"			"150"
						"cash_player_damage_hostage"				"-30"
						"cash_player_killed_hostage"				"-1000"

						// gungame tr defaults (not used in this mode)
						"mp_ggtr_bomb_respawn_delay"			"0"
						"mp_ggtr_bomb_detonation_bonus"			"1"
						"mp_ggtr_bomb_defuse_bonus"				"1"
						"mp_ggtr_bomb_pts_for_upgrade"			"2"
						"mp_ggtr_bomb_pts_for_he"				"3"
						"mp_ggtr_bomb_pts_for_flash"			"4"
						"mp_ggtr_bomb_pts_for_molotov"			"5"
						"mp_ggtr_halftime_delay"				"0.0"
						"mp_ggtr_rounds_per_half"				"5"
						"mp_ggtr_end_round_kill_bonus"			"1"
						"mp_ggtr_last_weapon_kill_ends_half"	"0"

						// gungame progressive defaults (not used in this mode)
						"mp_gungameimmunitytime"				"4"
						"mp_ggprogressive_round_restart_delay"	"15"
						"mp_ggprogressive_win_panel_pct"		"0.33333"

						"mp_weapons_allow_zeus"					"0"
						"mp_solid_teammates"					"1"
						"mp_free_armor"							"0"			

					}

					// Map groups for offline modes
					"mapgroupsSP"
					{
						"mg_de_train"		""
						"mg_de_dust"		""
						"mg_de_dust2"		""
						"mg_de_aztec"		""
						"mg_de_inferno"		""
						"mg_de_nuke"		""
						"mg_cs_italy"		""
						"mg_cs_office"		""
						"random_classic"	""
						"surf_skyworld"		""
						"surf_dustwave_b1"	""
						"surf_csgo_10x_v2"	""
						
					}

					// Map groups for online modes
					"mapgroupsMP"
					{
						"mg_bomb"		""
						"mg_hostage"		""
						"mg_dust"		""
						"surf_skyworld"		""
						"surf_dustwave_b1"	""
						"surf_csgo_10x_v2"	""
						
					}
				}
			}	
		}

		"gungame"
		{
			"value"				"1"
			"nameID"			"#SFUI_GameTypeGungame"

			// This is the list of game modes supported by this game type.
			"gameModes"
			{
				"gungameprogressive"
				{
					"value"				"0"
					"nameID"			"#SFUI_GameModeGGProgressive"
					"descID"			"#SFUI_GameModeGGProgressiveDesc"
					"matchmakingvalue"	"competitive"
					"uid"				"11"
					"maxplayers"			"10"

					// These are the descriptive ui elements to display in the information box on.
					// These key/values should be pairs of strings.  The "key" will appear in the left
					// column, the "value" will appear in the right column.
					"ui"
					{
						"0"		{ "label" "#SFUI_WinMatchColon"			"value" "30 #SFUI_Minutes" }
						"1"		{ "label" "#SFUI_SpectateColon"			"value" "#SFUI_SpectateAnyone" }
						"2"		{ "label" "#SFUI_BotsColon"				"value" "#SFUI_BotDifficulty2" }
					}

					// These are the convars that get setup when a game mode of this type is created.			
					"convars"
					{
						"bot_quota_mode"					"fill"
						"bot_quota"						"10"
						"bot_defer_to_human_items"			"1"
						"bot_defer_to_human_goals"			"0"
						"bot_difficulty"					"1"
						"bot_dont_shoot"					"0"
						"bot_chatter"						"off"
						"cl_playerspraydisable"				"1"
							// bot_quota is ommited here because the map's min/max players determine's it's value.
						"mp_friendlyfire"					"1"
						"ff_damage_reduction_grenade"		"0.4"
						"ff_damage_reduction_bullets"		"0.1"
						"ff_damage_reduction_other"			"0.4"
						"ff_damage_reduction_grenade_self"	"0"
						"mp_startmoney"						"0"
						"mp_maxmoney"						"0"
						"mp_afterroundmoney"				"0"
						"mp_playercashawards"				"0"
						"mp_teamcashawards"					"0"
						"mp_timelimit"						"30"
						"mp_roundtime"						"30"
						"mp_freezetime"						"6"
						"mp_buytime"						"0"
						"mp_forcecamera"					"0"			// Set to 1 for team only spectating.
						"mp_defuser_allocation"				"0"			// 0=none, 1=random, 2=everyone
						"mp_death_drop_gun"					"0"			// 0=none, 1=best, 2=current or best
						"mp_death_drop_grenade"				"0"			// 0=none, 1=best, 2=current or best
						"mp_death_drop_defuser"				"0"	
						"mp_match_can_clinch"				"0"			// 0=No mercy rule, 1=team can clinch match win early if they win > 1/2 total rounds

						"mp_gungameimmunitytime"			"4"
						"cl_enable_roundstart_autobuy"		"0"
						"spec_freeze_time"					"2"
						"spec_freeze_panel_extended_time"	"1"
						"sv_ignoregrenaderadio"				"1"
						"mp_ggprogressive_round_restart_delay" "15"
						"mp_ggprogressive_win_panel_pct" "0.33333"

						"mp_weapons_allow_zeus"				"0"
						"mp_solid_teammates"				"0"
						"mp_free_armor"							"1"			

						"mp_molotovusedelay"				"0"
						"sv_alltalk"						"1"
						"sv_deadtalk"						"1"
						"bot_autodifficulty_threshold_low"	"-2.0"	// Value between -20.0 and 20.0 (Amount below avg human contribution score, below which a bot should raise its difficulty)
						"bot_autodifficulty_threshold_high"	"0.0"	// Value between -20.0 and 20.0 (Amount above avg human contribution score, above which a bot should lower its difficulty)

						"sv_allow_votes"						"1"		// Voting allowed in this mode
						"sv_arms_race_vote_to_restart_disallowed_after"	"26"

						// cash award convars (not used in this mode)
						"cash_team_terrorist_win_bomb"				"0"
						"cash_team_elimination_hostage_map"			"0"
						"cash_team_elimination_bomb_map"			"0"
						"cash_team_win_by_time_running_out"			"0"
						"cash_team_win_by_defusing_bomb"			"0"
						"cash_team_win_by_hostage_rescue"			"0"
						"cash_team_loser_bonus"						"0"
						"cash_team_loser_bonus_consecutive_rounds"	"0"
						"cash_team_rescued_hostage"					"0"
						"cash_team_hostage_alive"					"0"
						"cash_team_planted_bomb_but_defused"		"0"
						"cash_team_hostage_interaction"				"0"
						"cash_player_killed_teammate"				"0"
						"cash_player_killed_enemy_default"			"0"
						"cash_player_killed_enemy_factor"			"0"
						"cash_player_bomb_planted"					"0"
						"cash_player_bomb_defused"					"0"
						"cash_player_rescued_hostage"				"0"
						"cash_player_interact_with_hostage"			"0"
						"cash_player_damage_hostage"				"0"
						"cash_player_killed_hostage"				"0"

						// gungame tr defaults (not used in this mode)
						"mp_ggtr_bomb_respawn_delay"			"0"
						"mp_ggtr_bomb_detonation_bonus"			"1"
						"mp_ggtr_bomb_defuse_bonus"				"1"
						"mp_ggtr_bomb_pts_for_upgrade"			"2"
						"mp_ggtr_bomb_pts_for_he"				"3"
						"mp_ggtr_bomb_pts_for_flash"			"4"
						"mp_ggtr_bomb_pts_for_molotov"			"5"
						"mp_ggtr_halftime_delay"				"0.0"
						"mp_ggtr_rounds_per_half"				"5"
						"mp_ggtr_end_round_kill_bonus"			"1"
						"mp_ggtr_last_weapon_kill_ends_half"	"0"

						// required defaults
						"mp_maxrounds"						"0"
						"mp_halftime"						"0"
						"mp_force_pick_time"				"15"
					}
					
					// Map groups for offline modes
					"mapgroupsSP"
					{
						"mg_ar_baggage"		""
						"mg_ar_shoots"		""
						"random_ar"			""
					}

					// Map groups for online modes
					"mapgroupsMP"
					{
						"mg_armsrace"	""
					}

					"no_reset_vote_threshold_ct" 		"knife"
					"no_reset_vote_threshold_t" 		"knife"

					"weaponprogression_ct"
					{
						"mp9"			{ "kills"	"1" }
						"mac10"			{ "kills"	"1" }
						"mp7"			{ "kills"	"1" }
						"bizon"			{ "kills"	"1" }
						"ump45"			{ "kills"	"1" }
						"p90"			{ "kills"	"1" }
						"nova"			{ "kills"	"1" }
						"mag7"			{ "kills"	"1" }
						"xm1014"		{ "kills"	"1" }
						"sawedoff"		{ "kills"	"1" }
						"galilar"		{ "kills"	"1" }
						"famas"			{ "kills"	"1" }
						"ak47"			{ "kills"	"1" }
						"m4a1"			{ "kills"	"1" }
						"sg556"			{ "kills"	"1" }
						"aug"			{ "kills"	"1" }
						"awp"			{ "kills"	"1" }
						"m249"			{ "kills"	"1" }
						"negev"			{ "kills"	"1" }
						"glock"			{ "kills"	"1" }
						"hkp2000"		{ "kills"	"1" }
						"tec9"			{ "kills"	"1" }
						"p250"			{ "kills"	"1" }
						"deagle"		{ "kills"	"1" }
						"fiveseven"		{ "kills"	"1" }
						"elite"			{ "kills"	"1" }
						"knifegg"			{ "kills"	"1" }
					}
					
					"weaponprogression_t"
					{
						"mp9"			{ "kills"	"1" }
						"mac10"			{ "kills"	"1" }
						"mp7"			{ "kills"	"1" }
						"bizon"			{ "kills"	"1" }
						"ump45"			{ "kills"	"1" }
						"p90"			{ "kills"	"1" }
						"nova"			{ "kills"	"1" }
						"mag7"			{ "kills"	"1" }
						"xm1014"		{ "kills"	"1" }
						"sawedoff"		{ "kills"	"1" }
						"galilar"		{ "kills"	"1" }
						"famas"			{ "kills"	"1" }
						"ak47"			{ "kills"	"1" }
						"m4a1"			{ "kills"	"1" }
						"sg556"			{ "kills"	"1" }
						"aug"			{ "kills"	"1" }
						"awp"			{ "kills"	"1" }
						"m249"			{ "kills"	"1" }
						"negev"			{ "kills"	"1" }
						"glock"			{ "kills"	"1" }
						"hkp2000"		{ "kills"	"1" }
						"tec9"			{ "kills"	"1" }
						"p250"			{ "kills"	"1" }
						"deagle"		{ "kills"	"1" }
						"fiveseven"		{ "kills"	"1" }
						"elite"			{ "kills"	"1" }
						"knifegg"			{ "kills"	"1" }
					}
				}

				"gungametrbomb"
				{
					"value"				"1"
					"nameID"			"#SFUI_GameModeGGBomb"
					"descID"			"#SFUI_GameModeGGBombDesc"
					"matchmakingvalue"	"competitive"
					"uid"				"12"
					"maxplayers"			"10"

					// These are the descriptive ui elements to display in the information box on.
					// These key/values should be pairs of strings.  The "key" will appear in the left
					// column, the "value" will appear in the right column.
					"ui"
					{

						"0"		{ "label" "#SFUI_WinMatchColon"			"value" "10 #SFUI_Rounds" }
						"1"		{ "label" "#SFUI_TimePerRoundColon"		"value" "90 #SFUI_Seconds" }
						"2"		{ "label" "#SFUI_SpectateColon"			"value" "#SFUI_SpectateTeamOnly" }
						"3"		{ "label" "#SFUI_BotsColon"				"value" "#SFUI_BotDifficulty3" }
					}

					// These are the convars that get setup when a game mode of this type is created.			
					"convars"
					{
						"bot_quota_mode"					"fill"
						"bot_quota"						"10"
						"bot_defer_to_human_items"			"1"
						"bot_defer_to_human_goals"			"0"
						"bot_difficulty"					"2"
						"bot_dont_shoot"					"0"
						"bot_chatter"						"normal"
						"cl_playerspraydisable"				"1"
						"mp_friendlyfire"					"1"
						"ff_damage_reduction_grenade"		"0.85"
						"ff_damage_reduction_bullets"		"0.33"
						"ff_damage_reduction_other"			"0.4"
						"ff_damage_reduction_grenade_self"	"0"
						"mp_startmoney"						"0"
						"mp_maxmoney"						"0"
						"mp_afterroundmoney"				"0"
						"mp_playercashawards"				"0"
						"mp_teamcashawards"					"0"
						"mp_timelimit"						"0"
						"mp_roundtime"						"1.5"
	 					"mp_freezetime"						"6"
						"mp_buytime"						"0"
						"mp_forcecamera"					"0"			// Set to 1 for team only spectating.
						"mp_defuser_allocation"				"2"			// 0=none, 1=random, 2=everyone
						"mp_death_drop_gun"					"0"			// 0=none, 1=best, 2=current or best
						"mp_death_drop_grenade"				"0"			// 0=none, 1=best, 2=current or best
						"mp_death_drop_defuser"				"0"	
						"mp_match_can_clinch"				"1"			// 0=No mercy rule, 1=team can clinch match win early if they win > 1/2 total rounds
						"mp_gungameimmunitytime"				"0"
						"mp_ggtr_bomb_respawn_delay"			"1"
						"mp_ggtr_bomb_detonation_bonus"			"1"
						"mp_ggtr_bomb_defuse_bonus"				"0"
						"cl_enable_roundstart_autobuy"			"0"
						"sv_ignoregrenaderadio"					"1"
						"mp_ggtr_bomb_pts_for_upgrade"			"1"		// Kill points required to upgrade a player's weapon
						"mp_ggtr_bomb_pts_for_he"				"2"		// Kill points required in a round to get a bonus HE grenade
						"mp_ggtr_bomb_pts_for_flash"			"3"		// Kill points required in a round to get a bonus flash grenade
						"mp_ggtr_bomb_pts_for_molotov"			"4"		// Kill points required in a round to get a bonus molotov cocktail
						"mp_ggtr_halftime_delay"				"10.0"	// Number of seconds to delay during half-time
						"mp_ggtr_rounds_per_half"				"10"		// Number of rounds to play before/after half-time
						"mp_molotovusedelay"					"0"
						"sv_alltalk"							"0"
						"sv_deadtalk"							"0"
						"mp_ggtr_end_round_kill_bonus"			"0"		// Number of bonus points to award the team when a "knife" kill ends the last round
						"bot_autodifficulty_threshold_low"		"-2.0"	// Value between -20.0 and 20.0 (Amount below avg human contribution score, below which a bot should raise its difficulty)
						"bot_autodifficulty_threshold_high"		"0.0"	// Value between -20.0 and 20.0 (Amount above avg human contribution score, above which a bot should lower its difficulty)
						"mp_ggtr_last_weapon_kill_ends_half"	"0"		// End the half and give a team round point when a player makes a kill using the final weapon

						"sv_allow_votes"						"1"		// Voting allowed in this mode
						"sv_arms_race_vote_to_restart_disallowed_after"	"0"

						// cash award convars (not used in this mode)
						"cash_team_terrorist_win_bomb"				"0"
						"cash_team_elimination_hostage_map"			"0"
						"cash_team_elimination_bomb_map"			"0"
						"cash_team_win_by_time_running_out"			"0"
						"cash_team_win_by_defusing_bomb"			"0"
						"cash_team_win_by_hostage_rescue"			"0"
						"cash_team_loser_bonus"						"0"
						"cash_team_loser_bonus_consecutive_rounds"	"0"
						"cash_team_rescued_hostage"					"0"
						"cash_team_hostage_alive"					"0"
						"cash_team_planted_bomb_but_defused"		"0"
						"cash_team_hostage_interaction"				"0"
						"cash_player_killed_teammate"				"0"
						"cash_player_killed_enemy_default"			"0"
						"cash_player_killed_enemy_factor"			"0"
						"cash_player_bomb_planted"					"0"
						"cash_player_bomb_defused"					"0"
						"cash_player_rescued_hostage"				"0"
						"cash_player_interact_with_hostage"			"0"
						"cash_player_damage_hostage"				"0"
						"cash_player_killed_hostage"				"0"

						// gungame progressive defaults (not used in this mode)
						"mp_ggprogressive_round_restart_delay"	"15"
						"mp_ggprogressive_win_panel_pct"		"0.33333"

						"mp_weapons_allow_zeus"					"0"
						"mp_solid_teammates"					"0"
						"mp_free_armor"							"1"			

						// required defaults
						"mp_maxrounds"						"0"
						"mp_halftime"						"1"
						"mp_force_pick_time"				"15"
						"spec_freeze_time"					"5.0"
						"spec_freeze_panel_extended_time"	"0"
					}	

					// Map groups for offline modes
					"mapgroupsSP"
					{
						"mg_de_bank"		""
						"mg_de_lake"		""
						"mg_de_safehouse"	""
						"mg_de_sugarcane"	""
						"mg_de_stmarc"		""
						"mg_de_shorttrain"	""
						"random_demo"		""
					}

					// Map groups for online modes
					"mapgroupsMP"
					{
						"mg_demolition"		""
					}

					"weaponprogression_ct"
					{
						"m4a1"			{ "kills"	"1" }
						"p90"			{ "kills"	"1" }
						"ump45"			{ "kills"	"1" }
						"deagle"		{ "kills"	"1" }
						"nova"			{ "kills"	"1" }
						"fiveseven"		{ "kills"	"1" }
						"hkp2000"		{ "kills"	"1" }
						"ssg08"			{ "kills"	"1" }
						"awp"			{ "kills"	"1" }
						"Scar20"		{ "kills"	"1" }
					}
					
					"weaponprogression_t"
					{
						"ak47"			{ "kills"	"1" }
						"p90"			{ "kills"	"1" }
						"bizon"			{ "kills"	"1" }
						"deagle"		{ "kills"	"1" }
						"nova"			{ "kills"	"1" }
						"p250"			{ "kills"	"1" }
						"glock"			{ "kills"	"1" }
						"ssg08"			{ "kills"	"1" }
						"awp"			{ "kills"	"1" }
						"g3sg1"			{ "kills"	"1" }
					}
				}
			}
		}


		"training"
		{
			"value"				"3"
			"nameID"			"#SFUI_GameTypeFreestyle"
			"singleplayeronly"	"1"
	
			"gameModes"
			{
				"training"
				{
					"value"				"0"
					"nameID"			"#SFUI_GameTypeTraining"
					"descID"			"#SFUI_GameModeTrainingDesc"
					"showdisclaimer"	"1"
					"uid"				"21"
					"maxplayers"		"1"
	
					// These are the descriptive ui elements to display in the information box on.
					// These key/values should be pairs of strings.  The "key" will appear in the left
					// column, the "value" will appear in the right column.
					"ui"
					{
						"0"		{ "label" "#SFUI_CashColon"				"value" "$16,000" }
						"1"		{ "label" "#SFUI_WinMatchColon"			"value" "30 #SFUI_Minutes" }
						"2"		{ "label" "#SFUI_TimePerRoundColon"		"value" "5 #SFUI_Minutes" }
						"3"		{ "label" "#SFUI_BuyTimeColon"			"value" "90 #SFUI_Seconds" }
						"4"		{ "label" "#SFUI_SpectateColon"			"value" "#SFUI_SpectateAnyone" }
						// Bot data is determined by user selection.
					}
	
					// These are the convars that get setup when a game mode of this type is created.			
					"convars"
					{
						// For offline games, bot_difficulty and bot_quota are specified in the "botDifficulty" section later in this file.
						"bot_quota_mode"				"fill"
						"bot_defer_to_human_items"		"1"
						"bot_defer_to_human_goals"		"0"
						"bot_chatter"					"normal"
						"bot_difficulty"					"1"
						"bot_dont_shoot"					"0"
							// bot_quota is ommited here because the map's min/max players determine's it's value.
						"mp_friendlyfire"					"0"
						"ff_damage_reduction_grenade"		"0"
						"ff_damage_reduction_bullets"		"0"
						"ff_damage_reduction_other"			"0"
						"ff_damage_reduction_grenade_self"	"0"
						"mp_startmoney"						"0"
						"mp_maxmoney"						"0"
						"mp_afterroundmoney"				"0"
						"mp_playercashawards"				"0"
						"mp_teamcashawards"					"0"
						"mp_timelimit"						"0"
						"mp_roundtime"						"0"
						"mp_freezetime"						"0"
						"mp_buytime"						"0"
						"mp_forcecamera"					"0"			// Set to 1 for team only spectating.
						"mp_defuser_allocation"				"0"
						"cl_enable_roundstart_autobuy"		"0"
						"sv_ignoregrenaderadio"				"0"
						"sv_deadtalk"						"0"

						"sv_allow_votes"					"0"			// No voting allowed in this mode
						"sv_arms_race_vote_to_restart_disallowed_after"	"0"

						// cash award convars (not used in this mode)
						"cash_team_terrorist_win_bomb"				"0"
						"cash_team_elimination_hostage_map"			"0"
						"cash_team_elimination_bomb_map"			"0"
						"cash_team_win_by_time_running_out"			"0"
						"cash_team_win_by_defusing_bomb"			"0"
						"cash_team_win_by_hostage_rescue"			"0"
						"cash_team_loser_bonus"						"0"
						"cash_team_loser_bonus_consecutive_rounds"	"0"
						"cash_team_rescued_hostage"					"0"
						"cash_team_hostage_alive"					"0"
						"cash_team_planted_bomb_but_defused"		"0"
						"cash_team_hostage_interaction"				"0"
						"cash_player_killed_teammate"				"0"
						"cash_player_killed_enemy_default"			"0"
						"cash_player_killed_enemy_factor"			"0"
						"cash_player_bomb_planted"					"0"
						"cash_player_bomb_defused"					"0"
						"cash_player_rescued_hostage"				"0"
						"cash_player_interact_with_hostage"			"0"
						"cash_player_damage_hostage"				"0"
						"cash_player_killed_hostage"				"0"

						// gungame tr defaults (not used in this mode)
						"mp_ggtr_bomb_respawn_delay"			"0"
						"mp_ggtr_bomb_detonation_bonus"			"1"
						"mp_ggtr_bomb_defuse_bonus"				"1"
						"mp_ggtr_bomb_pts_for_upgrade"			"2"
						"mp_ggtr_bomb_pts_for_he"				"3"
						"mp_ggtr_bomb_pts_for_flash"			"4"
						"mp_ggtr_bomb_pts_for_molotov"			"5"
						"mp_ggtr_halftime_delay"				"0.0"
						"mp_ggtr_rounds_per_half"				"5"
						"mp_ggtr_end_round_kill_bonus"			"1"
						"mp_ggtr_last_weapon_kill_ends_half"	"0"

						// gungame progressive defaults (not used in this mode)
						"mp_gungameimmunitytime"				"4"
						"mp_ggprogressive_round_restart_delay"	"15"
						"mp_ggprogressive_win_panel_pct"		"0.33333"

						// required defaults
						"mp_weapons_allow_zeus"				"0"
						"mp_solid_teammates"				"0"
						"mp_free_armor"						"1"			
						"cl_playerspraydisable"				"1"
						"mp_maxrounds"						"0"
						"mp_halftime"						"0"
						"mp_death_drop_gun"					"0"
						"mp_death_drop_grenade"				"0"
						"mp_death_drop_defuser"				"0"	
						"mp_molotovusedelay"				"0"
						"sv_alltalk"						"0"
						"mp_force_pick_time"				"15"
						"bot_autodifficulty_threshold_low"	"-2.0"
						"bot_autodifficulty_threshold_high"	"0.0"
						"spec_freeze_time"					"5.0"
						"spec_freeze_panel_extended_time"	"0"
						"mp_match_can_clinch"				"0"
					}

					// Map groups for offline modes
					"mapgroupsSP"
					{
						"mg_training1"		""
					}
				}
			}
		}
	}

	"mapgroups"
	{
		// 
		// Map cycle groups
		//

		"mg_hostage"
		{
			"imagename"		"mapgroup-hostage"
			"nameID"		"#SFUI_Mapgroup_hostage"
			"name"			"mg_hostage"
			"maps"
			{
				"cs_office"		""
				"cs_italy"		""
			}
		}

		"mg_bomb"
		{
			"imagename"		"mapgroup-bomb"
			"nameID"		"#SFUI_Mapgroup_bomb"
			"name"			"mg_bomb"
			"maps"
			{
				"de_dust2"		""
				"de_train"		""
				"de_inferno"		""
				"de_dust"		""
				"de_aztec"		""
				"de_nuke"		""
				"surf_skyworld"		""
				"surf_dustwave_b1"	""
				"surf_csgo_10x_v2"	""
				"surf_cherryberry"	""
				"surf_green_b2"		""
				"surf_ski_2_GO"		""

			}
		}


		"mg_dust"
		{
			"imagename"		"map-dust2-overall"
			"nameID"		"#SFUI_Mapgroup_dust"
			"name"			"mg_dust"
			"maps"
			{
				"de_dust"		""
				"de_dust2"		""
			}
		}

		"mg_armsrace"
		{
			"imagename"		"mapgroup-armsrace"
			"nameID"		"#SFUI_Mapgroup_armsrace"
			"name"			"mg_armsrace"
			"maps"
			{
				"ar_shoots"		""
				"ar_baggage"		""
			}
		}

		"mg_demolition"
		{
			"imagename"		"mapgroup-demolition"
			"nameID"		"#SFUI_Mapgroup_demolition"
			"name"			"mg_demolition"
			"maps"
			{
				"de_lake"		""
				"de_stmarc"		""
				"de_sugarcane"		""
				"de_bank"		""
				"de_safehouse"		""
				"de_shorttrain"		""
			}
		}
			
		//
		// Single map groups
		//

		"mg_de_train"
		{
			"imagename"		"map-train-overall"
			"nameID"		"#SFUI_Map_de_train"
			"name"			"mg_de_train"
			"maps"
			{
				"de_train"		""
			}
		}

		"mg_de_dust"		
		{
			"imagename"		"map-dust-overall"
			"nameID"		"#SFUI_Map_de_dust"
			"name"			"mg_de_dust"	
			"maps"
			{
				"de_dust"		""
			}	
		}

		"mg_de_dust2"
		{
			"imagename"		"map-dust2-overall"
			"nameID"		"#SFUI_Map_de_dust2"
			"name"			"mg_de_dust2"
			"maps"
			{
				"de_dust2"		""
			}
		}

		"mg_de_aztec"
		{
			"imagename"		"map-aztec-overall"
			"nameID"		"#SFUI_Map_de_aztec"
			"name"			"mg_de_aztec"
			"maps"
			{
				"de_aztec"		""
			}
		}

		"mg_de_inferno"
		{
			"imagename"		"map-inferno-overall"
			"nameID"		"#SFUI_Map_de_inferno"
			"name"			"mg_de_inferno"
			"maps"
			{
				"de_inferno"		""
			}
		}

		"mg_de_nuke"
		{
			"imagename"		"map-nuke-overall"
			"nameID"		"#SFUI_Map_de_nuke"
			"name"			"mg_de_nuke"
			"maps"
			{
				"de_nuke"		""
			}
		}

		"mg_cs_italy"
		{
			"imagename"		"map-italy-overall"
			"nameID"		"#SFUI_Map_cs_italy"
			"name"			"mg_cs_italy"
			"maps"
			{
				"cs_italy"		""
			}
		}

		"mg_cs_office"
		{
			"imagename"		"map-office-overall"
			"nameID"		"#SFUI_Map_cs_office"
			"name"			"mg_cs_office"
			"maps"
			{
				"cs_office"		""
			}
		}

		"mg_ar_baggage"
		{
			"imagename"		"map-baggage-overall"
			"nameID"		"#SFUI_Map_ar_baggage"
			"name"			"mg_ar_baggage"
			"maps"
			{
				"ar_baggage"		""
			}
		}

		"mg_ar_shoots"
		{
			"imagename"		"map-vietnam-overall"
			"nameID"		"#SFUI_Map_ar_shoots"
			"name"			"mg_ar_shoots"
			"maps"
			{
				"ar_shoots"		""
			}
		}

		"mg_de_bank"
		{
			"imagename"		"map-bank-overall"
			"nameID"		"#SFUI_Map_de_bank"
			"name"			"mg_de_bank"
			"maps"
			{
				"de_bank"		""
			}
		}

		"mg_de_lake"
		{
			"imagename"		"map-boathouse-overall"
			"nameID"		"#SFUI_Map_de_lake"
			"name"			"mg_de_lake"
			"maps"
			{
				"de_lake"		""
			}
		}

		"mg_de_safehouse"
		{
			"imagename"		"map-house-overall"
			"nameID"		"#SFUI_Map_de_safehouse"
			"name"			"mg_de_safehouse"
			"maps"
			{
				"de_safehouse"		""
			}
		}

		"mg_de_sugarcane"
		{
			"imagename"		"map-mill-overall"
			"nameID"		"#SFUI_Map_de_sugarcane"
			"name"			"mg_de_sugarcane"
			"maps"
			{
				"de_sugarcane"	""
			}
		}

		"mg_de_stmarc"
		{
			"imagename"		"map-shacks-overall"
			"nameID"		"#SFUI_Map_de_stmarc"
			"name"			"mg_de_stmarc"
			"maps"
			{
				"de_stmarc"		""
			}
		}

		"mg_de_shorttrain"
		{
			"imagename"		"map-train-overall"
			"nameID"		"#SFUI_Map_de_shorttrain"
			"name"			"mg_de_shorttrain"
			"maps"
			{
				"de_shorttrain"		""
			}
		}

		"mg_training1"
		{
			"imagename"		"map-alleyway-overall"
			"nameID"		"#SFUI_Map_training1"
			"name"			"mg_training1"
			"maps"
			{
				"training1"		""
			}
		}

		"random_ar"
		{
			"nameID"			"#SFUI_Map_random"
			"imagename"			"map-random-ar"
			"name"				"random"
			"maps"
			{
				//Empty
			}
		}
		
		"random_demo"
		{
			"nameID"			"#SFUI_Map_random"
			"imagename"			"map-random-demo"
			"name"				"random"
			"maps"
			{
				//Empty
			}
		}
		
		"random_classic"
		{
			"nameID"			"#SFUI_Map_random"
			"imagename"			"map-random-overall"
			"name"				"random"
			"maps"
			{
				//Empty
			}
		}
	}

	"maps"
	{
		//
		// Classic Maps
		//

		"cs_italy"
		{
			"nameID"			"#SFUI_Map_cs_italy"
			"name"				"cs_italy"
			"imagename"			"map-italy-overall"
			"t_arms"			"models/weapons/t_arms_separatist.mdl"
			"t_models"
			{
				"tm_separatist"		""
				"tm_separatist_variantA"		""
				"tm_separatist_variantB"		""
				"tm_separatist_variantC"		""
				"tm_separatist_variantD"		""
			}
			"ct_arms"			"models/weapons/ct_arms_gign.mdl"
			"ct_models"
			{
				"ctm_gign"		""
				"ctm_gign_variantA"	""
				"ctm_gign_variantB"	""
				"ctm_gign_variantC"	""
				"ctm_gign_variantD"	""
			}
			"hostage_models"
			{
				"models/hostage/hostage.mdl"	""
				"models/hostage/hostage_variantA.mdl"	""
				"models/hostage/hostage_variantB.mdl"	""
				"models/hostage/hostage_variantC.mdl"	""
			}
		}
	
		"cs_office"
		{
			"nameID"			"#SFUI_Map_cs_office"
			"name"				"cs_office"
			"imagename"			"map-office-overall"
			"t_arms"			"models/weapons/t_arms_anarchist.mdl"
			"t_models"
			{
				"tm_anarchist"		""
				"tm_anarchist_variantA"		""
				"tm_anarchist_variantb"		""
				"tm_anarchist_variantc"		""
				"tm_anarchist_variantd"		""
			}
			"ct_arms"			"models/weapons/ct_arms_fbi.mdl"
			"ct_models"
			{
				"ctm_fbi"		""
				"ctm_fbi_variantA"	""
				"ctm_fbi_variantB"	""
				"ctm_fbi_variantC"	""
				"ctm_fbi_variantD"	""
			}
			"hostage_models"
			{
				"models/hostage/hostage_variantD.mdl"	""
				"models/hostage/hostage_variantE.mdl"	""
				"models/hostage/hostage_variantF.mdl"	""
				"models/hostage/hostage_variantG.mdl"	""
			}
		}
	
		"de_aztec"
		{
			"nameID"			"#SFUI_Map_de_aztec"
			"name"				"de_aztec"
			"imagename"			"map-aztec-overall"
			"t_arms"			"models/weapons/t_arms_phoenix.mdl"
			"t_models"
			{
				"tm_phoenix"		""
				"tm_phoenix_variantA"	""
				"tm_phoenix_variantB"	""
				"tm_phoenix_variantC"	""
				"tm_phoenix_variantD"	""
			}
			"ct_arms"			"models/weapons/ct_arms_st6.mdl"
			"ct_models"
			{
				"ctm_st6"		""
				"ctm_st6_variantA"	""
				"ctm_st6_variantB"	""
				"ctm_st6_variantC"	""
				"ctm_st6_variantD"	""
			}
		}
		
		"de_train"
		{
			"nameID"			"#SFUI_Map_de_train"
			"name"				"de_train"
			"imagename"			"map-train-overall"
			"t_arms"			"models/weapons/t_arms_balkan.mdl"
			"t_models"
			{
				"tm_balkan_variantA"		""
				"tm_balkan_variantB"		""
				"tm_balkan_variantC"		""
				"tm_balkan_variantD"		""
				"tm_balkan_variantE"		""
			}
			"ct_arms"			"models/weapons/ct_arms_st6.mdl"
			"ct_models"
			{
				"ctm_st6"		""
				"ctm_st6_variantA"	""
				"ctm_st6_variantB"	""
				"ctm_st6_variantC"	""
				"ctm_st6_variantD"	""
			}
		}
	
		"de_dust"
		{
			"nameID"			"#SFUI_Map_de_dust"
			"name"				"de_dust"
			"imagename"			"map-dust-overall"
			"t_arms"			"models/weapons/t_arms.mdl"
			"t_models"
			{
				"tm_leet_variantA"		""
				"tm_leet_variantB"		""
				"tm_leet_variantC"		""
				"tm_leet_variantD"		""
				"tm_leet_variantE"		""
			}
			"ct_arms"			"models/weapons/ct_arms_idf.mdl"
			"ct_models"
			{
				"ctm_idf"		""
				"ctm_idf_variantB"	""
				"ctm_idf_variantC"	""
				"ctm_idf_variantD"	""
				"ctm_idf_variantE"	""
			}
		}
		
		"de_dust2"
		{
			"nameID"			"#SFUI_Map_de_dust2"
			"name"				"de_dust2"
			"imagename"			"map-dust2-overall"
			"t_arms"			"models/weapons/t_arms.mdl"
			"t_models"
			{
				"tm_leet_variantA"		""
				"tm_leet_variantB"		""
				"tm_leet_variantC"		""
				"tm_leet_variantD"		""
				"tm_leet_variantE"		""
			}
			"ct_arms"			"models/weapons/ct_arms_idf.mdl"
			"ct_models"
			{
				"ctm_idf"		""
				"ctm_idf_variantB"	""
				"ctm_idf_variantC"	""
				"ctm_idf_variantD"	""
				"ctm_idf_variantE"	""
				// We can only have 5 of these models so I'm removing this last one since it won't get read in anyway.
				//"ctm_idf_variantF"	""
			}
		}
	
		"de_inferno"
		{
			"nameID"			"#SFUI_Map_de_inferno"
			"name"				"de_inferno"
			"imagename"			"map-inferno-overall"
			"t_arms"			"models/weapons/t_arms_separatist.mdl"
			"t_models"
			{
				"tm_separatist"		""
				"tm_separatist_variantA"		""
				"tm_separatist_variantB"		""
				"tm_separatist_variantC"		""
				"tm_separatist_variantD"		""
			}
			"ct_arms"			"models/weapons/ct_arms_sas.mdl"
			"ct_models"
			{
				"ctm_sas_variantA"		""
				"ctm_sas_variantB"		""
				"ctm_sas_variantC"		""
				"ctm_sas_variantD"		""
				"ctm_sas"		""
			}
		}
	
		"de_nuke"
		{
			"nameID"			"#SFUI_Map_de_nuke"
			"name"				"de_nuke"
			"imagename"			"map-nuke-overall"
			"t_arms"			"models/weapons/t_arms_balkan.mdl"
			"t_models"
			{
				"tm_balkan_variantA"		""
				"tm_balkan_variantB"		""
				"tm_balkan_variantC"		""
				"tm_balkan_variantD"		""
				"tm_balkan_variantE"		""
			}
			"ct_arms"			"models/weapons/ct_arms_sas.mdl"
			"ct_models"
			{
				"ctm_sas_variantA"		""
				"ctm_sas_variantB"		""
				"ctm_sas_variantC"		""
				"ctm_sas_variantD"		""
				"ctm_sas"		""
			}
		}

		//
		// Gun Game Maps
		//

		"ar_baggage"
		{
			"nameID"			"#SFUI_Map_ar_baggage"
			"name"				"ar_baggage"
			"imagename"			"map-baggage-overall"
			"t_arms"			"models/weapons/t_arms_phoenix.mdl"
			"t_models"
			{
				"tm_phoenix"		""
				"tm_phoenix_variantA"	""
				"tm_phoenix_variantB"	""
				"tm_phoenix_variantC"	""
				"tm_phoenix_variantD"	""
			}
			"ct_arms"			"models/weapons/ct_arms_gsg9.mdl"
			"ct_models"
			{
				"ctm_gsg9"		""
				"ctm_gsg9_variantA"	""
				"ctm_gsg9_variantB"	""
				"ctm_gsg9_variantC"	""
				"ctm_gsg9_variantD"	""
			}
		}
		
		"ar_shoots"
		{
			"nameID"			"#SFUI_Map_ar_shoots"
			"name"				"ar_shoots"
			"imagename"			"map-vietnam-overall"
			"t_arms"			"models/weapons/t_arms_pirate.mdl"
			"t_models"
			{
				"tm_pirate"		""
				"tm_pirate_variantA"	""
				"tm_pirate_variantC"	""
				"tm_pirate_variantD"	""
				"tm_pirate_variantB"	""
			}
			"ct_arms"			"models/weapons/ct_arms_gign.mdl"
			"ct_models"
			{
				"ctm_gign"		""
				"ctm_gign_variantA"	""
				"ctm_gign_variantB"	""
				"ctm_gign_variantC"	""
				"ctm_gign_variantD"	""
			}
		}

		"de_lake"
		{
			"nameID"			"#SFUI_Map_de_lake"
			"name"				"de_lake"
			"imagename"			"map-boathouse-overall"
			"t_arms"			"models/weapons/t_arms_phoenix.mdl"
			"t_models"
			{
				"tm_phoenix"		""
				"tm_phoenix_variantA"	""
				"tm_phoenix_variantB"	""
				"tm_phoenix_variantC"	""
				"tm_phoenix_variantD"	""
			}
			"ct_arms"			"models/weapons/ct_arms_st6.mdl"
			"ct_models"
			{
				"ctm_st6"		""
				"ctm_st6_variantA"	""
				"ctm_st6_variantB"	""
				"ctm_st6_variantC"	""
				"ctm_st6_variantD"	""
			}
		}

		"de_bank"
		{
			"nameID"			"#SFUI_Map_de_bank"
			"name"				"de_bank"
			"imagename"			"map-bank-overall"
			"t_arms"			"models/weapons/t_arms_professional.mdl"
			"t_models"
			{
				"tm_professional"		""
				"tm_professional_var1"		""
				"tm_professional_var2"		""
				"tm_professional_var3"		""
				"tm_professional_var4"		""
			}
			"ct_arms"			"models/weapons/ct_arms_swat.mdl"
			"ct_models"
			{
				"ctm_swat"			""
				"ctm_swat_variantA"		""
				"ctm_swat_variantB"		""
				"ctm_swat_variantC"		""
				"ctm_swat_variantD"		""

			}
		}

		"de_safehouse"
		{
			"nameID"			"#SFUI_Map_de_safehouse"
			"name"				"de_safehouse"
			"imagename"			"map-house-overall"
			"t_arms"			"models/weapons/t_arms_professional.mdl"
			"t_models"
			{
				"tm_professional"		""
				"tm_professional_var1"		""
				"tm_professional_var2"		""
				"tm_professional_var3"		""
				"tm_professional_var4"		""
			}
			"ct_arms"			"models/weapons/ct_arms_swat.mdl"
			"ct_models"
			{

				"ctm_swat"			""
				"ctm_swat_variantA"		""
				"ctm_swat_variantB"		""
				"ctm_swat_variantC"		""
				"ctm_swat_variantD"		""
			}
		}

		"de_sugarcane"
		{
			"nameID"			"#SFUI_Map_de_sugarcane"
			"name"				"de_sugarcane"
			"imagename"			"map-mill-overall"
			"t_arms"			"models/weapons/t_arms_pirate.mdl"
			"t_models"
			{
				"tm_pirate"		""
				"tm_pirate_variantA"	""
				"tm_pirate_variantC"	""
				"tm_pirate_variantD"	""
				"tm_pirate_variantB"	""
			}
			"ct_arms"			"models/weapons/ct_arms_gign.mdl"
			"ct_models"
			{
				"ctm_gign"		""
				"ctm_gign_variantA"	""
				"ctm_gign_variantB"	""
				"ctm_gign_variantC"	""
				"ctm_gign_variantD"	""
			}
		}

		"de_stmarc"
		{
			"nameID"			"#SFUI_Map_de_stmarc"
			"name"				"de_stmarc"
			"imagename"			"map-shacks-overall"
			"t_arms"			"models/weapons/t_arms_pirate.mdl"
			"t_models"
			{
				"tm_pirate"		""
				"tm_pirate_variantA"	""
				"tm_pirate_variantC"	""
				"tm_pirate_variantD"	""
				"tm_pirate_variantB"	""
			}
			"ct_arms"			"models/weapons/ct_arms_gign.mdl"
			"ct_models"
			{
				"ctm_gign"		""
				"ctm_gign_variantA"	""
				"ctm_gign_variantB"	""
				"ctm_gign_variantC"	""
				"ctm_gign_variantD"	""
			}
		}

		"de_shorttrain"
		{
			"nameID"			"#SFUI_Map_de_shorttrain"
			"name"				"de_shorttrain"
			"imagename"			"map-train-overall"
			"t_arms"			"models/weapons/t_arms_balkan.mdl"
			"t_models"
			{
				"tm_balkan_variantA"		""
				"tm_balkan_variantB"		""
				"tm_balkan_variantC"		""
				"tm_balkan_variantD"		""
				"tm_balkan_variantE"		""
			}
			"ct_arms"			"models/weapons/ct_arms_sas.mdl"
			"ct_models"
			{
				"ctm_sas_variantA"		""
				"ctm_sas_variantB"		""
				"ctm_sas_variantC"		""
				"ctm_sas_variantD"		""
				"ctm_sas"		""
			}
		}

		//
		// Random Map
		//

		"random"
		{
			"nameID"			"#SFUI_Map_random"
			"name"				"random"
			"minplayers"		"#SFUI_VariesByMap"
			"maxplayers"		"#SFUI_VariesByMap"
			"imagename"			"map-random-overall"
			"t_models"
			{
				// these will be pulled from the assigned map
			}
			"ct_models"
			{
				// these will be pulled from the assigned map
			}
		}

		//
		// DLC Maps
		//

		"de_embassy"
		{
			"nameID"			"#SFUI_Map_de_embassy"
			"name"				"de_embassy"
			"imagename"			"map-dust-overall"
			"t_arms"			"models/weapons/t_arms.mdl"
			"t_models"
			{
				"tm_anarchist"		""
				"tm_anarchist_variantA"		""
				"tm_anarchist_variantb"		""
				"tm_anarchist_variantc"		""
				"tm_anarchist_variantd"		""
			}
			"ct_arms"			"models/weapons/ct_arms_swat.mdl"
			"ct_models"
			{
				"ctm_swat"			""
				"ctm_swat_variantA"		""
				"ctm_swat_variantB"		""
				"ctm_swat_variantC"		""
				"ctm_swat_variantD"		""
			}
		}

		"cs_assault"
		{
			"nameID"			"#SFUI_Map_cs_assault"
			"name"				"cs_assault"
			"imagename"			"map-assault-overall"
			"t_arms"			"models/weapons/t_arms_phoenix.mdl"
			"t_models"
			{
				"tm_phoenix"		""
				"tm_phoenix_variantA"	""
				"tm_phoenix_variantB"	""
				"tm_phoenix_variantC"	""
				"tm_phoenix_variantD"	""
			}
			"ct_arms"			"models/weapons/ct_arms_fbi.mdl"
			"ct_models"
			{
				"ctm_fbi"		""
				"ctm_fbi_variantA"	""
				"ctm_fbi_variantB"	""
				"ctm_fbi_variantC"	""
				"ctm_fbi_variantD"	""
			}
		}

		"de_balkan"
		{
			"nameID"			"#SFUI_Map_de_balkan"
			"name"				"de_balkan"
			"imagename"			"map-vostok-overall"
			"t_arms"			"models/weapons/t_arms_balkan.mdl"
			"t_models"
			{
				"tm_balkan_variantA"		""
				"tm_balkan_variantB"		""
				"tm_balkan_variantC"		""
				"tm_balkan_variantD"		""
				"tm_balkan_variantE"		""
			}
			"ct_arms"			"models/weapons/ct_arms_gsg9.mdl"
			"ct_models"
			{
				"ctm_gsg9"		""
				"ctm_gsg9_variantA"	""
				"ctm_gsg9_variantB"	""
				"ctm_gsg9_variantC"	""
				"ctm_gsg9_variantD"	""
			}
		}

		"de_vertigo"
		{
			"nameID"			"#SFUI_Map_de_vertigo"
			"name"				"de_vertigo"
			"imagename"			"map-vertigo-overall"
			"t_arms"			"models/weapons/t_arms_professional.mdl"
			"t_models"
			{
				"tm_professional"		""
				"tm_professional_var1"		""
				"tm_professional_var2"		""
				"tm_professional_var3"		""
				"tm_professional_var4"		""
			}
			"ct_arms"			"models/weapons/ct_arms_fbi.mdl"
			"ct_models"
			{
				"ctm_fbi"		""
				"ctm_fbi_variantA"	""
				"ctm_fbi_variantB"	""
				"ctm_fbi_variantC"	""
				"ctm_fbi_variantD"	""
			}
		}

		"de_cranes"
		{
			"nameID"			"#SFUI_Map_de_cranes"
			"name"				"de_cranes"
			"imagename"			"map-cranes-overall"
			"t_arms"			"models/weapons/t_arms_professional.mdl"
			"t_models"
			{
				"tm_professional"		""
				"tm_professional_var1"		""
				"tm_professional_var2"		""
				"tm_professional_var3"		""
				"tm_professional_var4"		""
			}
			"ct_arms"			"models/weapons/ct_arms_fbi.mdl"
			"ct_models"
			{
				"ctm_fbi"		""
				"ctm_fbi_variantA"	""
				"ctm_fbi_variantB"	""
				"ctm_fbi_variantC"	""
				"ctm_fbi_variantD"	""
			}
		}

		"ar_monastery"
		{
			"nameID"			"#SFUI_Map_ar_monastery"
			"name"				"ar_monastery"
			"imagename"			"map-tibet-overall"
			"t_arms"			"models/weapons/t_arms_balkan.mdl"
			"t_models"
			{
				"tm_balkan_variantA"		""
				"tm_balkan_variantB"		""
				"tm_balkan_variantC"		""
				"tm_balkan_variantD"		""
				"tm_balkan_variantE"		""
			}
			"ct_arms"			"models/weapons/ct_arms_gsg9.mdl"
			"ct_models"
			{
				"ctm_gsg9"		""
				"ctm_gsg9_variantA"	""
				"ctm_gsg9_variantB"	""
				"ctm_gsg9_variantC"	""
				"ctm_gsg9_variantD"	""
			}
		}

		"de_depot"
		{
			"nameID"			"#SFUI_Map_de_depot"
			"name"				"de_depot"
			"imagename"			"map-depot-overall"
			"t_arms"			"models/weapons/t_arms_balkan.mdl"
			"t_models"
			{
				"tm_balkan_variantA"		""
				"tm_balkan_variantB"		""
				"tm_balkan_variantC"		""
				"tm_balkan_variantD"		""
				"tm_balkan_variantE"		""
			}
			"ct_arms"			"models/weapons/ct_arms_gsg9.mdl"
			"ct_models"
			{
				"ctm_gsg9"		""
				"ctm_gsg9_variantA"	""
				"ctm_gsg9_variantB"	""
				"ctm_gsg9_variantC"	""
				"ctm_gsg9_variantD"	""
			}
		}

		"de_alleyway"
		{
			"nameID"			"#SFUI_Map_de_alleyway"
			"name"				"de_alleyway"
			"imagename"			"map-alleyway-overall"
			"t_arms"			"models/weapons/t_arms_professional.mdl"
			"t_models"
			{
				"tm_professional"		""
				"tm_professional_var1"		""
				"tm_professional_var2"		""
				"tm_professional_var3"		""
				"tm_professional_var4"		""
			}
			"ct_arms"			"models/weapons/ct_arms_swat.mdl"
			"ct_models"
			{
				"ctm_swat"			""
				"ctm_swat_variantA"		""
				"ctm_swat_variantB"		""
				"ctm_swat_variantC"		""
				"ctm_swat_variantD"		""
			}
		}

		"training1"
		{
			"nameID"			"#SFUI_Map_training1"
			"name"				"training1"
			"minplayers"		"1"
			"maxplayers"		"1"
			"extraspectators"	"2"
			"imagename"			"map-alleyway-overall"
			"t_arms"			"models/weapons/t_arms_phoenix.mdl"
			"t_models"
			{
				"tm_phoenix"		""
			}
			"ct_arms"			"models/weapons/ct_arms_st6.mdl"
			"ct_models"
			{
				"ctm_st6"		""
			}
		}
	}
	
	"botDifficulty"
	{
		"none"
		{
			"nameID" "#SFUI_BotDifficulty0"
			"value" "0"
			"awardProgressDisabled" "1"
			"convars"
			{
				"bot_difficulty"		"0"
				"bot_dont_shoot"		"1"
				"bot_quota"				"0"
			}
		}
		
		"dumb"
		{
			"nameID" "#SFUI_BotDifficulty1"
			"value" "1"
			"awardProgressDisabled" "1"
			"convars"
			{
				"bot_difficulty"		"0"
				"bot_dont_shoot"		"1"
			}
		}
		
		"easy"
		{
			"nameID" "#SFUI_BotDifficulty2"
			"value" "2"
			"awardProgressDisabled" "0"
			"convars"
			{
				"bot_difficulty"		"0"
				"bot_dont_shoot"		"0"
			}
		}
		
		"medium"
		{
			"nameID" "#SFUI_BotDifficulty3"
			"value" "3"
			"awardProgressDisabled" "0"
			"convars"
			{
				"bot_difficulty"		"1"
				"bot_dont_shoot"		"0"
			}
		}
		
		"hard"
		{
			"nameID" "#SFUI_BotDifficulty4"
			"value" "4"
			"awardProgressDisabled" "0"
			"convars"
			{
				"bot_difficulty"		"2"
				"bot_dont_shoot"		"0"
			}
		}
		
		"expert"
		{
			"nameID" "#SFUI_BotDifficulty5"
			"value" "5"
			"awardProgressDisabled" "0"
			"convars"
			{
				"bot_difficulty"		"3"
				"bot_dont_shoot"		"0"
			}
		}
	}
	
	"mpSessionVisibility"
	{
		"public"
		{
			"nameID" "#SFUI_SessionVisibilityPublic"
			"value" "0"
			"matchmakingvalue" "public"
		}
		
		"private"
		{
			"nameID" "#SFUI_SessionVisibilityPrivate"
			"value" "1"
			"matchmakingvalue" "private"
		}
	}

	"maptypes"
	{
		"de_"
		{
			"nameID" "#SFUI_BombMap"
			"imagename" "icon-overview-bomb"
		}
		
		"cs_"
		{
			"nameID" "#SFUI_HostageMap"
			"imagename" "icon-overview-hostage"
		}

		"gungameprogressive"
		{
			"nameID" "#SFUI_GunGameProgressiveMap"
			"imagename" "icon-overview-progressive"
		}
		
		"gungametrbomb"
		{
			"nameID" "#SFUI_GunGameTRMap"
			"imagename" "icon-overview-trbomb"
		}

		"training"
		{
			"nameID" "#SFUI_TrainingSelectMap"
			"imagename" "icon-overview-select"
		}
				
		"unknown"
		{
			"nameID" "?"
		}
	}
}

server:
Code:
hgs4763@gas:~$ cat /usr/hgsfiles/done.txt && rsync -avz --exclude csgo/mapcycle. 
txt --exclude csgo/maplist.txt --exclude csgo/cfg/ --exclude csgo/logs --exclude 
 csgo/motd.txt --exclude csgo/missioncycle.txt csgo@backup::csgo ./;nice -n 3 ./ 
srcds_linux -game csgo +ip 204.152.207.14 +port 27015 -console -usercon +fps_max 
 500 -maxplayers 32 -maxplayers_override 32 +game_type 0 +game_mode 0 +mapgroup  
mg_bomb +map surf_ski_2_GO -gamemodes_serverfile gamemodes_server.txt
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
HGSPanel: Done!
receiving incremental file list
./
.bash_history
.steampid
rsync: send_files failed to open "/.viminfo" (in csgo): Permission denied (13)
Steam/
Steam/ClientRegistry.blob
Steam/steam.log
Steam/appcache/appinfo.vdf
Steam/config/
Steam/config/config.vdf
Steam/logs/appinfo_log.txt
Steam/logs/cloud_log.txt
Steam/logs/connection_log.txt
Steam/userdata/105037343/7/remotecache.vdf
Steam/userdata/105037343/config/
Steam/userdata/105037343/config/localconfig.vdf

sent 34957 bytes  received 81195 bytes  232304.00 bytes/sec
total size is 6051936143  speedup is 52103.59
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1526) [generator=3.0.7]
LD_LIBRARY_PATH=/home/hgs4763/bin:(null)
#ConVarRef developer doesn't point to an existing ConVar
#Using breakpad minidump system
Using breakpad crash handler
#PERF WARNING: Failed to open model substitution file, cannot swap models out based on gpu_level!
#
#Console initialized.
#Hashing all VPK files for pure server operation.
#ConVarRef sv_alternateticks doesn't point to an existing ConVar
#Game.dll loaded for "Counter-Strike: Global Offensive"
#GameTypes: initializing game types interface from GameModes.txt.
#GameTypes: Creating new entry for maps/de_dust2_se.kv.
#GameTypes: merging game types interface from gamemodes_server.txt.
Server is hibernating
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.dll.
Convar developer has conflicting FCVAR_CHEAT flags (child: no FCVAR_CHEAT, parent: has FCVAR_CHEAT, parent wins)
Particles: Missing 'particles/maps/gg_vietnam.pcf'
maxplayers set to 32
Required key "game_info" missing.
Unknown command "cl_bobamt_vert"
Unknown command "cl_bobamt_lat"
Unknown command "cl_bob_lower_amt"
Unknown command "cl_viewmodel_shift_left_amt"
Unknown command "cl_viewmodel_shift_right_amt"
Unknown command "cl_teamid_min"
Unknown command "cl_teamid_max"
Unknown command "cl_teamid_overhead"
Unknown command "cl_teamid_overhead_maxdist"
Unknown command "port"
Unknown command "mat_bloom_scalefactor_scalar"
mode MP, dedicated No, ports 27015 SV / 27005 CL
---- Host_NewGame ----
Unknown command "sv_show_bot_difficulty_in_name"
#######################################
Map surf_ski_2_GO missing stringtable dictionary, don't ship this way!!!
Run with -stringtables on the command line or convar
stringtable_alwaysrebuilddictionaries enabled to build the string table
#######################################
Host_NewGame on map surf_ski_2_GO
L 09/02/2012 - 18:30:34: -------- Mapchange to surf_ski_2_GO --------
L 09/02/2012 - 18:30:34: [GEOIP] GeoIP database info: GEO-106FREE 20091001 Build 1 Copyright (c) 2009 MaxMind Inc All Rights Reserved
L 09/02/2012 - 18:30:34: [thc_rpg.smx] [Translations Manager] Successfully loaded all translation files from addons/sourcemod/translations/thc_rpg
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Server logging enabled.
Server logging data to file logs/L204_152_207_014_27015_201209021830_000.log
L 09/02/2012 - 18:30:34: Log file started (file "logs/L204_152_207_014_27015_201209021830_000.log") (game "/home/hgs4763/csgo") (version "5042")
L 09/02/2012 - 18:30:34: server_cvar: "mp_freezetime" "5"
Writing cfg/banned_user.cfg.
Writing cfg/banned_ip.cfg.
Unknown command "mp_maxplayers"
Unknown command "net_maxfilesize"
Unknown command "sv_allowupload"
Unknown command "sv_allowdownload"
L 09/02/2012 - 18:30:34: server_cvar: "mp_maxrounds" "50"
L 09/02/2012 - 18:30:34: server_cvar: "mp_roundtime" "15"
exec: couldn't exec gamemode_casual.cfg
exec: couldn't exec gamemode_casual_server.cfg
GameTypes: could not find matching map "surf_ski_2_GO".
GamesTypes: unable to set convars for map surf_ski_2_GO.bsp. Could not find matching map name.
GameTypes: could not find matching map "surf_ski_2_GO".
PlayerModelInfo: missing terrorist models for map surf_ski_2_GO. Adding the default model tm_phoenix.
GameTypes: could not find matching map "surf_ski_2_GO".
PlayerModelInfo: missing counter-terrorist models for map surf_ski_2_GO. Adding the default model ctm_st6.
GameTypes: could not find matching map "surf_ski_2_GO".
GameTypes: could not find matching map "surf_ski_2_GO".
PrecacheScriptSound 'anarchist_blank' failed, no such sound script entry
PrecacheScriptSound 'balkan_blank' failed, no such sound script entry
PrecacheScriptSound 'fbihrt_blank' failed, no such sound script entry
PrecacheScriptSound 'gign_blank' failed, no such sound script entry
Attempting to precache model, but model name is NULL
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Precache called on a point_template that has no templates: ssg08_equip_template1
Precache called on a point_template that has no templates: ssg08_equip_template1
Commentary: Could not find commentary data file 'maps/surf_ski_2_GO_commentary.txt'. 
[SourceBans] Loading configs/sourcebans.cfg config file
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 730
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(730)/version(5042)
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Logging into anonymous gameserver account.
[SM] Changed cvar "sv_airaccelerate" to "9999".
L 09/02/2012 - 18:30:34: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_airaccelerate") (value "9999")
L 09/02/2012 - 18:30:34: server_cvar: "sv_airaccelerate" "9999"
[SM] Changed cvar "sv_staminajumpcost" to "0".
L 09/02/2012 - 18:30:34: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_staminajumpcost") (value "0")
[SM] Changed cvar "sv_staminalandcost" to "0".
L 09/02/2012 - 18:30:34: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_staminalandcost") (value "0")
[SM] Changed cvar "sv_enablebunnyhopping" to "1".
L 09/02/2012 - 18:30:34: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_enablebunnyhopping") (value "1")
[SM] Changed cvar "sv_hibernate_when_empty" to "0".
L 09/02/2012 - 18:30:34: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_hibernate_when_empty") (value "0")
Server waking up from hibernation
Unknown command "cssdm_spawn_protection"
Unknown command "cssdm_prot_time"
Unknown command "cssdm_prot_ctcolor"
Unknown command "cssdm_prot_tcolor"
Unknown command "cssdm_bots_balance"
exec: couldn't exec cssdm/maps/surf_ski_2_GO.cssdm.cfg
L 09/02/2012 - 18:30:34: World triggered "Round_Start"
GameTypes: could not find matching map "surf_ski_2_GO".
L 09/02/2012 - 18:30:34: server_cvar: "sm_nextmap" "surf_skyworld"
Connection to Steam servers successful.
   Public IP is 204.152.207.14.
Assigned anonymous gameserver Steam ID [A:1:3709659137(3072)].
VAC secure mode is activated.
L 09/02/2012 - 18:30:37: Loading map "surf_ski_2_GO"
-> Reservation cookie 18600005485b155:  reason ReplyReservationRequest
Executing server command:
mapgroup mg_bomb
map surf_ski_2_GO reserved

---
L 09/02/2012 - 18:30:39: [META] Loaded 0 plugins (1 already loaded)
---- Host_Changelevel ----
L 09/02/2012 - 18:30:39: [META] Loaded 0 plugins (1 already loaded)
L 09/02/2012 - 18:30:39: Log file closed
Server logging data to file logs/L204_152_207_014_27015_201209021830_001.log
L 09/02/2012 - 18:30:39: Log file started (file "logs/L204_152_207_014_27015_201209021830_001.log") (game "/home/hgs4763/csgo") (version "5042")
L 09/02/2012 - 18:30:39: Loading map "surf_ski_2_GO"
L 09/02/2012 - 18:30:39: server cvars start
L 09/02/2012 - 18:30:39: "sv_maxspeed" = "320"
L 09/02/2012 - 18:30:39: "sv_rollangle" = "0"
L 09/02/2012 - 18:30:39: "cssdm_enabled" = "1"
L 09/02/2012 - 18:30:39: "r_AirboatViewZHeight" = "0.0"
L 09/02/2012 - 18:30:39: "sv_cheats" = "0"
L 09/02/2012 - 18:30:39: "r_VehicleViewDampen" = "1"
L 09/02/2012 - 18:30:39: "metamod_version" = "1.9.0-devV"
L 09/02/2012 - 18:30:39: "mp_allowNPCs" = "1"
L 09/02/2012 - 18:30:39: "mp_tournament" = "0"
L 09/02/2012 - 18:30:39: "sv_spec_hear" = "1"
L 09/02/2012 - 18:30:39: "mp_flashlight" = "0"
L 09/02/2012 - 18:30:39: "mp_maxrounds" = "50"
L 09/02/2012 - 18:30:39: "sv_tags" = ""
L 09/02/2012 - 18:30:39: "sv_stepsize" = "18"
L 09/02/2012 - 18:30:39: "mp_teamlist" = "hgrunt;scientist"
L 09/02/2012 - 18:30:39: "sv_alltalk" = "0"
L 09/02/2012 - 18:30:39: "mp_footsteps" = "1"
L 09/02/2012 - 18:30:39: "sv_noclipaccelerate" = "5"
L 09/02/2012 - 18:30:39: "sv_wateraccelerate" = "10"
L 09/02/2012 - 18:30:39: "sm_infinitejumping_enable" = "1"
L 09/02/2012 - 18:30:39: "mp_autocrosshair" = "1"
L 09/02/2012 - 18:30:39: "mp_stalemate_enable" = "0"
L 09/02/2012 - 18:30:39: "sourcemod_version" = "1.5.0-dev"
L 09/02/2012 - 18:30:39: "sv_autobuyammo" = "1"
L 09/02/2012 - 18:30:39: "sv_rollspeed" = "200"
L 09/02/2012 - 18:30:39: "sv_airaccelerate" = "9999"
L 09/02/2012 - 18:30:39: "mp_teams_unbalance_limit" = "1"
L 09/02/2012 - 18:30:39: "mp_timelimit" = "0"
L 09/02/2012 - 18:30:39: "sv_deadtalk" = "0"
L 09/02/2012 - 18:30:39: "sm_noblock_version" = "1.4.2"
L 09/02/2012 - 18:30:39: "mp_fadetoblack" = "0"
L 09/02/2012 - 18:30:39: "sv_waterfriction" = "1"
L 09/02/2012 - 18:30:39: "sv_competitive_official_5v5" = "0"
L 09/02/2012 - 18:30:39: "sv_steamgroup" = ""
L 09/02/2012 - 18:30:39: "coop" = "0"
L 09/02/2012 - 18:30:39: "mp_respawnwavetime" = "10.0"
L 09/02/2012 - 18:30:39: "nextlevel" = ""
L 09/02/2012 - 18:30:39: "sv_stopspeed" = "75"
L 09/02/2012 - 18:30:39: "sv_specaccelerate" = "5"
L 09/02/2012 - 18:30:39: "deathmatch" = "1"
L 09/02/2012 - 18:30:39: "tv_enable" = "0"
L 09/02/2012 - 18:30:39: "sm_advertisements_version" = "0.5.5"
L 09/02/2012 - 18:30:39: "mp_falldamage" = "0"
L 09/02/2012 - 18:30:39: "mp_freezetime" = "5"
L 09/02/2012 - 18:30:39: "sv_voiceenable" = "1"
L 09/02/2012 - 18:30:39: "sv_bounce" = "0"
L 09/02/2012 - 18:30:39: "mp_disable_respawn_times" = "0"
L 09/02/2012 - 18:30:39: "r_AirboatViewDampenFreq" = "7.0"
L 09/02/2012 - 18:30:39: "mp_weaponstay" = "0"
L 09/02/2012 - 18:30:39: "mp_hostagepenalty" = "13"
L 09/02/2012 - 18:30:39: "mp_friendlyfire" = "0"
L 09/02/2012 - 18:30:39: "sv_noclipspeed" = "5"
L 09/02/2012 - 18:30:39: "sv_allchat" = "1"
L 09/02/2012 - 18:30:39: "r_JeepViewDampenDamp" = "1.0"
L 09/02/2012 - 18:30:39: "mp_c4timer" = "45"
L 09/02/2012 - 18:30:39: "r_AirboatViewDampenDamp" = "1.0"
L 09/02/2012 - 18:30:39: "sv_competitive_minspec" = "1"
L 09/02/2012 - 18:30:39: "sm_nextmap" = "surf_skyworld"
L 09/02/2012 - 18:30:39: "mp_stalemate_at_timelimit" = "0"
L 09/02/2012 - 18:30:39: "sv_footsteps" = "1"
L 09/02/2012 - 18:30:39: "mp_limitteams" = "2"
L 09/02/2012 - 18:30:39: "sb_version" = "1.4.9"
L 09/02/2012 - 18:30:39: "tv_relaypassword" = ""
L 09/02/2012 - 18:30:39: "mp_teamplay" = "0"
L 09/02/2012 - 18:30:39: "sm_cannounce_version" = "1.3"
L 09/02/2012 - 18:30:39: "r_JeepViewDampenFreq" = "7.0"
L 09/02/2012 - 18:30:39: "sv_specnoclip" = "1"
L 09/02/2012 - 18:30:39: "sv_friction" = "4.8"
L 09/02/2012 - 18:30:39: "mp_autoteambalance" = "1"
L 09/02/2012 - 18:30:39: "sv_contact" = ""
L 09/02/2012 - 18:30:39: "mp_roundtime" = "15"
L 09/02/2012 - 18:30:39: "mp_fraglimit" = "0"
L 09/02/2012 - 18:30:39: "thc_rpg_version" = "0.8.6_stable"
L 09/02/2012 - 18:30:39: "mp_forcerespawn" = "1"
L 09/02/2012 - 18:30:39: "decalfrequency" = "10"
L 09/02/2012 - 18:30:39: "mp_winlimit" = "0"
L 09/02/2012 - 18:30:39: "sv_accelerate" = "5.6"
L 09/02/2012 - 18:30:39: "cssdm_ffa_enabled" = "0"
L 09/02/2012 - 18:30:39: "cssdm_version" = "2.1.6-dev"
L 09/02/2012 - 18:30:39: "sv_gravity" = "800"
L 09/02/2012 - 18:30:39: "sv_password" = ""
L 09/02/2012 - 18:30:39: "sm_infinitejumping_version" = "2.14.40"
L 09/02/2012 - 18:30:39: "r_JeepViewZHeight" = "10.0"
L 09/02/2012 - 18:30:39: "tv_password" = ""
L 09/02/2012 - 18:30:39: "sv_specspeed" = "3"
L 09/02/2012 - 18:30:39: server cvars end
L 09/02/2012 - 18:30:39: Started map "surf_ski_2_GO" (CRC "600995893")
L 09/02/2012 - 18:30:39: -------- Mapchange to surf_ski_2_GO --------
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Server logging enabled.
L 09/02/2012 - 18:30:39: Log file closed
Server logging data to file logs/L204_152_207_014_27015_201209021830_002.log
L 09/02/2012 - 18:30:39: Log file started (file "logs/L204_152_207_014_27015_201209021830_002.log") (game "/home/hgs4763/csgo") (version "5042")
Writing cfg/banned_user.cfg.
Writing cfg/banned_ip.cfg.
Unknown command "mp_maxplayers"
Unknown command "net_maxfilesize"
Unknown command "sv_allowupload"
Unknown command "sv_allowdownload"
exec: couldn't exec gamemode_casual.cfg
exec: couldn't exec gamemode_casual_server.cfg
GameTypes: could not find matching map "surf_ski_2_GO".
GamesTypes: unable to set convars for map surf_ski_2_GO.bsp. Could not find matching map name.
Attempting to precache model, but model name is NULL
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Precache called on a point_template that has no templates: ssg08_equip_template1
Precache called on a point_template that has no templates: ssg08_equip_template1
Commentary: Could not find commentary data file 'maps/surf_ski_2_GO_commentary.txt'. 
[SourceBans] Loading configs/sourcebans.cfg config file
[SM] Changed cvar "sv_airaccelerate" to "9999".
L 09/02/2012 - 18:30:39: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_airaccelerate") (value "9999")
[SM] Changed cvar "sv_staminajumpcost" to "0".
L 09/02/2012 - 18:30:39: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_staminajumpcost") (value "0")
[SM] Changed cvar "sv_staminalandcost" to "0".
L 09/02/2012 - 18:30:39: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_staminalandcost") (value "0")
[SM] Changed cvar "sv_enablebunnyhopping" to "1".
L 09/02/2012 - 18:30:39: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_enablebunnyhopping") (value "1")
[SM] Changed cvar "sv_hibernate_when_empty" to "0".
L 09/02/2012 - 18:30:39: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_hibernate_when_empty") (value "0")
Unknown command "cssdm_spawn_protection"
Unknown command "cssdm_prot_time"
Unknown command "cssdm_prot_ctcolor"
Unknown command "cssdm_prot_tcolor"
Unknown command "cssdm_bots_balance"
exec: couldn't exec cssdm/maps/surf_ski_2_GO.cssdm.cfg
L 09/02/2012 - 18:30:39: World triggered "Round_Start"
GameTypes: could not find matching map "surf_ski_2_GO".
L 09/02/2012 - 18:30:39: "President Evil<2><STEAM_1:1:32803747><>" connected, address "24.21.140.119:27005"
Client "President Evil" connected (24.21.140.119:27005).
GameTypes: could not find matching map "surf_ski_2_GO".
GameTypes: could not find matching map "surf_ski_2_GO".
GameTypes: could not find matching map "surf_ski_2_GO".
GameTypes: could not find matching map "surf_ski_2_GO".
L 09/02/2012 - 18:30:40: "President Evil<2><STEAM_1:1:32803747><>" STEAM USERID validated
PutClientInServer: no info_player_start on level
L 09/02/2012 - 18:30:44: "President Evil<2><STEAM_1:1:32803747><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:30:46: "President Evil<2><STEAM_1:1:32803747><Unassigned>" triggered "clantag" (value "")
L 09/02/2012 - 18:30:46: "President Evil<2><STEAM_1:1:32803747><Unassigned>" triggered "clantag" (value "ȘlayerȘ")
[STEAM_1:1:32803747] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 18:30:48: "President Evil<2><STEAM_1:1:32803747><Unassigned>" joined team "CT"
Game will not start until both teams have players.
Game will not start until both teams have players.
L 09/02/2012 - 18:31:53: "dB|Radio Red<3><STEAM_1:1:30258077><>" connected, address "173.71.43.25:27005"
Client "dB|Radio Red" connected (173.71.43.25:27005).
L 09/02/2012 - 18:31:54: "dB|Radio Red<3><STEAM_1:1:30258077><>" STEAM USERID validated
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
PutClientInServer: no info_player_start on level
L 09/02/2012 - 18:31:56: "dB|Radio Red<3><STEAM_1:1:30258077><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:30258077] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 18:32:01: "dB|Radio Red<3><STEAM_1:1:30258077><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 18:32:01: World triggered "Game_Commencing"
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:32:07: World triggered "Round_Start"
L 09/02/2012 - 18:32:45: "rastamasta<4><STEAM_1:0:22577405><>" connected, address "69.112.162.72:49153"
Client "rastamasta" connected (69.112.162.72:49153).
L 09/02/2012 - 18:32:45: "rastamasta<4><STEAM_1:0:22577405><>" STEAM USERID validated
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
PutClientInServer: no info_player_start on level
L 09/02/2012 - 18:33:13: "rastamasta<4><STEAM_1:0:22577405><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:22577405] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 18:33:21: "rastamasta<4><STEAM_1:0:22577405><Unassigned>" joined team "CT"
[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle7.mp3 ( 1 23965 5d9d ) could not open file to hash ( benign for now ) : 44b28fb333ec2c240f8eddddf0ed2049 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle6.mp3 ( 1 43400 a988 ) could not open file to hash ( benign for now ) : 9cdf9760cb9a13d3e54770930d2e448e : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_pain6.mp3 ( 1 34617 8739 ) could not open file to hash ( benign for now ) : f04ddcc30e3df7e419a4617ee59042b2 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle5.mp3 ( 1 32115 7d73 ) could not open file to hash ( benign for now ) : 17457b7bdb9187a06be84eb3793928ad : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_pain5.mp3 ( 1 31482 7afa ) could not open file to hash ( benign for now ) : 1f1a7155fcbc00da7f5aabb06dc6332a : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_pain4.mp3 ( 1 19570 4c72 ) could not open file to hash ( benign for now ) : 85657a92080a99626c8d9f911ed7587d : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle4.mp3 ( 1 17696 4520 ) could not open file to hash ( benign for now ) : 1c43109683e2414bd4832e843ca2878b : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_pain2.mp3 ( 1 20824 5158 ) could not open file to hash ( benign for now ) : e01530708fdc8bee19510cb73a35f025 : 

[STEAM_1:0:22577405] Pure server: file: GAME\materials/overlays\zr\zvision.vmt ( 1 237 ed ) could not open file to hash ( benign for now ) : 25bee7b1cbbce5fc3af738da682c2417 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle2.mp3 ( 1 20204 4eec ) could not open file to hash ( benign for now ) : 1905c91a57ae5a70e97418fd4c2c1bdb : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle3.mp3 ( 1 18323 4793 ) could not open file to hash ( benign for now ) : d7c4461ce1d60ecb50046e1fe0ae91e7 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_pain3.mp3 ( 1 16435 4033 ) could not open file to hash ( benign for now ) : 41de22b254d2da7c7653f2611084289f : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_pain1.mp3 ( 1 24585 6009 ) could not open file to hash ( benign for now ) : 28817d469ca0e23b7c1fbd92a75faa20 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle1.mp3 ( 1 22711 58b7 ) could not open file to hash ( benign for now ) : f1d6f4dea1a7d8165f0f525e4e7a9e02 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zr_ambience.mp3 ( 1 965948 ebd3c ) could not open file to hash ( benign for now ) : 82b08284979cbd47664e3453d47a0f6a : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_die2.mp3 ( 1 30227 7613 ) could not open file to hash ( benign for now ) : f4793dc77044022ce11872c6c1471699 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_die3.mp3 ( 1 32734 7fde ) could not open file to hash ( benign for now ) : e9900b8937e1543ff321d8d1ee803aa9 : 

CreateInstance called on a point_template that has no templates: ssg08_equip_template1
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_die1.mp3 ( 1 36496 8e90 ) could not open file to hash ( benign for now ) : 7bfb11c6d1d532ead27a58c22e8abff0 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle14.mp3 ( 1 39640 9ad8 ) could not open file to hash ( benign for now ) : fa51bae60d05bf5de6563f7e7cc366b6 : 

CreateInstance called on a point_template that has no templates: ssg08_equip_template1
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle12.mp3 ( 1 29609 73a9 ) could not open file to hash ( benign for now ) : 07b8b758b23e14b987be19220b287932 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle9.mp3 ( 1 36504 8e98 ) could not open file to hash ( benign for now ) : 9e55975fd8f2031d395f57120c30063d : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\fz_scream1.mp3 ( 1 41511 a227 ) could not open file to hash ( benign for now ) : f98d26d1956fac347f1b7e934162975c : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle8.mp3 ( 1 40266 9d4a ) could not open file to hash ( benign for now ) : 1f4e7beac455afa1adf8209c37161a65 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle13.mp3 ( 1 26474 676a ) could not open file to hash ( benign for now ) : 2b05032dd5c54aa8e93dda5718919f8f : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle10.mp3 ( 1 28982 7136 ) could not open file to hash ( benign for now ) : 48dd0c7a55270bec576a805f4eccebe0 : 

[STEAM_1:0:22577405] Pure server: file: GAME\sound\music\zr\zombie_voice_idle11.mp3 ( 1 28982 7136 ) could not open file to hash ( benign for now ) : c9470e89a5f15e8a02eac40559e20479 : 

L 09/02/2012 - 18:34:10: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" with "knife"
L 09/02/2012 - 18:34:10: Team "CT" triggered "SFUI_Notice_CTs_Win" (CT "1") (T "0")
L 09/02/2012 - 18:34:10: Team "CT" scored "1" with "2" players
L 09/02/2012 - 18:34:10: Team "TERRORIST" scored "0" with "1" players
L 09/02/2012 - 18:34:10: World triggered "Round_End"
Attempting to precache model, but model name is NULL
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:34:22: World triggered "Round_Start"
L 09/02/2012 - 18:35:17: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:36:37: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" with "m4a1"
L 09/02/2012 - 18:36:37: Team "CT" triggered "SFUI_Notice_CTs_Win" (CT "2") (T "0")
L 09/02/2012 - 18:36:37: Team "CT" scored "2" with "2" players
L 09/02/2012 - 18:36:37: Team "TERRORIST" scored "0" with "1" players
L 09/02/2012 - 18:36:37: World triggered "Round_End"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:36:42: "Deforcegamer<5><STEAM_1:1:28479287><>" connected, address "75.156.88.108:27005"
Client "Deforcegamer" connected (75.156.88.108:27005).
L 09/02/2012 - 18:36:42: "Deforcegamer<5><STEAM_1:1:28479287><>" STEAM USERID validated
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Attempting to precache model, but model name is NULL
dB|Radio Red: rpg
L 09/02/2012 - 18:36:48: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "rpg"
L 09/02/2012 - 18:36:49: World triggered "Round_Start"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:36:55: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "deagle" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:37:26: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1" (headshot)
Attempting to precache model, but model name is NULL
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
PutClientInServer: no info_player_start on level
L 09/02/2012 - 18:37:38: "Deforcegamer<5><STEAM_1:1:28479287><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:37:40: "Deforcegamer<5><STEAM_1:1:28479287><Unassigned>" triggered "clantag" (value "")
L 09/02/2012 - 18:37:40: "Deforcegamer<5><STEAM_1:1:28479287><Unassigned>" triggered "clantag" (value "=USE=")
[STEAM_1:1:28479287] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: player: Out-of-range value (3000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
L 09/02/2012 - 18:37:45: "Deforcegamer<5><STEAM_1:1:28479287><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 18:37:59: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1" (headshot)
Attempting to precache model, but model name is NULL
DataTable warning: (class player): Out-of-range value (-2400.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
DataTable warning: (class player): Out-of-range value (-2400.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
L 09/02/2012 - 18:38:10: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "sg556"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:38:35: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" committed suicide with "world"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:38:39: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "sg556"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:38:51: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" with "m4a1"
L 09/02/2012 - 18:38:51: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:39:02: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1" (headshot)
Attempting to precache model, but model name is NULL
rastamasta: guys
L 09/02/2012 - 18:39:13: "rastamasta<4><STEAM_1:0:22577405><CT>" say "guys"
L 09/02/2012 - 18:39:13: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "deagle" (headshot)
Attempting to precache model, but model name is NULL
dB|Radio Red: oh sorry
L 09/02/2012 - 18:39:18: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "oh sorry"
rastamasta: how do you slide?
L 09/02/2012 - 18:39:18: "rastamasta<4><STEAM_1:0:22577405><CT>" say "how do you slide?"
rastamasta: please tell me
L 09/02/2012 - 18:39:26: "rastamasta<4><STEAM_1:0:22577405><CT>" say "please tell me"
Deforcegamer: skills
L 09/02/2012 - 18:39:27: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" say "skills"
Deforcegamer: ok
L 09/02/2012 - 18:39:29: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" say "ok"
Deforcegamer: pretend
L 09/02/2012 - 18:39:32: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" say "pretend"
dB|Radio Red: when you're on the ramp hold down d if you're on the left side or a on the right side never hold down w
L 09/02/2012 - 18:39:33: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "when you're on the ramp hold down d if you're on the left side or a on the right side never hold down w"
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
L 09/02/2012 - 18:40:01: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 18:40:28: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "galilar" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:40:40: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "deagle" (headshot)
*DEAD* rastamasta: only a and d right?
L 09/02/2012 - 18:40:41: "rastamasta<4><STEAM_1:0:22577405><CT>" say "only a and d right?"
Attempting to precache model, but model name is NULL
rastamasta: it doesnt go that far
L 09/02/2012 - 18:40:50: "rastamasta<4><STEAM_1:0:22577405><CT>" say "it doesnt go that far"
L 09/02/2012 - 18:41:04: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" with "m4a1" (headshot)
*DEAD* dB|Radio Red: also your mouse up if you're falling
L 09/02/2012 - 18:41:05: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "also your mouse up if you're falling"
L 09/02/2012 - 18:41:07: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" with "m4a1"
Attempting to precache model, but model name is NULL
dB|Radio Red: you get use to it over time
L 09/02/2012 - 18:41:22: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "you get use to it over time"
rastamasta: alright
L 09/02/2012 - 18:41:30: "rastamasta<4><STEAM_1:0:22577405><CT>" say "alright"
rastamasta: thanks
L 09/02/2012 - 18:41:32: "rastamasta<4><STEAM_1:0:22577405><CT>" say "thanks"
rastamasta: thats all?
L 09/02/2012 - 18:41:34: "rastamasta<4><STEAM_1:0:22577405><CT>" say "thats all?"
rastamasta: the buttons i mean
L 09/02/2012 - 18:41:38: "rastamasta<4><STEAM_1:0:22577405><CT>" say "the buttons i mean"
dB|Radio Red: yeah
L 09/02/2012 - 18:41:42: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "yeah"
rastamasta: hold a and d?
L 09/02/2012 - 18:41:43: "rastamasta<4><STEAM_1:0:22577405><CT>" say "hold a and d?"
dB|Radio Red: yeah
L 09/02/2012 - 18:41:46: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "yeah"
rastamasta: aiit
L 09/02/2012 - 18:41:49: "rastamasta<4><STEAM_1:0:22577405><CT>" say "aiit"
L 09/02/2012 - 18:42:30: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" with "knife"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:42:39: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:42:44: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 18:42:53: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" committed suicide with "world"
dB|Radio Red: what
L 09/02/2012 - 18:42:55: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "what"
L 09/02/2012 - 18:43:01: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" with "m4a1"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:43:05: "PallasAthena<6><STEAM_1:0:19229202><>" connected, address "71.106.82.177:27005"
Client "PallasAthena" connected (71.106.82.177:27005).
L 09/02/2012 - 18:43:06: "PallasAthena<6><STEAM_1:0:19229202><>" STEAM USERID validated
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
PutClientInServer: no info_player_start on level
L 09/02/2012 - 18:43:09: "PallasAthena<6><STEAM_1:0:19229202><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:43:10: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" with "knife"
[STEAM_1:0:19229202] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 18:43:13: "PallasAthena<6><STEAM_1:0:19229202><Unassigned>" joined team "CT"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:43:28: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1"
L 09/02/2012 - 18:43:29: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" committed suicide with "world"
Deforcegamer: /guns
L 09/02/2012 - 18:43:29: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" say "/guns"
Attempting to precache model, but model name is NULL
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:43:46: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:43:49: "Deforcegamer<5><STEAM_1:1:28479287><TERRORIST>" disconnected (reason "Disconnect by user.")
Dropped Deforcegamer from server (Disconnect by user.)
L 09/02/2012 - 18:44:03: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1" (headshot)
Attempting to precache model, but model name is NULL
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
L 09/02/2012 - 18:44:40: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "knife"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:44:55: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 18:44:55: Team "CT" triggered "SFUI_Notice_CTs_Win" (CT "3") (T "0")
L 09/02/2012 - 18:44:55: Team "CT" scored "3" with "3" players
L 09/02/2012 - 18:44:55: Team "TERRORIST" scored "0" with "1" players
L 09/02/2012 - 18:44:55: World triggered "Round_End"
Attempting to precache model, but model name is NULL
dB|Radio Red: nice 700%
L 09/02/2012 - 18:45:02: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "nice 700%"
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Attempting to precache model, but model name is NULL
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:45:07: World triggered "Round_Start"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:45:10: "PallasAthena<6><STEAM_1:0:19229202><CT>" killed "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" with "m4a1"
L 09/02/2012 - 18:45:10: Team "CT" triggered "SFUI_Notice_CTs_Win" (CT "4") (T "0")
L 09/02/2012 - 18:45:10: Team "CT" scored "4" with "3" players
L 09/02/2012 - 18:45:10: Team "TERRORIST" scored "0" with "1" players
L 09/02/2012 - 18:45:10: World triggered "Round_End"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:45:17: "PallasAthena<6><STEAM_1:0:19229202><CT>" joined team "TERRORIST"
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Attempting to precache model, but model name is NULL
Attempting to precache model, but model name is NULL
dB|Radio Red: oh damn i cant die or my team loses.
L 09/02/2012 - 18:45:18: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "oh damn i cant die or my team loses."
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:45:22: World triggered "Round_Start"
dB|Radio Red: nvm
L 09/02/2012 - 18:45:23: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "nvm"
L 09/02/2012 - 18:45:36: "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><>" connected, address "108.38.175.225:27005"
Client "-MCG{A}-Glamis Dune Trash" connected (108.38.175.225:27005).
L 09/02/2012 - 18:45:37: "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><>" STEAM USERID validated
L 09/02/2012 - 18:45:42: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "PallasAthena<6><STEAM_1:0:19229202><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 18:45:45: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1"
Attempting to precache model, but model name is NULL
Attempting to precache model, but model name is NULL
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
PutClientInServer: no info_player_start on level
L 09/02/2012 - 18:45:49: "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:45:52: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "knife"
[STEAM_1:1:13910490] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:46:10: "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 18:46:15: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1" (headshot)
[STEAM_1:1:13910490] Pure server: file: GAME\pak01_000.vpk ( 1 0 00000000 100000 ) unrecognized vpk file : 66e96cc0fef7da0e2a982cc47110091a : 

Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:46:24: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "m4a1" (headshot)
L 09/02/2012 - 18:46:33: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><TERRORIST>" with "m4a1"
L 09/02/2012 - 18:46:36: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "PallasAthena<6><STEAM_1:0:19229202><TERRORIST>" with "knife"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:46:45: "rastamasta<4><STEAM_1:0:22577405><CT>" committed suicide with "world"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:47:02: "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 18:47:10: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" committed suicide with "world"
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
Attempting to precache model, but model name is NULL
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
CreateInstance called on a point_template that has no templates: ssg08_equip_template1
L 09/02/2012 - 18:47:13: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "PallasAthena<6><STEAM_1:0:19229202><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 18:47:18: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 18:47:31: "rastamasta<4><STEAM_1:0:22577405><CT>" killed "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" with "m4a1"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:47:38: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "deagle"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:47:45: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "m4a1" (headshot)
L 09/02/2012 - 18:47:55: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "knife"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:48:05: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "knife"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:48:18: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "m4a1" (headshot)
L 09/02/2012 - 18:48:27: "PallasAthena<6><STEAM_1:0:19229202><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "awp"
Attempting to precache model, but model name is NULL
-MCG{A}-Glamis Dune Trash: rpg
L 09/02/2012 - 18:48:33: "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><TERRORIST>" say "rpg"
L 09/02/2012 - 18:48:51: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" committed suicide with "world"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:49:06: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "m4a1" (headshot)
L 09/02/2012 - 18:49:19: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:49:25: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "rastamasta<4><STEAM_1:0:22577405><CT>" with "m4a1"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:49:34: "rastamasta<4><STEAM_1:0:22577405><CT>" disconnected (reason "Disconnect by user.")
Dropped rastamasta from server (Disconnect by user.)
L 09/02/2012 - 18:49:38: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "deagle" (headshot)
L 09/02/2012 - 18:49:38: Team "TERRORIST" triggered "SFUI_Notice_Terrorists_Win" (CT "4") (T "1")
L 09/02/2012 - 18:49:38: Team "CT" scored "4" with "1" players
L 09/02/2012 - 18:49:38: Team "TERRORIST" scored "1" with "3" players
L 09/02/2012 - 18:49:38: World triggered "Round_End"
-MCG{A}-Glamis Dune Trash: oh thanks
L 09/02/2012 - 18:49:44: "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><TERRORIST>" say "oh thanks"
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Attempting to precache model, but model name is NULL
dB|Radio Red: rpg
L 09/02/2012 - 18:49:50: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "rpg"
L 09/02/2012 - 18:49:51: World triggered "Round_Start"
L 09/02/2012 - 18:50:12: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" committed suicide with "world"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:50:19: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" committed suicide with "world"
Attempting to precache model, but model name is NULL
dB|Radio Red: cant join ct
L 09/02/2012 - 18:50:26: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" say "cant join ct"
L 09/02/2012 - 18:50:30: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 18:50:30: "dB|Radio Red<3><STEAM_1:1:30258077><TERRORIST>" joined team "Spectator"
*SPEC* dB|Radio Red: now cant even play.
L 09/02/2012 - 18:50:40: "dB|Radio Red<3><STEAM_1:1:30258077><Spectator>" say "now cant even play."
L 09/02/2012 - 18:50:54: "dB|Radio Red<3><STEAM_1:1:30258077><Spectator>" disconnected (reason "Disconnect by user.")
Dropped dB|Radio Red from server (Disconnect by user.)
-MCG{A}-Glamis Dune Trash: man i suck at these
L 09/02/2012 - 18:50:55: "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><TERRORIST>" say "man i suck at these"
L 09/02/2012 - 18:51:00: "dB|Radio Red<8><STEAM_1:1:30258077><>" connected, address "173.71.43.25:27005"
Client "dB|Radio Red" connected (173.71.43.25:27005).
L 09/02/2012 - 18:51:00: "dB|Radio Red<8><STEAM_1:1:30258077><>" STEAM USERID validated
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
PutClientInServer: no info_player_start on level
L 09/02/2012 - 18:51:02: "dB|Radio Red<8><STEAM_1:1:30258077><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:30258077] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 18:51:08: "dB|Radio Red<8><STEAM_1:1:30258077><Unassigned>" joined team "CT"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:51:39: "PallasAthena<6><STEAM_1:0:19229202><TERRORIST>" killed "dB|Radio Red<8><STEAM_1:1:30258077><CT>" with "awp"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:51:59: "dB|Radio Red<8><STEAM_1:1:30258077><CT>" killed "PallasAthena<6><STEAM_1:0:19229202><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 18:52:12: "-MCG{A}-Glamis Dune Trash<7><STEAM_1:1:13910490><TERRORIST>" disconnected (reason "Disconnect by user.")
Dropped -MCG{A}-Glamis Dune Trash from server (Disconnect by user.)
L 09/02/2012 - 18:52:38: "PallasAthena<6><STEAM_1:0:19229202><TERRORIST>" killed "dB|Radio Red<8><STEAM_1:1:30258077><CT>" with "awp"
L 09/02/2012 - 18:52:46: "dB|Radio Red<8><STEAM_1:1:30258077><CT>" killed "PallasAthena<6><STEAM_1:0:19229202><TERRORIST>" with "awp"
L 09/02/2012 - 18:52:46: Team "CT" triggered "SFUI_Notice_CTs_Win" (CT "5") (T "1")
L 09/02/2012 - 18:52:46: Team "CT" scored "5" with "2" players
L 09/02/2012 - 18:52:46: Team "TERRORIST" scored "1" with "1" players
L 09/02/2012 - 18:52:46: World triggered "Round_End"
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
L 09/02/2012 - 18:52:57: "PallasAthena<6><STEAM_1:0:19229202><TERRORIST>" disconnected (reason "Disconnect by user.")
Game will not start until both teams have players.
Dropped PallasAthena from server (Disconnect by user.)
L 09/02/2012 - 18:52:58: World triggered "Round_Start"
L 09/02/2012 - 18:53:03: "dB|Radio Red<8><STEAM_1:1:30258077><CT>" joined team "TERRORIST"
L 09/02/2012 - 18:53:03: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 18:53:03: World triggered "Game_Commencing"
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
L 09/02/2012 - 18:53:08: World triggered "Round_Start"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:53:49: "President Evil<2><STEAM_1:1:32803747><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "ssg08" (headshot)
L 09/02/2012 - 18:53:49: Team "CT" triggered "SFUI_Notice_CTs_Win" (CT "1") (T "0")
L 09/02/2012 - 18:53:49: Team "CT" scored "1" with "1" players
L 09/02/2012 - 18:53:49: Team "TERRORIST" scored "0" with "1" players
L 09/02/2012 - 18:53:49: World triggered "Round_End"
President Evil: lol
L 09/02/2012 - 18:53:51: "President Evil<2><STEAM_1:1:32803747><CT>" say "lol"
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
dB|Radio Red: you can shoot through that?
L 09/02/2012 - 18:53:57: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "you can shoot through that?"
L 09/02/2012 - 18:54:01: World triggered "Round_Start"
L 09/02/2012 - 18:54:03: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "knife"
L 09/02/2012 - 18:54:03: Team "TERRORIST" triggered "SFUI_Notice_Terrorists_Win" (CT "1") (T "1")
L 09/02/2012 - 18:54:03: Team "CT" scored "1" with "1" players
L 09/02/2012 - 18:54:03: Team "TERRORIST" scored "1" with "1" players
L 09/02/2012 - 18:54:03: World triggered "Round_End"
*DEAD* President Evil: yes
L 09/02/2012 - 18:54:04: "President Evil<2><STEAM_1:1:32803747><CT>" say "yes"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:54:06: "trevnub<9><STEAM_1:1:15881959><>" connected, address "67.161.60.31:27005"
Client "trevnub" connected (67.161.60.31:27005).
L 09/02/2012 - 18:54:06: "trevnub<9><STEAM_1:1:15881959><>" STEAM USERID validated
President Evil: LOL
L 09/02/2012 - 18:54:06: "President Evil<2><STEAM_1:1:32803747><CT>" say "LOL"
dB|Radio Red: lol
L 09/02/2012 - 18:54:08: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "lol"
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
L 09/02/2012 - 18:54:15: World triggered "Round_Start"
L 09/02/2012 - 18:54:21: "trevnub<9><STEAM_1:1:15881959><>" disconnected (reason "trevnub timed out")
Dropped trevnub from server (trevnub timed out)
President Evil: brb
L 09/02/2012 - 18:54:28: "President Evil<2><STEAM_1:1:32803747><CT>" say "brb"
L 09/02/2012 - 18:54:30: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "awp" (headshot)
L 09/02/2012 - 18:54:30: Team "TERRORIST" triggered "SFUI_Notice_Terrorists_Win" (CT "1") (T "2")
L 09/02/2012 - 18:54:30: Team "CT" scored "1" with "1" players
L 09/02/2012 - 18:54:30: Team "TERRORIST" scored "2" with "1" players
L 09/02/2012 - 18:54:30: World triggered "Round_End"
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Attempting to precache model, but model name is NULL
L 09/02/2012 - 18:54:42: World triggered "Round_Start"
L 09/02/2012 - 18:55:39: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "awp" (headshot)
L 09/02/2012 - 18:55:39: Team "TERRORIST" triggered "SFUI_Notice_Terrorists_Win" (CT "1") (T "3")
L 09/02/2012 - 18:55:39: Team "CT" scored "1" with "1" players
L 09/02/2012 - 18:55:39: Team "TERRORIST" scored "3" with "1" players
L 09/02/2012 - 18:55:39: World triggered "Round_End"
L 09/02/2012 - 18:55:41: "Toxicity<10><STEAM_1:0:33436980><>" connected, address "99.89.48.226:27005"
Client "Toxicity" connected (99.89.48.226:27005).
L 09/02/2012 - 18:55:41: "Toxicity<10><STEAM_1:0:33436980><>" STEAM USERID validated
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
Couldn't find any entities named ssg08_equip1, which point_template ssg08_equip_template1 is specifying.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:55:51: World triggered "Round_Start"
PutClientInServer: no info_player_start on level
L 09/02/2012 - 18:55:52: "Toxicity<10><STEAM_1:0:33436980><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:33436980] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 18:55:59: "Toxicity<10><STEAM_1:0:33436980><Unassigned>" joined team "CT"
L 09/02/2012 - 18:56:04: [mapchooser.smx] Starting map vote because outside request
L 09/02/2012 - 18:56:04: [mapchooser.smx] Voting for next map has started.
President Evil: rtv
L 09/02/2012 - 18:56:04: "President Evil<2><STEAM_1:1:32803747><CT>" say "rtv"
Toxicity: hey cutie ;)
L 09/02/2012 - 18:56:09: "Toxicity<10><STEAM_1:0:33436980><CT>" say "hey cutie ;)"
President Evil: hi
L 09/02/2012 - 18:56:12: "President Evil<2><STEAM_1:1:32803747><CT>" say "hi"
L 09/02/2012 - 18:56:15: [mapchooser.smx] Voting for next map has finished. Nextmap: surf_dustwave_b1.
L 09/02/2012 - 18:56:17: [SM] Changed map to "surf_dustwave_b1"
L 09/02/2012 - 18:56:17: [META] Loaded 0 plugins (1 already loaded)
---- Host_Changelevel ----
L 09/02/2012 - 18:56:17: [META] Loaded 0 plugins (1 already loaded)
L 09/02/2012 - 18:56:17: Log file closed
Server logging data to file logs/L204_152_207_014_27015_201209021856_000.log
L 09/02/2012 - 18:56:17: Log file started (file "logs/L204_152_207_014_27015_201209021856_000.log") (game "/home/hgs4763/csgo") (version "5042")
L 09/02/2012 - 18:56:17: Loading map "surf_dustwave_b1"
L 09/02/2012 - 18:56:17: server cvars start
L 09/02/2012 - 18:56:17: "sv_maxspeed" = "320"
L 09/02/2012 - 18:56:17: "sv_rollangle" = "0"
L 09/02/2012 - 18:56:17: "cssdm_enabled" = "1"
L 09/02/2012 - 18:56:17: "r_AirboatViewZHeight" = "0.0"
L 09/02/2012 - 18:56:17: "sv_cheats" = "0"
L 09/02/2012 - 18:56:17: "r_VehicleViewDampen" = "1"
L 09/02/2012 - 18:56:17: "metamod_version" = "1.9.0-devV"
L 09/02/2012 - 18:56:17: "mp_allowNPCs" = "1"
L 09/02/2012 - 18:56:17: "mp_tournament" = "0"
L 09/02/2012 - 18:56:17: "sv_spec_hear" = "1"
L 09/02/2012 - 18:56:17: "mp_flashlight" = "0"
L 09/02/2012 - 18:56:17: "mp_maxrounds" = "50"
L 09/02/2012 - 18:56:17: "sv_tags" = ""
L 09/02/2012 - 18:56:17: "sv_stepsize" = "18"
L 09/02/2012 - 18:56:17: "mp_teamlist" = "hgrunt;scientist"
L 09/02/2012 - 18:56:17: "sv_alltalk" = "0"
L 09/02/2012 - 18:56:17: "mp_footsteps" = "1"
L 09/02/2012 - 18:56:17: "sv_noclipaccelerate" = "5"
L 09/02/2012 - 18:56:17: "sv_wateraccelerate" = "10"
L 09/02/2012 - 18:56:17: "sm_infinitejumping_enable" = "1"
L 09/02/2012 - 18:56:17: "mp_autocrosshair" = "1"
L 09/02/2012 - 18:56:17: "mp_stalemate_enable" = "0"
L 09/02/2012 - 18:56:17: "sourcemod_version" = "1.5.0-dev"
L 09/02/2012 - 18:56:17: "sv_autobuyammo" = "1"
L 09/02/2012 - 18:56:17: "sv_rollspeed" = "200"
L 09/02/2012 - 18:56:17: "sv_airaccelerate" = "9999"
L 09/02/2012 - 18:56:17: "mp_teams_unbalance_limit" = "1"
L 09/02/2012 - 18:56:17: "mp_timelimit" = "0"
L 09/02/2012 - 18:56:17: "sv_deadtalk" = "0"
L 09/02/2012 - 18:56:17: "sm_noblock_version" = "1.4.2"
L 09/02/2012 - 18:56:17: "mp_fadetoblack" = "0"
L 09/02/2012 - 18:56:17: "sv_waterfriction" = "1"
L 09/02/2012 - 18:56:17: "sv_competitive_official_5v5" = "0"
L 09/02/2012 - 18:56:17: "sv_steamgroup" = ""
L 09/02/2012 - 18:56:17: "coop" = "0"
L 09/02/2012 - 18:56:17: "mp_respawnwavetime" = "10.0"
L 09/02/2012 - 18:56:17: "nextlevel" = ""
L 09/02/2012 - 18:56:17: "sv_stopspeed" = "75"
L 09/02/2012 - 18:56:17: "sv_specaccelerate" = "5"
L 09/02/2012 - 18:56:17: "deathmatch" = "1"
L 09/02/2012 - 18:56:17: "tv_enable" = "0"
L 09/02/2012 - 18:56:17: "sm_advertisements_version" = "0.5.5"
L 09/02/2012 - 18:56:17: "mp_falldamage" = "0"
L 09/02/2012 - 18:56:17: "mp_freezetime" = "5"
L 09/02/2012 - 18:56:17: "sv_voiceenable" = "1"
L 09/02/2012 - 18:56:17: "sv_bounce" = "0"
L 09/02/2012 - 18:56:17: "mp_disable_respawn_times" = "0"
L 09/02/2012 - 18:56:17: "r_AirboatViewDampenFreq" = "7.0"
L 09/02/2012 - 18:56:17: "mp_weaponstay" = "0"
L 09/02/2012 - 18:56:17: "mp_hostagepenalty" = "13"
L 09/02/2012 - 18:56:17: "mp_friendlyfire" = "0"
L 09/02/2012 - 18:56:17: "sv_noclipspeed" = "5"
L 09/02/2012 - 18:56:17: "sv_allchat" = "1"
L 09/02/2012 - 18:56:17: "r_JeepViewDampenDamp" = "1.0"
L 09/02/2012 - 18:56:17: "mp_c4timer" = "45"
L 09/02/2012 - 18:56:17: "r_AirboatViewDampenDamp" = "1.0"
L 09/02/2012 - 18:56:17: "sv_competitive_minspec" = "1"
L 09/02/2012 - 18:56:17: "sm_nextmap" = "surf_skyworld"
L 09/02/2012 - 18:56:17: "mp_stalemate_at_timelimit" = "0"
L 09/02/2012 - 18:56:17: "sv_footsteps" = "1"
L 09/02/2012 - 18:56:17: "mp_limitteams" = "2"
L 09/02/2012 - 18:56:17: "sb_version" = "1.4.9"
L 09/02/2012 - 18:56:17: "tv_relaypassword" = ""
L 09/02/2012 - 18:56:17: "mp_teamplay" = "0"
L 09/02/2012 - 18:56:17: "sm_cannounce_version" = "1.3"
L 09/02/2012 - 18:56:17: "r_JeepViewDampenFreq" = "7.0"
L 09/02/2012 - 18:56:17: "sv_specnoclip" = "1"
L 09/02/2012 - 18:56:17: "sv_friction" = "4.8"
L 09/02/2012 - 18:56:17: "mp_autoteambalance" = "1"
L 09/02/2012 - 18:56:17: "sv_contact" = ""
L 09/02/2012 - 18:56:17: "mp_roundtime" = "15"
L 09/02/2012 - 18:56:17: "mp_fraglimit" = "0"
L 09/02/2012 - 18:56:17: "thc_rpg_version" = "0.8.6_stable"
L 09/02/2012 - 18:56:17: "mp_forcerespawn" = "1"
L 09/02/2012 - 18:56:17: "decalfrequency" = "10"
L 09/02/2012 - 18:56:17: "mp_winlimit" = "0"
L 09/02/2012 - 18:56:17: "sv_accelerate" = "5.6"
L 09/02/2012 - 18:56:17: "cssdm_ffa_enabled" = "0"
L 09/02/2012 - 18:56:17: "cssdm_version" = "2.1.6-dev"
L 09/02/2012 - 18:56:17: "sv_gravity" = "800"
L 09/02/2012 - 18:56:17: "sv_password" = ""
L 09/02/2012 - 18:56:17: "sm_infinitejumping_version" = "2.14.40"
L 09/02/2012 - 18:56:17: "r_JeepViewZHeight" = "10.0"
L 09/02/2012 - 18:56:17: "tv_password" = ""
L 09/02/2012 - 18:56:17: "sv_specspeed" = "3"
L 09/02/2012 - 18:56:17: server cvars end
#######################################
Map surf_dustwave_b1 missing stringtable dictionary, don't ship this way!!!
Run with -stringtables on the command line or convar
stringtable_alwaysrebuilddictionaries enabled to build the string table
#######################################
L 09/02/2012 - 18:56:18: Started map "surf_dustwave_b1" (CRC "-1233323182")
L 09/02/2012 - 18:56:18: -------- Mapchange to surf_dustwave_b1 --------
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Server logging enabled.
L 09/02/2012 - 18:56:18: Log file closed
Server logging data to file logs/L204_152_207_014_27015_201209021856_001.log
L 09/02/2012 - 18:56:18: Log file started (file "logs/L204_152_207_014_27015_201209021856_001.log") (game "/home/hgs4763/csgo") (version "5042")
Writing cfg/banned_user.cfg.
Writing cfg/banned_ip.cfg.
Unknown command "mp_maxplayers"
Unknown command "net_maxfilesize"
Unknown command "sv_allowupload"
Unknown command "sv_allowdownload"
exec: couldn't exec gamemode_casual.cfg
exec: couldn't exec gamemode_casual_server.cfg
GameTypes: could not find matching map "surf_dustwave_b1".
GamesTypes: unable to set convars for map surf_dustwave_b1.bsp. Could not find matching map name.
GameTypes: could not find matching map "surf_dustwave_b1".
PlayerModelInfo: missing terrorist models for map surf_dustwave_b1. Adding the default model tm_phoenix.
GameTypes: could not find matching map "surf_dustwave_b1".
PlayerModelInfo: missing counter-terrorist models for map surf_dustwave_b1. Adding the default model ctm_st6.
GameTypes: could not find matching map "surf_dustwave_b1".
GameTypes: could not find matching map "surf_dustwave_b1".
Attempting to precache model, but model name is NULL
Commentary: Could not find commentary data file 'maps/surf_dustwave_b1_commentary.txt'. 
[SourceBans] Loading configs/sourcebans.cfg config file
[SM] Changed cvar "sv_airaccelerate" to "9999".
L 09/02/2012 - 18:56:18: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_airaccelerate") (value "9999")
[SM] Changed cvar "sv_staminajumpcost" to "0".
L 09/02/2012 - 18:56:18: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_staminajumpcost") (value "0")
[SM] Changed cvar "sv_staminalandcost" to "0".
L 09/02/2012 - 18:56:18: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_staminalandcost") (value "0")
[SM] Changed cvar "sv_enablebunnyhopping" to "1".
L 09/02/2012 - 18:56:18: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_enablebunnyhopping") (value "1")
[SM] Changed cvar "sv_hibernate_when_empty" to "0".
L 09/02/2012 - 18:56:18: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_hibernate_when_empty") (value "0")
Unknown command "cssdm_spawn_protection"
Unknown command "cssdm_prot_time"
Unknown command "cssdm_prot_ctcolor"
Unknown command "cssdm_prot_tcolor"
Unknown command "cssdm_bots_balance"
exec: couldn't exec cssdm/maps/surf_dustwave_b1.cssdm.cfg
L 09/02/2012 - 18:56:18: World triggered "Round_Start"
GameTypes: could not find matching map "surf_dustwave_b1".
GameTypes: could not find matching map "surf_dustwave_b1".
GameTypes: could not find matching map "surf_dustwave_b1".
GameTypes: could not find matching map "surf_dustwave_b1".
GameTypes: could not find matching map "surf_dustwave_b1".
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:56:22: "dB|Radio Red<8><STEAM_1:1:30258077><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:56:23: "Toxicity<10><STEAM_1:0:33436980><>" entered the game
L 09/02/2012 - 18:56:24: "President Evil<2><STEAM_1:1:32803747><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:56:26: "President Evil<2><STEAM_1:1:32803747><Unassigned>" triggered "clantag" (value "")
L 09/02/2012 - 18:56:26: "President Evil<2><STEAM_1:1:32803747><Unassigned>" triggered "clantag" (value "ȘlayerȘ")
L 09/02/2012 - 18:56:28: "President Evil<2><STEAM_1:1:32803747><Unassigned>" joined team "CT"
Game will not start until both teams have players.
Game will not start until both teams have players.
L 09/02/2012 - 18:56:29: "Toxicity<10><STEAM_1:0:33436980><Unassigned>" joined team "CT"
Game will not start until both teams have players.
Game will not start until both teams have players.
L 09/02/2012 - 18:56:29: "dB|Radio Red<8><STEAM_1:1:30258077><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 18:56:29: World triggered "Game_Commencing"
L 09/02/2012 - 18:56:34: "Schrödinger's Cat<11><STEAM_1:0:28918338><>" connected, address "173.246.203.159:27005"
Client "Schrödinger's Cat" connected (173.246.203.159:27005).
L 09/02/2012 - 18:56:34: "Schrödinger's Cat<11><STEAM_1:0:28918338><>" STEAM USERID validated
L 09/02/2012 - 18:56:35: World triggered "Round_Start"
Toxicity: we should fuck
L 09/02/2012 - 18:56:37: "Toxicity<10><STEAM_1:0:33436980><CT>" say "we should fuck"
L 09/02/2012 - 18:56:39: "[GzMo]  Alex<12><STEAM_1:0:29558594><>" connected, address "108.202.60.245:27005"
Client "[GzMo]  Alex" connected (108.202.60.245:27005).
L 09/02/2012 - 18:56:39: "[GzMo]  Alex<12><STEAM_1:0:29558594><>" STEAM USERID validated
President Evil: umm no
L 09/02/2012 - 18:56:44: "President Evil<2><STEAM_1:1:32803747><CT>" say "umm no"
Toxicity: q__q
L 09/02/2012 - 18:56:49: "Toxicity<10><STEAM_1:0:33436980><CT>" say "q__q"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:56:56: "[GzMo]  Alex<12><STEAM_1:0:29558594><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:29558594] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 18:57:06: "[GzMo]  Alex<12><STEAM_1:0:29558594><Unassigned>" joined team "CT"
L 09/02/2012 - 18:57:20: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><CT>" with "awp"
[GzMo]  Alex: fuck
L 09/02/2012 - 18:57:23: "[GzMo]  Alex<12><STEAM_1:0:29558594><CT>" say "fuck"
L 09/02/2012 - 18:57:39: "Schrödinger's Cat<11><STEAM_1:0:28918338><>" disconnected (reason "Schrödinger's Cat timed out")
Dropped Schrödinger's Cat from server (Schrödinger's Cat timed out)
Toxicity: President, what's your facebook
L 09/02/2012 - 18:57:50: "Toxicity<10><STEAM_1:0:33436980><CT>" say "President, what's your facebook"
L 09/02/2012 - 18:57:52: "[GzMo]  Alex<12><STEAM_1:0:29558594><CT>" joined team "TERRORIST"
L 09/02/2012 - 18:57:52: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 18:57:54: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "deagle" (headshot)
L 09/02/2012 - 18:57:55: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "deagle" (headshot)
L 09/02/2012 - 18:57:55: Team "TERRORIST" triggered "SFUI_Notice_Terrorists_Win" (CT "0") (T "1")
L 09/02/2012 - 18:57:55: Team "CT" scored "0" with "2" players
L 09/02/2012 - 18:57:55: Team "TERRORIST" scored "1" with "2" players
L 09/02/2012 - 18:57:55: World triggered "Round_End"
dB|Radio Red: woo
L 09/02/2012 - 18:57:57: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "woo"
L 09/02/2012 - 18:58:07: World triggered "Round_Start"
Toxicity: 19/m/cali
L 09/02/2012 - 18:58:07: "Toxicity<10><STEAM_1:0:33436980><CT>" say "19/m/cali"
dB|Radio Red: rpg
L 09/02/2012 - 18:58:09: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "rpg"
L 09/02/2012 - 18:58:24: "Mikedizzle<13><STEAM_1:1:6095492><>" connected, address "99.92.100.107:27005"
Client "Mikedizzle" connected (99.92.100.107:27005).
L 09/02/2012 - 18:58:24: "Schrödinger's Cat<14><STEAM_1:0:28918338><>" connected, address "173.246.203.159:27005"
Client "Schrödinger's Cat" connected (173.246.203.159:27005).
L 09/02/2012 - 18:58:24: "Mikedizzle<13><STEAM_1:1:6095492><>" STEAM USERID validated
L 09/02/2012 - 18:58:25: "Schrödinger's Cat<14><STEAM_1:0:28918338><>" STEAM USERID validated
President Evil: fuck off
L 09/02/2012 - 18:58:35: "President Evil<2><STEAM_1:1:32803747><CT>" say "fuck off"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:58:41: "Schrödinger's Cat<14><STEAM_1:0:28918338><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 18:58:43: "Mikedizzle<13><STEAM_1:1:6095492><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:6095492] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

[STEAM_1:0:28918338] Pure server: file: PLATFORM\scripts/plugin_animations.txt ( 1 1534 5fe ) could not open file to hash ( benign for now ) : 12f74cb4a451b64313782652597d4d44 : 

L 09/02/2012 - 18:58:51: "Mikedizzle<13><STEAM_1:1:6095492><Unassigned>" joined team "CT"
L 09/02/2012 - 18:58:52: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "knife"
L 09/02/2012 - 18:58:53: "Schrödinger's Cat<14><STEAM_1:0:28918338><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 18:59:02: "President Evil<2><STEAM_1:1:32803747><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "sawedoff"
L 09/02/2012 - 18:59:06: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "glock" (headshot)
L 09/02/2012 - 18:59:09: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "deagle"
L 09/02/2012 - 18:59:23: "President Evil<2><STEAM_1:1:32803747><CT>" killed "Schrödinger's Cat<14><STEAM_1:0:28918338><TERRORIST>" with "awp"
L 09/02/2012 - 18:59:25: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "knife"
L 09/02/2012 - 18:59:33: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<2><STEAM_1:1:32803747><CT>" with "awp" (headshot)
L 09/02/2012 - 18:59:35: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "awp"
President Evil: brb
L 09/02/2012 - 18:59:46: "President Evil<2><STEAM_1:1:32803747><CT>" say "brb"
L 09/02/2012 - 18:59:49: "President Evil<2><STEAM_1:1:32803747><CT>" disconnected (reason "Disconnect by user.")
Dropped President Evil from server (Disconnect by user.)
[GzMo]  Alex: rpg
L 09/02/2012 - 19:00:25: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" say "rpg"
[GzMo]  Alex: RPG
L 09/02/2012 - 19:00:29: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" say "RPG"
L 09/02/2012 - 19:00:38: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "mag7"
L 09/02/2012 - 19:00:46: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 19:00:53: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 19:00:55: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "deagle"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:01:26: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "awp"
L 09/02/2012 - 19:01:43: "Schrödinger's Cat<14><STEAM_1:0:28918338><TERRORIST>" disconnected (reason "Schrödinger's Cat timed out")
Dropped Schrödinger's Cat from server (Schrödinger's Cat timed out)
L 09/02/2012 - 19:01:46: "Omega<15><STEAM_1:0:5514048><>" connected, address "74.211.34.242:27005"
Client "Omega" connected (74.211.34.242:27005).
L 09/02/2012 - 19:01:46: "Omega<15><STEAM_1:0:5514048><>" STEAM USERID validated
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:01:51: "Omega<15><STEAM_1:0:5514048><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:01:53: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "deagle" (headshot)
[STEAM_1:0:5514048] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:01:54: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "awp"
L 09/02/2012 - 19:01:59: "Omega<15><STEAM_1:0:5514048><Unassigned>" joined team "CT"
L 09/02/2012 - 19:02:05: "Omega<15><STEAM_1:0:5514048><CT>" joined team "TERRORIST"
L 09/02/2012 - 19:02:05: "Omega<15><STEAM_1:0:5514048><TERRORIST>" committed suicide with "world"
[STEAM_1:0:5514048] Pure server: file: GAME\pak01_000.vpk ( 1 0 00000000 100000 ) unrecognized vpk file : 66e96cc0fef7da0e2a982cc47110091a : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10_boltforward.wav ( 1 5724 165c ) could not open file to hash ( benign for now ) : f85eb41268031ccec310c56a40b9dfdf : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556_boltforward.wav ( 1 14100 3714 ) could not open file to hash ( benign for now ) : 680b236420568b886f96c8dd07555e79 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250_slideback.wav ( 1 13308 33fc ) could not open file to hash ( benign for now ) : 236be160792014ab1478bf8b701f3db1 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 2b1fc73a5b4f0061201b63796e3a4987 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_boltback.wav ( 1 25870 650e ) could not open file to hash ( benign for now ) : 0ae3613563db2964cd5748b7b5439808 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_clipout.wav ( 1 15872 3e00 ) could not open file to hash ( benign for now ) : 8d0f23eef107784c6c8a82483f572088 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_boltback.wav ( 1 14392 3838 ) could not open file to hash ( benign for now ) : 6ee6111e4784588f3f7c596aa34cf2d8 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 66718ce3e78abab668f308fdfc84273d : 

[STEAM_1:0:5514048] Pure server: file: GAME\materials/overlays\sm_hosties\prisoners_win.vtf ( 1 1049120 1000d0 ) could not open file to hash ( benign for now ) : f05cb7b7e4bce7c8f3c8dc313eeb1674 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\xm1014\xm1014_insertshell.wav ( 1 26744 6878 ) could not open file to hash ( benign for now ) : 6212bbe75de517e23744bf851f3f8f9c : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 36ac1eec06a4cf72e58af11c2f0fc087 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon-1.wav ( 1 248300 3c9ec ) could not open file to hash ( benign for now ) : b0243bdd1d810fe98097e671a66608ef : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock_clipout.wav ( 1 26012 659c ) could not open file to hash ( benign for now ) : b437919bbc99cdf7e8f209d940806dca : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_coverdown.wav ( 1 20554 504a ) could not open file to hash ( benign for now ) : 355e5875b24f84a6a0a764745e796221 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1_slideback.wav ( 1 23484 5bbc ) could not open file to hash ( benign for now ) : 914c0f9a057dc5f74c2bcac1215272d2 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas-1.wav ( 1 390780 5f67c ) could not open file to hash ( benign for now ) : 18a3ebe6250a140969ad02c16f5c72a8 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10-1.wav ( 1 251200 3d540 ) could not open file to hash ( benign for now ) : dc9e9217966f8d9adbf5d21f4ffc4358 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_boltforward.wav ( 1 15480 3c78 ) could not open file to hash ( benign for now ) : 3a562b80da30495cf5ac9c04a3eefcfd : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_clipin.wav ( 1 24632 6038 ) could not open file to hash ( benign for now ) : 29ed7cdebe80d35828b3a68d58cfca9e : 

[STEAM_1:0:5514048] Pure server: file: GAME\materials/overlays\sm_hosties\prisoners_win.vmt ( 1 100 64 ) could not open file to hash ( benign for now ) : e415a54964f2e00e3af58f0ac728b602 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon_clipout.wav ( 1 9156 23c4 ) could not open file to hash ( benign for now ) : 65a02d8793bb90b84183ce8ac3dc319c : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250-1.wav ( 1 206732 3278c ) could not open file to hash ( benign for now ) : bc755553f68a107600a38b73b4e58884 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7-1.wav ( 1 329876 50894 ) could not open file to hash ( benign for now ) : 7fb83eb8357e1b1567ba82808e9d1b99 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_boltforward.wav ( 1 21604 5464 ) could not open file to hash ( benign for now ) : 1f3a3795f95935757a1d8815271e60f6 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_unsil-1.wav ( 1 211724 33b0c ) could not open file to hash ( benign for now ) : b1bebe0364c107a0b498e9f42ac2d9df : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47-1.wav ( 1 288436 466b4 ) could not open file to hash ( benign for now ) : 10803b1cb2f117d0c7a874683a852b31 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock18-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 7adbc381e68b1aeaafcf050f2f625c23 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : b1b7ddfbd413cc3522506cd6acc84966 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sawedoff\sawedoff_insertshell.wav ( 1 26744 6878 ) could not open file to hash ( benign for now ) : 211ec0c1a8fa6106dcb98030b01b9103 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556-1.wav ( 1 395344 60850 ) could not open file to hash ( benign for now ) : a8d9e9946565f63b4b93afb32116b579 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 16cdd26b84e1288679cff37066f55c81 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\deagle\de_slideforward.wav ( 1 11806 2e1e ) could not open file to hash ( benign for now ) : 564b92b2b2ffc63dacef613100cfc649 : 

[STEAM_1:0:5514048] Pure server: file: GAME\materials/overlays\sm_hosties\prisonguards_win.vtf ( 1 1049120 1000d0 ) could not open file to hash ( benign for now ) : 19fd594bdb9b1cdc33255dd91927b74f : 

[STEAM_1:0:5514048] Pure server: file: GAME\materials/overlays\zr\zvision.vmt ( 1 237 ed ) could not open file to hash ( benign for now ) : 25bee7b1cbbce5fc3af738da682c2417 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7_slideforward.wav ( 1 10308 2844 ) could not open file to hash ( benign for now ) : d87cf67fd1e1c1987b4f151eeedd04c8 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250_clipout.wav ( 1 20284 4f3c ) could not open file to hash ( benign for now ) : fda1fb8f09aa31e6901e74166002f17f : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\xm1014\xm1014-1.wav ( 1 275456 43400 ) could not open file to hash ( benign for now ) : 7d5291047c60effad5d99a14f12f91be : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249-1.wav ( 1 328996 50524 ) could not open file to hash ( benign for now ) : ada9f3e71088bd89b077e1df362d3ef6 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10_boltback.wav ( 1 15124 3b14 ) could not open file to hash ( benign for now ) : 80ea33ef1994b8992938528c7cb38727 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_boxout.wav ( 1 17908 45f4 ) could not open file to hash ( benign for now ) : 571571a19daf2647fe5a84b773376886 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1_clipout.wav ( 1 18880 49c0 ) could not open file to hash ( benign for now ) : ae90159c6bed10118769fd1d14f0f221 : 

[STEAM_1:0:5514048] Pure server: file: GAME\materials/overlays\zr\zvision.vtf ( 1 1398672 155640 ) could not open file to hash ( benign for now ) : 9a3db02dddc21bdae55e8698ca072de3 : 

[STEAM_1:0:5514048] Pure server: file: GAME\materials/overlays\sm_hosties\prisonguards_win.vmt ( 1 103 67 ) could not open file to hash ( benign for now ) : 05f080384e6d6c901f5fd39ca261f941 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : fb4513c6c1be9c60633cf6a022b8bc5c : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sawedoff\sawedoff-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : a1b047bc2455781316e3fdfeddcd20bb : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10_clipin.wav ( 1 30204 75fc ) could not open file to hash ( benign for now ) : 3e1e84a8d013d38a9c59fbbd3987c62b : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\deagle\de_slideback.wav ( 1 13680 3570 ) could not open file to hash ( benign for now ) : f1fd5770cc336f4370307b1dca665b17 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250_clipin.wav ( 1 26656 6820 ) could not open file to hash ( benign for now ) : 32d1bbe86a06d596dc5487f87e8eaa6a : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\music\zr\zr_ambience.mp3 ( 1 965948 ebd3c ) could not open file to hash ( benign for now ) : 82b08284979cbd47664e3453d47a0f6a : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\deagle\deagle-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : eaf04f563afc5066fdb0594438549e66 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7_clipout.wav ( 1 26260 6694 ) could not open file to hash ( benign for now ) : d1e35d986accc71d86921210703cd213 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon_boltback.wav ( 1 19392 4bc0 ) could not open file to hash ( benign for now ) : 6e0477a0c8fd464e68dd0a22f1d77436 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556_clipin.wav ( 1 10692 29c4 ) could not open file to hash ( benign for now ) : a10001230315538e71c22921888e9fd2 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47_clipout.wav ( 1 16706 4142 ) could not open file to hash ( benign for now ) : c7012497fdef808df306b86aa8c4c78e : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556_clipout.wav ( 1 10264 2818 ) could not open file to hash ( benign for now ) : 0d96431d8e941d31c3566799b5c7f841 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sawedoff\sawedoff-1.wav ( 1 271052 422cc ) could not open file to hash ( benign for now ) : 7fafbd5f9140ceb551f98d3f0a131a3f : 

[STEAM_1:0:5514048] Pure server: file: GAME\scripts/game_sounds_weapons.txt ( 1 105653 19cb5 ) file does not match : 35a2289a3b74065fed8c2196eec1e279 : a69d532481caf647b70b954cde6a6747

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_boxin.wav ( 1 69644 1100c ) could not open file to hash ( benign for now ) : 01d9a41bd3e4e4e9317930e1b60021ae : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\deagle\de_clipin.wav ( 1 22624 5860 ) could not open file to hash ( benign for now ) : 99ec3fcaafca9349b304b5c8e66b924e : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7_clipin.wav ( 1 23244 5acc ) could not open file to hash ( benign for now ) : 088f4e49bfe5a2eef48760385197a818 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_cliphit.wav ( 1 29240 7238 ) could not open file to hash ( benign for now ) : 27ab316c6c3140091aa033f09c4d75f9 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47_boltpull.wav ( 1 27390 6afe ) could not open file to hash ( benign for now ) : ae30fc4453835fa1a1f159216bbd71f6 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47_clipin.wav ( 1 14176 3760 ) could not open file to hash ( benign for now ) : 128dabcd9b0ac0eff66ea814f3f0478d : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7_slideback.wav ( 1 13208 3398 ) could not open file to hash ( benign for now ) : 9587734985ed877617a2a1065d676405 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\deagle\de_clipout.wav ( 1 27364 6ae4 ) could not open file to hash ( benign for now ) : 34689c32b87f28d471c0d630e236c58d : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\xm1014\xm1014-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 8071125620551e59769a0ba21050faba : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock_clipin.wav ( 1 13330 3412 ) could not open file to hash ( benign for now ) : 9c1735c392d5daac2a4e541dbf915e1b : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock_slideback.wav ( 1 6862 1ace ) could not open file to hash ( benign for now ) : 070e35f631f3174dbb108aa0e5b5947d : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon_boltforward.wav ( 1 10616 2978 ) could not open file to hash ( benign for now ) : df5be3d591c10722c2e081314247a865 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\deagle\deagle-1.wav ( 1 392508 5fd3c ) could not open file to hash ( benign for now ) : bbc0fae44eeb6ed82f8ceda933e39019 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_clipout.wav ( 1 10932 2ab4 ) could not open file to hash ( benign for now ) : febd23c94ca172cd94c9894ad91f3833 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : f639be6f667402b91d0659e4425ba7c2 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock_sliderelease.wav ( 1 29420 72ec ) could not open file to hash ( benign for now ) : c688cadb32503649a6bd87272422aafd : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_clipin.wav ( 1 13294 33ee ) could not open file to hash ( benign for now ) : 3df1f0db79f3961214b5b604c6d4aad7 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock18-1.wav ( 1 195596 2fc0c ) could not open file to hash ( benign for now ) : 6e9a167d447a6475427d682262e0d831 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\music\zr\fz_scream1.mp3 ( 1 41511 a227 ) could not open file to hash ( benign for now ) : f98d26d1956fac347f1b7e934162975c : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sawedoff\sawedoff_pump.wav ( 1 39236 9944 ) could not open file to hash ( benign for now ) : 2e87aaaf2010021d4f811681bf5815d2 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_coverup.wav ( 1 23660 5c6c ) could not open file to hash ( benign for now ) : d71575dd34d6063a3e8971ae53cdee85 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1_clipin.wav ( 1 21104 5270 ) could not open file to hash ( benign for now ) : f7e7782fd21fbaee8022ca9bfb286bd0 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 945602d3230acad73ee79ff5bf7359dd : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_chain.wav ( 1 55540 d8f4 ) could not open file to hash ( benign for now ) : 10c7488b13271fe7a8b612d42926e57e : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_unsil-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : a950c775bd3e7d452f0b015150c4a02f : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250_sliderelease.wav ( 1 23684 5c84 ) could not open file to hash ( benign for now ) : 34109a5e49abeba53247d292c793066e : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556_boltback.wav ( 1 14764 39ac ) could not open file to hash ( benign for now ) : 42c1c7b22efffbc86d8632ebf01d202e : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon_clipin.wav ( 1 16568 40b8 ) could not open file to hash ( benign for now ) : 004a3cffb6de59f8eca2899be0f5d9f0 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10_clipout.wav ( 1 14644 3934 ) could not open file to hash ( benign for now ) : b690bdf4f315d556304631dc5efa0150 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1-1.wav ( 1 329288 50648 ) could not open file to hash ( benign for now ) : 66c1d2d301a98a630fff98062b1439ae : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : c3b6401d3ff4cabf3ba9842973b29929 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1_slideforward.wav ( 1 32734 7fde ) could not open file to hash ( benign for now ) : 39ca90cdcc455064c48c7efa8266a855 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_pump.wav ( 1 37472 9260 ) could not open file to hash ( benign for now ) : 0dd793c9729982f82e2525b907d80f42 : 

L 09/02/2012 - 19:02:35: "Inspectah Deck<16><STEAM_1:1:16186615><>" connected, address "50.46.131.111:27005"
Client "Inspectah Deck" connected (50.46.131.111:27005).
L 09/02/2012 - 19:02:35: "Inspectah Deck<16><STEAM_1:1:16186615><>" STEAM USERID validated
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:02:48: "Inspectah Deck<16><STEAM_1:1:16186615><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:16186615] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:02:54: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "deagle" (headshot)
L 09/02/2012 - 19:02:56: "Inspectah Deck<16><STEAM_1:1:16186615><Unassigned>" joined team "CT"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7_slideback.wav ( 1 13208 3398 ) could not open file to hash ( benign for now ) : 9587734985ed877617a2a1065d676405 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7_slideforward.wav ( 1 10308 2844 ) could not open file to hash ( benign for now ) : d87cf67fd1e1c1987b4f151eeedd04c8 : 

L 09/02/2012 - 19:03:15: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "awp"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 16cdd26b84e1288679cff37066f55c81 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7-1.wav ( 1 329876 50894 ) could not open file to hash ( benign for now ) : 7fb83eb8357e1b1567ba82808e9d1b99 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7_clipout.wav ( 1 26260 6694 ) could not open file to hash ( benign for now ) : d1e35d986accc71d86921210703cd213 : 

L 09/02/2012 - 19:03:18: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "awp"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mp7\mp7_clipin.wav ( 1 23244 5acc ) could not open file to hash ( benign for now ) : 088f4e49bfe5a2eef48760385197a818 : 

L 09/02/2012 - 19:03:37: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:03:39: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "mag7"
L 09/02/2012 - 19:03:41: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "mp7" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:04:09: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "deagle" (headshot)
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock18-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 7adbc381e68b1aeaafcf050f2f625c23 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock18-1.wav ( 1 195596 2fc0c ) could not open file to hash ( benign for now ) : 6e9a167d447a6475427d682262e0d831 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock_clipout.wav ( 1 26012 659c ) could not open file to hash ( benign for now ) : b437919bbc99cdf7e8f209d940806dca : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\glock18\glock_clipin.wav ( 1 13330 3412 ) could not open file to hash ( benign for now ) : 9c1735c392d5daac2a4e541dbf915e1b : 

L 09/02/2012 - 19:04:54: "Toxicity<10><STEAM_1:0:33436980><CT>" committed suicide with "world"
dB|Radio Red: lol
L 09/02/2012 - 19:04:57: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "lol"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_unsil-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : a950c775bd3e7d452f0b015150c4a02f : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_unsil-1.wav ( 1 211724 33b0c ) could not open file to hash ( benign for now ) : b1bebe0364c107a0b498e9f42ac2d9df : 

[GzMo]  Alex: ty
L 09/02/2012 - 19:05:08: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" say "ty"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_clipout.wav ( 1 15872 3e00 ) could not open file to hash ( benign for now ) : 8d0f23eef107784c6c8a82483f572088 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_clipin.wav ( 1 13294 33ee ) could not open file to hash ( benign for now ) : 3df1f0db79f3961214b5b604c6d4aad7 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_boltforward.wav ( 1 21604 5464 ) could not open file to hash ( benign for now ) : 1f3a3795f95935757a1d8815271e60f6 : 

L 09/02/2012 - 19:05:20: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 19:05:20: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "tec9" (headshot)
L 09/02/2012 - 19:05:27: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "knife"
L 09/02/2012 - 19:05:31: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 19:05:45: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "knife"
L 09/02/2012 - 19:05:48: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "deagle"
Mikedizzle: rpg menu
L 09/02/2012 - 19:05:52: "Mikedizzle<13><STEAM_1:1:6095492><CT>" say "rpg menu"
L 09/02/2012 - 19:05:53: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "deagle"
L 09/02/2012 - 19:05:55: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "m4a1" (headshot)
Mikedizzle: rpg
L 09/02/2012 - 19:05:58: "Mikedizzle<13><STEAM_1:1:6095492><CT>" say "rpg"
L 09/02/2012 - 19:05:58: "Omega<15><STEAM_1:0:5514048><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 19:06:08: "Inspectah Deck<16><STEAM_1:1:16186615><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "deagle"
L 09/02/2012 - 19:06:14: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "m4a1" (headshot)
L 09/02/2012 - 19:06:16: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "deagle" (headshot)
(Terrorist) Omega: rpg
L 09/02/2012 - 19:06:19: "Omega<15><STEAM_1:0:5514048><TERRORIST>" say_team "rpg"
(Terrorist) Omega: rpg
L 09/02/2012 - 19:06:23: "Omega<15><STEAM_1:0:5514048><TERRORIST>" say_team "rpg"
Mikedizzle: gun
L 09/02/2012 - 19:06:25: "Mikedizzle<13><STEAM_1:1:6095492><CT>" say "gun"
L 09/02/2012 - 19:06:28: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "mag7"
Mikedizzle: gun menu
L 09/02/2012 - 19:06:32: "Mikedizzle<13><STEAM_1:1:6095492><CT>" say "gun menu"
L 09/02/2012 - 19:06:39: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "mag7"
L 09/02/2012 - 19:06:48: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "m4a1"
L 09/02/2012 - 19:07:05: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "mag7"
L 09/02/2012 - 19:07:11: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "m4a1"
L 09/02/2012 - 19:07:16: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "deagle" (headshot)
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47-1.wav ( 1 288436 466b4 ) could not open file to hash ( benign for now ) : 10803b1cb2f117d0c7a874683a852b31 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 36ac1eec06a4cf72e58af11c2f0fc087 : 

L 09/02/2012 - 19:07:19: "Inspectah Deck<16><STEAM_1:1:16186615><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "elite"
L 09/02/2012 - 19:07:22: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "deagle" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:07:38: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "mag7"
L 09/02/2012 - 19:07:43: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:07:49: "Schrödinger's Cat<17><STEAM_1:0:28918338><>" connected, address "173.246.203.159:27005"
Client "Schrödinger's Cat" connected (173.246.203.159:27005).
L 09/02/2012 - 19:07:49: "Schrödinger's Cat<17><STEAM_1:0:28918338><>" STEAM USERID validated
L 09/02/2012 - 19:07:58: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" killed "Inspectah Deck<16><STEAM_1:1:16186615><CT>" with "deagle"
L 09/02/2012 - 19:07:58: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "awp" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:08:02: "Inspectah Deck<16><STEAM_1:1:16186615><CT>" disconnected (reason "Disconnect by user.")
Dropped Inspectah Deck from server (Disconnect by user.)
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:08:07: "Schrödinger's Cat<17><STEAM_1:0:28918338><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:28918338] Pure server: file: PLATFORM\scripts/plugin_animations.txt ( 1 1534 5fe ) could not open file to hash ( benign for now ) : 12f74cb4a451b64313782652597d4d44 : 

L 09/02/2012 - 19:08:15: "Schrödinger's Cat<17><STEAM_1:0:28918338><Unassigned>" joined team "CT"
L 09/02/2012 - 19:08:29: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "m4a1"
L 09/02/2012 - 19:08:35: "Korprate<18><STEAM_1:1:20515090><>" connected, address "50.130.93.18:27005"
Client "Korprate" connected (50.130.93.18:27005).
L 09/02/2012 - 19:08:35: "Korprate<18><STEAM_1:1:20515090><>" STEAM USERID validated
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:08:39: "Korprate<18><STEAM_1:1:20515090><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:08:39: "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "xm1014" (headshot)
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:08:40: "Korprate<18><STEAM_1:1:20515090><Unassigned>" triggered "clantag" (value "")
L 09/02/2012 - 19:08:40: "Korprate<18><STEAM_1:1:20515090><Unassigned>" triggered "clantag" (value "[0rg]")
[STEAM_1:1:20515090] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:08:43: "Korprate<18><STEAM_1:1:20515090><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 19:08:44: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "m4a1"
L 09/02/2012 - 19:08:47: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "awp"
L 09/02/2012 - 19:08:53: "fbphil<19><STEAM_1:1:29479419><>" connected, address "201.13.142.87:62569"
Client "fbphil" connected (201.13.142.87:62569).
L 09/02/2012 - 19:08:54: "fbphil<19><STEAM_1:1:29479419><>" STEAM USERID validated
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\xm1014\xm1014-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 8071125620551e59769a0ba21050faba : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\xm1014\xm1014-1.wav ( 1 275456 43400 ) could not open file to hash ( benign for now ) : 7d5291047c60effad5d99a14f12f91be : 

L 09/02/2012 - 19:09:06: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "deagle" (headshot)
Korprate: rpgmenu
L 09/02/2012 - 19:09:10: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "rpgmenu"
L 09/02/2012 - 19:09:11: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "deagle"
L 09/02/2012 - 19:09:17: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "awp"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sawedoff\sawedoff_pump.wav ( 1 39236 9944 ) could not open file to hash ( benign for now ) : 2e87aaaf2010021d4f811681bf5815d2 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250_slideback.wav ( 1 13308 33fc ) could not open file to hash ( benign for now ) : 236be160792014ab1478bf8b701f3db1 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250_sliderelease.wav ( 1 23684 5c84 ) could not open file to hash ( benign for now ) : 34109a5e49abeba53247d292c793066e : 

L 09/02/2012 - 19:09:35: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "sawedoff"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sawedoff\sawedoff-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : a1b047bc2455781316e3fdfeddcd20bb : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sawedoff\sawedoff-1.wav ( 1 271052 422cc ) could not open file to hash ( benign for now ) : 7fafbd5f9140ceb551f98d3f0a131a3f : 

L 09/02/2012 - 19:09:45: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "ak47" (headshot)
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:09:50: "fbphil<19><STEAM_1:1:29479419><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sawedoff\sawedoff_insertshell.wav ( 1 26744 6878 ) could not open file to hash ( benign for now ) : 211ec0c1a8fa6106dcb98030b01b9103 : 

L 09/02/2012 - 19:09:51: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "sawedoff" (headshot)
L 09/02/2012 - 19:09:52: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "awp"
(Counter-Terrorist) Toxicity: /guns
L 09/02/2012 - 19:09:52: "Toxicity<10><STEAM_1:0:33436980><CT>" say_team "/guns"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:29479419] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

Toxicity: gun
L 09/02/2012 - 19:09:58: "Toxicity<10><STEAM_1:0:33436980><CT>" say "gun"
L 09/02/2012 - 19:10:03: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "ak47" (headshot)
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : fb4513c6c1be9c60633cf6a022b8bc5c : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249-1.wav ( 1 328996 50524 ) could not open file to hash ( benign for now ) : ada9f3e71088bd89b077e1df362d3ef6 : 

L 09/02/2012 - 19:10:05: "fbphil<19><STEAM_1:1:29479419><Unassigned>" joined team "CT"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47_clipout.wav ( 1 16706 4142 ) could not open file to hash ( benign for now ) : c7012497fdef808df306b86aa8c4c78e : 

[STEAM_1:1:29479419] Pure server: file: GAME\materials/models\parachute\parachute_czsbrasil_v2.vtf ( 1 175320 2ab88 ) could not open file to hash ( benign for now ) : bfd3546a0b0390351408cd768c07a722 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47_clipin.wav ( 1 14176 3760 ) could not open file to hash ( benign for now ) : 128dabcd9b0ac0eff66ea814f3f0478d : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\ak47\ak47_boltpull.wav ( 1 27390 6afe ) could not open file to hash ( benign for now ) : ae30fc4453835fa1a1f159216bbd71f6 : 

[GzMo]  Alex: !gun
L 09/02/2012 - 19:10:09: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" say "!gun"
[STEAM_1:1:29479419] Pure server: file: GAME\materials/models\parachute\pack_czsbrasil_v2.vtf ( 1 175320 2ab88 ) could not open file to hash ( benign for now ) : 63938d69be1503ca8e649151aea7c606 : 

[STEAM_1:1:29479419] Pure server: file: GAME\materials/models\parachute\pack_czsbrasil_v2.vmt ( 1 80 50 ) could not open file to hash ( benign for now ) : 62d333c66225f62578f9250d48fab128 : 

[STEAM_1:1:29479419] Pure server: file: GAME\materials/models\parachute\parachute_czsbrasil_v2.vmt ( 1 85 55 ) could not open file to hash ( benign for now ) : b765f6a4effd0595945e275c91f2f622 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250-1.wav ( 1 206732 3278c ) could not open file to hash ( benign for now ) : bc755553f68a107600a38b73b4e58884 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : c3b6401d3ff4cabf3ba9842973b29929 : 

L 09/02/2012 - 19:10:13: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "ak47"
[STEAM_1:1:29479419] Pure server: file: GAME\sound\music\zr\zr_ambience.mp3 ( 1 965948 ebd3c ) could not open file to hash ( benign for now ) : 82b08284979cbd47664e3453d47a0f6a : 

[STEAM_1:1:29479419] Pure server: file: GAME\models/parachute\parachute_czsbrasil_v2.dx90.vtx ( 1 5287 14a7 ) could not open file to hash ( benign for now ) : 2edd5052556fdbf2dfe903c096d41ac6 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250_clipout.wav ( 1 20284 4f3c ) could not open file to hash ( benign for now ) : fda1fb8f09aa31e6901e74166002f17f : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\p250\p250_clipin.wav ( 1 26656 6820 ) could not open file to hash ( benign for now ) : 32d1bbe86a06d596dc5487f87e8eaa6a : 

L 09/02/2012 - 19:10:16: "ADoMinGu3z<20><STEAM_1:1:16784821><>" connected, address "98.234.210.60:27005"
Client "ADoMinGu3z" connected (98.234.210.60:27005).
L 09/02/2012 - 19:10:16: "ADoMinGu3z<20><STEAM_1:1:16784821><>" STEAM USERID validated
[STEAM_1:1:29479419] Pure server: file: GAME\models/parachute\parachute_czsbrasil_v2.mdl ( 1 2960 b90 ) could not open file to hash ( benign for now ) : 6e029b964156a68466548df56c2583e5 : 

[STEAM_1:1:29479419] Pure server: file: GAME\sound\music\quake\play.mp3 ( 1 13373 343d ) could not open file to hash ( benign for now ) : 6f58bed7131b6472a8b587b0d07f6669 : 

[STEAM_1:1:29479419] Pure server: file: GAME\models/parachute\parachute_czsbrasil_v2.vvd ( 1 20288 4f40 ) could not open file to hash ( benign for now ) : 551ea4f28efc20d925916c33ab5c7ac3 : 

L 09/02/2012 - 19:10:25: "fbphil<19><STEAM_1:1:29479419><CT>" committed suicide with "world"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:10:30: "ADoMinGu3z<20><STEAM_1:1:16784821><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:16784821] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:10:38: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "fbphil<19><STEAM_1:1:29479419><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:10:39: "ADoMinGu3z<20><STEAM_1:1:16784821><Unassigned>" joined team "CT"
L 09/02/2012 - 19:10:44: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:10:46: "Bonswee<21><STEAM_1:0:30482152><>" connected, address "70.176.102.43:27005"
Client "Bonswee" connected (70.176.102.43:27005).
L 09/02/2012 - 19:10:47: "Bonswee<21><STEAM_1:0:30482152><>" STEAM USERID validated
L 09/02/2012 - 19:10:49: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "ak47"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:10:52: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "fbphil<19><STEAM_1:1:29479419><CT>" with "sawedoff" (headshot)
L 09/02/2012 - 19:10:53: "Bonswee<21><STEAM_1:0:30482152><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:30482152] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
Korprate: rpgmenu8
L 09/02/2012 - 19:10:58: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "rpgmenu8"
Korprate: rpgmenu
L 09/02/2012 - 19:11:00: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "rpgmenu"
L 09/02/2012 - 19:11:00: "Bonswee<21><STEAM_1:0:30482152><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 19:11:01: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "glock" (headshot)
dB|Radio Red: rpg
L 09/02/2012 - 19:11:02: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "rpg"
L 09/02/2012 - 19:11:05: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "sawedoff"
L 09/02/2012 - 19:11:11: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "fbphil<19><STEAM_1:1:29479419><CT>" with "sawedoff"
L 09/02/2012 - 19:11:14: "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "mac10" (headshot)
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : f639be6f667402b91d0659e4425ba7c2 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556-1.wav ( 1 395344 60850 ) could not open file to hash ( benign for now ) : a8d9e9946565f63b4b93afb32116b579 : 

L 09/02/2012 - 19:11:17: "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "mac10"
dB|Radio Red: rpg
L 09/02/2012 - 19:11:21: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "rpg"
L 09/02/2012 - 19:11:24: "fakesummon<22><STEAM_1:0:20517484><>" connected, address "99.51.2.215:62246"
Client "fakesummon" connected (99.51.2.215:62246).
L 09/02/2012 - 19:11:25: "fakesummon<22><STEAM_1:0:20517484><>" STEAM USERID validated
L 09/02/2012 - 19:11:25: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "mac10"
dB|Radio Red: rpg
L 09/02/2012 - 19:11:25: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "rpg"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10-1.wav ( 1 251200 3d540 ) could not open file to hash ( benign for now ) : dc9e9217966f8d9adbf5d21f4ffc4358 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 2b1fc73a5b4f0061201b63796e3a4987 : 

L 09/02/2012 - 19:11:28: "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "deagle"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10_clipout.wav ( 1 14644 3934 ) could not open file to hash ( benign for now ) : b690bdf4f315d556304631dc5efa0150 : 

L 09/02/2012 - 19:11:35: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "awp" (headshot)
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:11:37: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "fbphil<19><STEAM_1:1:29479419><CT>" with "awp" (headshot)
L 09/02/2012 - 19:11:38: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "g3sg1"
L 09/02/2012 - 19:11:38: "fakesummon<22><STEAM_1:0:20517484><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:20517484] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10_clipin.wav ( 1 30204 75fc ) could not open file to hash ( benign for now ) : 3e1e84a8d013d38a9c59fbbd3987c62b : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1_slideback.wav ( 1 23484 5bbc ) could not open file to hash ( benign for now ) : 914c0f9a057dc5f74c2bcac1215272d2 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1_slideforward.wav ( 1 32734 7fde ) could not open file to hash ( benign for now ) : 39ca90cdcc455064c48c7efa8266a855 : 

L 09/02/2012 - 19:11:50: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 945602d3230acad73ee79ff5bf7359dd : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1-1.wav ( 1 329288 50648 ) could not open file to hash ( benign for now ) : 66c1d2d301a98a630fff98062b1439ae : 

L 09/02/2012 - 19:11:51: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "awp" (headshot)
L 09/02/2012 - 19:11:55: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "ak47"
L 09/02/2012 - 19:11:56: "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" committed suicide with "world"
Attempting to precache model, but model name is NULL
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1_clipout.wav ( 1 18880 49c0 ) could not open file to hash ( benign for now ) : ae90159c6bed10118769fd1d14f0f221 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\g3sg1\g3sg1_clipin.wav ( 1 21104 5270 ) could not open file to hash ( benign for now ) : f7e7782fd21fbaee8022ca9bfb286bd0 : 

L 09/02/2012 - 19:12:00: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "fbphil<19><STEAM_1:1:29479419><CT>" with "awp"
L 09/02/2012 - 19:12:00: "President Evil<23><STEAM_1:1:32803747><>" connected, address "24.21.140.119:27005"
Client "President Evil" connected (24.21.140.119:27005).
L 09/02/2012 - 19:12:00: "President Evil<23><STEAM_1:1:32803747><>" STEAM USERID validated
L 09/02/2012 - 19:12:01: "()_Crayola_(><24><STEAM_1:0:20860415><>" connected, address "70.77.217.123:27005"
Client "()_Crayola_(>" connected (70.77.217.123:27005).
L 09/02/2012 - 19:12:01: "()_Crayola_(><24><STEAM_1:0:20860415><>" STEAM USERID validated
L 09/02/2012 - 19:12:02: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "g3sg1"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas-1.wav ( 1 390780 5f67c ) could not open file to hash ( benign for now ) : 18a3ebe6250a140969ad02c16f5c72a8 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : 66718ce3e78abab668f308fdfc84273d : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:12:06: "()_Crayola_(><24><STEAM_1:0:20860415><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:20860415] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:12:09: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "awp" (headshot)
L 09/02/2012 - 19:12:12: "President Evil<23><STEAM_1:1:32803747><>" entered the game
L 09/02/2012 - 19:12:12: "()_Crayola_(><24><STEAM_1:0:20860415><Unassigned>" joined team "TERRORIST"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:12:12: "fakesummon<22><STEAM_1:0:20517484><Unassigned>" joined team "TERRORIST"
(Terrorist) Omega: rpg
L 09/02/2012 - 19:12:13: "Omega<15><STEAM_1:0:5514048><TERRORIST>" say_team "rpg"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:12:14: "President Evil<23><STEAM_1:1:32803747><Unassigned>" triggered "clantag" (value "")
L 09/02/2012 - 19:12:14: "President Evil<23><STEAM_1:1:32803747><Unassigned>" triggered "clantag" (value "ȘlayerȘ")
[STEAM_1:1:32803747] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:12:18: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:12:18: "President Evil<23><STEAM_1:1:32803747><Unassigned>" joined team "CT"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:12:28: "Fugitive<25><STEAM_1:0:19960044><>" connected, address "24.69.205.63:27005"
Client "Fugitive" connected (24.69.205.63:27005).
L 09/02/2012 - 19:12:29: "Fugitive<25><STEAM_1:0:19960044><>" STEAM USERID validated
L 09/02/2012 - 19:12:32: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "deagle"
L 09/02/2012 - 19:12:32: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "deagle" (headshot)
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:12:34: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "fbphil<19><STEAM_1:1:29479419><CT>" with "awp"
L 09/02/2012 - 19:12:34: "Fugitive<25><STEAM_1:0:19960044><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:19960044] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:12:38: "Fugitive<25><STEAM_1:0:19960044><Unassigned>" joined team "CT"
L 09/02/2012 - 19:12:40: "President Evil<23><STEAM_1:1:32803747><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "galilar"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556_clipout.wav ( 1 10264 2818 ) could not open file to hash ( benign for now ) : 0d96431d8e941d31c3566799b5c7f841 : 

L 09/02/2012 - 19:12:45: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "awp"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556_clipin.wav ( 1 10692 29c4 ) could not open file to hash ( benign for now ) : a10001230315538e71c22921888e9fd2 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556_boltback.wav ( 1 14764 39ac ) could not open file to hash ( benign for now ) : 42c1c7b22efffbc86d8632ebf01d202e : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\sg556\sg556_boltforward.wav ( 1 14100 3714 ) could not open file to hash ( benign for now ) : 680b236420568b886f96c8dd07555e79 : 

L 09/02/2012 - 19:12:47: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:12:48: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "g3sg1"
L 09/02/2012 - 19:12:49: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:12:52: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "fbphil<19><STEAM_1:1:29479419><CT>" with "awp"
dB|Radio Red: rpg
L 09/02/2012 - 19:12:56: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "rpg"
L 09/02/2012 - 19:12:59: "fbphil<19><STEAM_1:1:29479419><CT>" committed suicide with "world"
L 09/02/2012 - 19:13:03: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "awp"
L 09/02/2012 - 19:13:07: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "deagle"
L 09/02/2012 - 19:13:07: World triggered "SFUI_Notice_Round_Draw" (CT "0") (T "1")
L 09/02/2012 - 19:13:07: Team "CT" scored "0" with "7" players
L 09/02/2012 - 19:13:07: Team "TERRORIST" scored "1" with "7" players
L 09/02/2012 - 19:13:07: World triggered "Round_End"
L 09/02/2012 - 19:13:08: "Brewster<26><STEAM_1:1:9380849><>" connected, address "69.140.190.1:27005"
Client "Brewster" connected (69.140.190.1:27005).
L 09/02/2012 - 19:13:08: "Brewster<26><STEAM_1:1:9380849><>" STEAM USERID validated
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:13:09: "President Evil<23><STEAM_1:1:32803747><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "knife"
L 09/02/2012 - 19:13:13: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:13:22: World triggered "Round_Start"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:13:24: "Brewster<26><STEAM_1:1:9380849><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:9380849] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:13:32: "Brewster<26><STEAM_1:1:9380849><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 19:13:33: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "fbphil<19><STEAM_1:1:29479419><CT>" with "awp"
L 09/02/2012 - 19:13:35: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "deagle" (headshot)
L 09/02/2012 - 19:13:38: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "knife"
L 09/02/2012 - 19:13:42: "fbphil<19><STEAM_1:1:29479419><CT>" disconnected (reason "Disconnect by user.")
Dropped fbphil from server (Disconnect by user.)
L 09/02/2012 - 19:13:44: "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "mp7"
L 09/02/2012 - 19:13:46: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "p90"
L 09/02/2012 - 19:13:46: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "awp" (headshot)
L 09/02/2012 - 19:13:47: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "knife"
[STEAM_1:1:9380849] Pure server: file: GAME\pak01_000.vpk ( 1 0 00000000 100000 ) unrecognized vpk file : 66e96cc0fef7da0e2a982cc47110091a : 

L 09/02/2012 - 19:13:54: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Brewster<26><STEAM_1:1:9380849><TERRORIST>" with "deagle" (headshot)
L 09/02/2012 - 19:13:56: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "awp" (headshot)
L 09/02/2012 - 19:14:00: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:14:12: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "p90"
[STEAM_1:1:9380849] Pure server: file: GAME\sound\music\gungame\smb3_powerup.mp3 ( 1 15488 3c80 ) could not open file to hash ( benign for now ) : 247f6f30ddac1c38e5027976396c6a5b : 

L 09/02/2012 - 19:14:18: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "ak47"
L 09/02/2012 - 19:14:20: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "knife"
L 09/02/2012 - 19:14:23: "Toxicity<10><STEAM_1:0:33436980><CT>" committed suicide with "world"
L 09/02/2012 - 19:14:24: "skidoLLaZ<27><STEAM_1:1:94392><>" connected, address "70.181.122.141:27005"
Client "skidoLLaZ" connected (70.181.122.141:27005).
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:14:24: "skidoLLaZ<27><STEAM_1:1:94392><>" STEAM USERID validated
L 09/02/2012 - 19:14:24: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Brewster<26><STEAM_1:1:9380849><TERRORIST>" with "deagle" (headshot)
L 09/02/2012 - 19:14:27: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "deagle" (headshot)
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:14:28: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "awp"
L 09/02/2012 - 19:14:29: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "awp"
L 09/02/2012 - 19:14:29: "skidoLLaZ<27><STEAM_1:1:94392><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:94392] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:14:34: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "awp" (headshot)
Mikedizzle: rpg
L 09/02/2012 - 19:14:35: "Mikedizzle<13><STEAM_1:1:6095492><CT>" say "rpg"
L 09/02/2012 - 19:14:38: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "awp" (headshot)
L 09/02/2012 - 19:14:41: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "awp" (headshot)
L 09/02/2012 - 19:14:42: "skidoLLaZ<27><STEAM_1:1:94392><Unassigned>" joined team "CT"
L 09/02/2012 - 19:14:42: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "awp" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:14:45: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "deagle" (headshot)
[STEAM_1:1:94392] Pure server: file: GAME\sound\music\gungame\gungame2.mp3 ( 1 51328 c880 ) could not open file to hash ( benign for now ) : c9bbe244ce613ea0fe4ebb30600725af : 

[STEAM_1:1:94392] Pure server: file: GAME\sound\music\gungame\smb3_powerup.mp3 ( 1 15488 3c80 ) could not open file to hash ( benign for now ) : 247f6f30ddac1c38e5027976396c6a5b : 

[STEAM_1:1:94392] Pure server: file: GAME\sound\music\gungame\smb_star.mp3 ( 1 128044 1f42c ) could not open file to hash ( benign for now ) : fb715abe698b4a4af31aa2769caef641 : 

L 09/02/2012 - 19:14:58: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "skidoLLaZ<27><STEAM_1:1:94392><CT>" with "ak47"
President Evil: hi
L 09/02/2012 - 19:15:00: "President Evil<23><STEAM_1:1:32803747><CT>" say "hi"
L 09/02/2012 - 19:15:04: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Brewster<26><STEAM_1:1:9380849><TERRORIST>" with "m4a1" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:15:07: "Toxicity<10><STEAM_1:0:33436980><CT>" committed suicide with "world"
L 09/02/2012 - 19:15:12: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "awp" (headshot)
Korprate: Hello
L 09/02/2012 - 19:15:12: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "Hello"
L 09/02/2012 - 19:15:15: "skidoLLaZ<27><STEAM_1:1:94392><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:15:16: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "skidoLLaZ<27><STEAM_1:1:94392><CT>" with "awp" (headshot)
L 09/02/2012 - 19:15:19: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "awp" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:15:26: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "awp" (headshot)
L 09/02/2012 - 19:15:27: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "knife"
L 09/02/2012 - 19:15:29: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" committed suicide with "world"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:15:33: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "awp"
Fugitive: rpgmenu
L 09/02/2012 - 19:15:35: "Fugitive<25><STEAM_1:0:19960044><CT>" say "rpgmenu"
L 09/02/2012 - 19:15:35: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "awp"
L 09/02/2012 - 19:15:37: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:15:45: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "skidoLLaZ<27><STEAM_1:1:94392><CT>" with "p90"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:15:47: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "awp" (headshot)
L 09/02/2012 - 19:15:48: [basechat.smx] "President Evil<23><STEAM_1:1:32803747><>" triggered sm_msay (text If you like the server, add it your Favorites :))
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:15:51: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" killed "skidoLLaZ<27><STEAM_1:1:94392><CT>" with "awp"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:15:54: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "p90" (headshot)
L 09/02/2012 - 19:15:57: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Brewster<26><STEAM_1:1:9380849><TERRORIST>" with "awp"
Korprate: ALREADY DID
L 09/02/2012 - 19:15:58: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "ALREADY DID"
President Evil: good
L 09/02/2012 - 19:16:02: "President Evil<23><STEAM_1:1:32803747><CT>" say "good"
L 09/02/2012 - 19:16:02: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "awp"
dB|Radio Red: same
L 09/02/2012 - 19:16:07: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "same"
L 09/02/2012 - 19:16:07: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "awp" (headshot)
Attempting to precache model, but model name is NULL
Toxicity: president
L 09/02/2012 - 19:16:11: "Toxicity<10><STEAM_1:0:33436980><CT>" say "president"
L 09/02/2012 - 19:16:15: "skidoLLaZ<27><STEAM_1:1:94392><CT>" disconnected (reason "Disconnect by user.")
Dropped skidoLLaZ from server (Disconnect by user.)
Korprate: Surf rpg? Thats a favorite!
L 09/02/2012 - 19:16:15: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "Surf rpg? Thats a favorite!"
Toxicity: lets date
L 09/02/2012 - 19:16:15: "Toxicity<10><STEAM_1:0:33436980><CT>" say "lets date"
L 09/02/2012 - 19:16:17: "*-*<28><STEAM_1:0:54921744><>" connected, address "97.90.192.61:27005"
Client "*-*" connected (97.90.192.61:27005).
L 09/02/2012 - 19:16:17: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "awp" (headshot)
L 09/02/2012 - 19:16:17: "*-*<28><STEAM_1:0:54921744><>" STEAM USERID validated
L 09/02/2012 - 19:16:23: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "awp" (headshot)
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:16:27: "*-*<28><STEAM_1:0:54921744><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\xm1014\xm1014_insertshell.wav ( 1 26744 6878 ) could not open file to hash ( benign for now ) : 6212bbe75de517e23744bf851f3f8f9c : 

L 09/02/2012 - 19:16:29: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "awp" (headshot)
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:16:32: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "ak47"
L 09/02/2012 - 19:16:33: [basecomm.smx] "President Evil<23><STEAM_1:1:32803747><>" gagged "Toxicity<10><STEAM_1:0:33436980><>"
Attempting to precache model, but model name is NULL
[STEAM_1:0:54921744] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:16:35: "*-*<28><STEAM_1:0:54921744><Unassigned>" joined team "CT"
L 09/02/2012 - 19:16:35: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "ak47"
Korprate: rpgmenu
L 09/02/2012 - 19:16:37: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "rpgmenu"
L 09/02/2012 - 19:16:43: "[F2P]<29><STEAM_1:1:46434936><>" connected, address "123.20.254.239:27005"
Client "[F2P]" connected (123.20.254.239:27005).
L 09/02/2012 - 19:16:44: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "ak47"
L 09/02/2012 - 19:16:44: "[F2P]<29><STEAM_1:1:46434936><>" STEAM USERID validated
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:16:48: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "ak47"
L 09/02/2012 - 19:16:49: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "ak47"
L 09/02/2012 - 19:16:52: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:16:59: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:17:01: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "awp" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:17:03: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "elite"
L 09/02/2012 - 19:17:04: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "awp" (headshot)
L 09/02/2012 - 19:17:05: "President Evil<23><STEAM_1:1:32803747><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "knife"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:17:09: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "awp"
L 09/02/2012 - 19:17:12: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "awp"
L 09/02/2012 - 19:17:14: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Brewster<26><STEAM_1:1:9380849><TERRORIST>" with "awp"
L 09/02/2012 - 19:17:17: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "knife"
L 09/02/2012 - 19:17:23: "Mikedizzle<13><STEAM_1:1:6095492><CT>" committed suicide with "world"
Brewster: i hate your mom
L 09/02/2012 - 19:17:23: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" say "i hate your mom"
L 09/02/2012 - 19:17:35: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "knife"
L 09/02/2012 - 19:17:37: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "xm1014" (headshot)
L 09/02/2012 - 19:17:40: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "awp"
[STEAM_1:0:54921744] Pure server: file: GAME\materials/decals\custom\mani_admin_plugin\mani_logo.vmt ( 1 141 8d ) could not open file to hash ( benign for now ) : 3917aa92bfbf6c4ca13102ef80e9b357 : 

[STEAM_1:0:54921744] Pure server: file: GAME\materials/decals\custom\mani_admin_plugin\mani_logo.vtf ( 1 44192 ab50 ) could not open file to hash ( benign for now ) : 772433ef8350efe5d4a14ab6d804e420 : 

Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:17:45: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "ak47"
L 09/02/2012 - 19:17:47: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" with "deagle"
L 09/02/2012 - 19:17:47: "The Rimunational<30><STEAM_1:1:11462592><>" connected, address "75.108.199.199:27005"
Client "The Rimunational" connected (75.108.199.199:27005).
L 09/02/2012 - 19:17:47: "The Rimunational<30><STEAM_1:1:11462592><>" STEAM USERID validated
L 09/02/2012 - 19:17:48: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:17:48: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:17:55: "*-*<28><STEAM_1:0:54921744><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:17:55: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "awp" (headshot)
Attempting to precache model, but model name is NULL
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:18:02: "The Rimunational<30><STEAM_1:1:11462592><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:11462592] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:18:06: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "deagle"
L 09/02/2012 - 19:18:07: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:18:08: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "awp" (headshot)
L 09/02/2012 - 19:18:14: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" with "m249"
L 09/02/2012 - 19:18:16: "The Rimunational<30><STEAM_1:1:11462592><Unassigned>" joined team "CT"
L 09/02/2012 - 19:18:17: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "m249" (headshot)
L 09/02/2012 - 19:18:23: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" committed suicide with "world"
L 09/02/2012 - 19:18:32: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "awp"
L 09/02/2012 - 19:18:33: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "ak47"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_coverup.wav ( 1 23660 5c6c ) could not open file to hash ( benign for now ) : d71575dd34d6063a3e8971ae53cdee85 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_boxout.wav ( 1 17908 45f4 ) could not open file to hash ( benign for now ) : 571571a19daf2647fe5a84b773376886 : 

Attempting to precache model, but model name is NULL
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_boxin.wav ( 1 69644 1100c ) could not open file to hash ( benign for now ) : 01d9a41bd3e4e4e9317930e1b60021ae : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_chain.wav ( 1 55540 d8f4 ) could not open file to hash ( benign for now ) : 10c7488b13271fe7a8b612d42926e57e : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_coverdown.wav ( 1 20554 504a ) could not open file to hash ( benign for now ) : 355e5875b24f84a6a0a764745e796221 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m249\m249_pump.wav ( 1 37472 9260 ) could not open file to hash ( benign for now ) : 0dd793c9729982f82e2525b907d80f42 : 

L 09/02/2012 - 19:18:37: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "knife"
L 09/02/2012 - 19:18:39: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:18:43: "Schrödinger's Cat<17><STEAM_1:0:28918338><CT>" disconnected (reason "Disconnect by user.")
Dropped Schrödinger's Cat from server (Disconnect by user.)
L 09/02/2012 - 19:18:44: "President Evil<23><STEAM_1:1:32803747><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "negev"
L 09/02/2012 - 19:18:45: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "deagle" (headshot)
Korprate: NO
L 09/02/2012 - 19:18:47: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "NO"
L 09/02/2012 - 19:18:48: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "awp"
Attempting to precache model, but model name is NULL
Korprate: BAD
L 09/02/2012 - 19:18:52: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "BAD"
L 09/02/2012 - 19:18:55: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "awp" (headshot)
L 09/02/2012 - 19:18:56: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" committed suicide with "world"
L 09/02/2012 - 19:18:57: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "m4a1" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:18:59: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:19:00: "The Rimunational<30><STEAM_1:1:11462592><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "mag7" (headshot)
L 09/02/2012 - 19:19:03: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "awp" (headshot)
L 09/02/2012 - 19:19:04: "The Rimunational<30><STEAM_1:1:11462592><CT>" killed "Brewster<26><STEAM_1:1:9380849><TERRORIST>" with "mag7"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:19:12: "[F2P]<29><STEAM_1:1:46434936><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:19:13: "*-*<28><STEAM_1:0:54921744><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "knife"
President Evil: open
L 09/02/2012 - 19:19:14: "President Evil<23><STEAM_1:1:32803747><CT>" say "open"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:46434936] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:19:18: "[F2P]<29><STEAM_1:1:46434936><Unassigned>" joined team "CT"
L 09/02/2012 - 19:19:20: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "deagle"
L 09/02/2012 - 19:19:21: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "ak47"
L 09/02/2012 - 19:19:24: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:19:26: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "ak47" (headshot)
*DEAD* *-*: open
L 09/02/2012 - 19:19:28: "*-*<28><STEAM_1:0:54921744><CT>" say "open"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:19:29: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Brewster<26><STEAM_1:1:9380849><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:19:29: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:19:29: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "deagle"
L 09/02/2012 - 19:19:35: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "ak47"
[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle7.mp3 ( 1 23965 5d9d ) could not open file to hash ( benign for now ) : 44b28fb333ec2c240f8eddddf0ed2049 : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle6.mp3 ( 1 43400 a988 ) could not open file to hash ( benign for now ) : 9cdf9760cb9a13d3e54770930d2e448e : 

Attempting to precache model, but model name is NULL
[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_pain6.mp3 ( 1 34617 8739 ) could not open file to hash ( benign for now ) : f04ddcc30e3df7e419a4617ee59042b2 : 

L 09/02/2012 - 19:19:38: "Schrödinger's Cat<31><STEAM_1:0:28918338><>" connected, address "173.246.203.159:27005"
Client "Schrödinger's Cat" connected (173.246.203.159:27005).
L 09/02/2012 - 19:19:38: "Schrödinger's Cat<31><STEAM_1:0:28918338><>" STEAM USERID validated
[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle5.mp3 ( 1 32115 7d73 ) could not open file to hash ( benign for now ) : 17457b7bdb9187a06be84eb3793928ad : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_pain5.mp3 ( 1 31482 7afa ) could not open file to hash ( benign for now ) : 1f1a7155fcbc00da7f5aabb06dc6332a : 

Attempting to precache model, but model name is NULL
[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_pain4.mp3 ( 1 19570 4c72 ) could not open file to hash ( benign for now ) : 85657a92080a99626c8d9f911ed7587d : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle4.mp3 ( 1 17696 4520 ) could not open file to hash ( benign for now ) : 1c43109683e2414bd4832e843ca2878b : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_pain2.mp3 ( 1 20824 5158 ) could not open file to hash ( benign for now ) : e01530708fdc8bee19510cb73a35f025 : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle2.mp3 ( 1 20204 4eec ) could not open file to hash ( benign for now ) : 1905c91a57ae5a70e97418fd4c2c1bdb : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle3.mp3 ( 1 18323 4793 ) could not open file to hash ( benign for now ) : d7c4461ce1d60ecb50046e1fe0ae91e7 : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_pain3.mp3 ( 1 16435 4033 ) could not open file to hash ( benign for now ) : 41de22b254d2da7c7653f2611084289f : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_pain1.mp3 ( 1 24585 6009 ) could not open file to hash ( benign for now ) : 28817d469ca0e23b7c1fbd92a75faa20 : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle1.mp3 ( 1 22711 58b7 ) could not open file to hash ( benign for now ) : f1d6f4dea1a7d8165f0f525e4e7a9e02 : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_die2.mp3 ( 1 30227 7613 ) could not open file to hash ( benign for now ) : f4793dc77044022ce11872c6c1471699 : 

L 09/02/2012 - 19:19:45: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "ak47"
[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_die3.mp3 ( 1 32734 7fde ) could not open file to hash ( benign for now ) : e9900b8937e1543ff321d8d1ee803aa9 : 

Attempting to precache model, but model name is NULL
[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_die1.mp3 ( 1 36496 8e90 ) could not open file to hash ( benign for now ) : 7bfb11c6d1d532ead27a58c22e8abff0 : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle14.mp3 ( 1 39640 9ad8 ) could not open file to hash ( benign for now ) : fa51bae60d05bf5de6563f7e7cc366b6 : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle12.mp3 ( 1 29609 73a9 ) could not open file to hash ( benign for now ) : 07b8b758b23e14b987be19220b287932 : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle9.mp3 ( 1 36504 8e98 ) could not open file to hash ( benign for now ) : 9e55975fd8f2031d395f57120c30063d : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\fz_scream1.mp3 ( 1 41511 a227 ) could not open file to hash ( benign for now ) : f98d26d1956fac347f1b7e934162975c : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle8.mp3 ( 1 40266 9d4a ) could not open file to hash ( benign for now ) : 1f4e7beac455afa1adf8209c37161a65 : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle13.mp3 ( 1 26474 676a ) could not open file to hash ( benign for now ) : 2b05032dd5c54aa8e93dda5718919f8f : 

[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle10.mp3 ( 1 28982 7136 ) could not open file to hash ( benign for now ) : 48dd0c7a55270bec576a805f4eccebe0 : 

L 09/02/2012 - 19:19:51: "The Rimunational<30><STEAM_1:1:11462592><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "mag7"
L 09/02/2012 - 19:19:51: "Schrödinger's Cat<31><STEAM_1:0:28918338><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:46434936] Pure server: file: GAME\sound\music\zr\zombie_voice_idle11.mp3 ( 1 28982 7136 ) could not open file to hash ( benign for now ) : c9470e89a5f15e8a02eac40559e20479 : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:19:52: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:19:56: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" killed "*-*<28><STEAM_1:0:54921744><CT>" with "deagle"
L 09/02/2012 - 19:19:57: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "m4a1" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:19:59: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:20:01: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "deagle"
L 09/02/2012 - 19:20:01: "*-*<28><STEAM_1:0:54921744><CT>" disconnected (reason "由用户æ–*开连接。")
Dropped *-* from server (由用户æ–*开连接。)
L 09/02/2012 - 19:20:03: "Schrödinger's Cat<31><STEAM_1:0:28918338><Unassigned>" joined team "TERRORIST"
Attempting to precache model, but model name is NULL
[STEAM_1:0:28918338] Pure server: file: PLATFORM\scripts/plugin_animations.txt ( 1 1534 5fe ) could not open file to hash ( benign for now ) : 12f74cb4a451b64313782652597d4d44 : 

Attempting to precache model, but model name is NULL
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_boltback.wav ( 1 14392 3838 ) could not open file to hash ( benign for now ) : 6ee6111e4784588f3f7c596aa34cf2d8 : 

L 09/02/2012 - 19:20:07: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_boltforward.wav ( 1 15480 3c78 ) could not open file to hash ( benign for now ) : 3a562b80da30495cf5ac9c04a3eefcfd : 

L 09/02/2012 - 19:20:09: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:20:10: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "awp" (headshot)
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon-1.wav ( 1 248300 3c9ec ) could not open file to hash ( benign for now ) : b0243bdd1d810fe98097e671a66608ef : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon-1-distant.wav ( 1 203206 319c6 ) could not open file to hash ( benign for now ) : b1b7ddfbd413cc3522506cd6acc84966 : 

L 09/02/2012 - 19:20:12: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp"
L 09/02/2012 - 19:20:14: "Valentine<32><STEAM_1:1:21780556><>" connected, address "76.246.232.79:27005"
Client "Valentine" connected (76.246.232.79:27005).
L 09/02/2012 - 19:20:14: "Valentine<32><STEAM_1:1:21780556><>" STEAM USERID validated
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon_clipout.wav ( 1 9156 23c4 ) could not open file to hash ( benign for now ) : 65a02d8793bb90b84183ce8ac3dc319c : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon_clipin.wav ( 1 16568 40b8 ) could not open file to hash ( benign for now ) : 004a3cffb6de59f8eca2899be0f5d9f0 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_clipout.wav ( 1 10932 2ab4 ) could not open file to hash ( benign for now ) : febd23c94ca172cd94c9894ad91f3833 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon_boltback.wav ( 1 19392 4bc0 ) could not open file to hash ( benign for now ) : 6e0477a0c8fd464e68dd0a22f1d77436 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\bizon\bizon_boltforward.wav ( 1 10616 2978 ) could not open file to hash ( benign for now ) : df5be3d591c10722c2e081314247a865 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_clipin.wav ( 1 24632 6038 ) could not open file to hash ( benign for now ) : 29ed7cdebe80d35828b3a68d58cfca9e : 

L 09/02/2012 - 19:20:19: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "deagle"
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\famas\famas_cliphit.wav ( 1 29240 7238 ) could not open file to hash ( benign for now ) : 27ab316c6c3140091aa033f09c4d75f9 : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:20:24: "Valentine<32><STEAM_1:1:21780556><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:20:26: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "ak47"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:21780556] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:20:29: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "Brewster<26><STEAM_1:1:9380849><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:20:30: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:20:31: "Valentine<32><STEAM_1:1:21780556><Unassigned>" joined team "CT"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:20:35: "[F2P]<29><STEAM_1:1:46434936><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "hkp2000" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:20:35: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "ak47"
Attempting to precache model, but model name is NULL
dB|Radio Red: rpg
L 09/02/2012 - 19:20:38: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" say "rpg"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:20:44: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:20:47: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
Korprate: rpg
L 09/02/2012 - 19:20:52: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "rpg"
L 09/02/2012 - 19:20:53: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "bizon" (headshot)
L 09/02/2012 - 19:20:54: "Mordecool<33><STEAM_1:1:18403891><>" connected, address "173.51.116.15:27005"
Client "Mordecool" connected (173.51.116.15:27005).
L 09/02/2012 - 19:20:54: "Mordecool<33><STEAM_1:1:18403891><>" STEAM USERID validated
L 09/02/2012 - 19:20:56: "Valentine<32><STEAM_1:1:21780556><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:20:56: "¢§<34><STEAM_1:1:31329111><>" connected, address "97.90.136.53:27005"
Client "¢§" connected (97.90.136.53:27005).
L 09/02/2012 - 19:20:56: "¢§<34><STEAM_1:1:31329111><>" STEAM USERID validated
L 09/02/2012 - 19:20:57: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "deagle"
L 09/02/2012 - 19:20:58: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Valentine<32><STEAM_1:1:21780556><CT>" with "awp" (headshot)
L 09/02/2012 - 19:20:58: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "bizon" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:21:00: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
Valentine: rpg
L 09/02/2012 - 19:21:01: "Valentine<32><STEAM_1:1:21780556><CT>" say "rpg"
Attempting to precache model, but model name is NULL
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
The Rimunational: rpg
L 09/02/2012 - 19:21:03: "The Rimunational<30><STEAM_1:1:11462592><CT>" say "rpg"
L 09/02/2012 - 19:21:04: "¢§<34><STEAM_1:1:31329111><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:21:05: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Brewster<26><STEAM_1:1:9380849><TERRORIST>" with "m4a1"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:31329111] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:21:07: "The Rimunational<30><STEAM_1:1:11462592><CT>" killed "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" with "knife"
L 09/02/2012 - 19:21:07: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "awp" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:21:12: "¢§<34><STEAM_1:1:31329111><Unassigned>" joined team "CT"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:21:14: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:21:15: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Korprate<18><STEAM_1:1:20515090><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:21:15: "Brewster<26><STEAM_1:1:9380849><TERRORIST>" disconnected (reason "Disconnect by user.")
Dropped Brewster from server (Disconnect by user.)
L 09/02/2012 - 19:21:15: "Mordecool<33><STEAM_1:1:18403891><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
Attempting to precache model, but model name is NULL
[STEAM_1:1:18403891] Pure server: file: PLATFORM\scripts/plugin_animations.txt ( 1 1534 5fe ) could not open file to hash ( benign for now ) : 12f74cb4a451b64313782652597d4d44 : 

L 09/02/2012 - 19:21:23: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "m4a1" (headshot)
L 09/02/2012 - 19:21:24: "Mordecool<33><STEAM_1:1:18403891><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 19:21:28: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "deagle" (headshot)
L 09/02/2012 - 19:21:32: "Toxicity<10><STEAM_1:0:33436980><CT>" committed suicide with "world"
L 09/02/2012 - 19:21:33: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:21:35: "HAWK<35><STEAM_1:0:28784724><>" connected, address "67.161.188.65:27005"
Client "HAWK" connected (67.161.188.65:27005).
L 09/02/2012 - 19:21:35: "HAWK<35><STEAM_1:0:28784724><>" STEAM USERID validated
L 09/02/2012 - 19:21:39: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "deagle" (headshot)
Attempting to precache model, but model name is NULL
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:21:44: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:21:45: "HAWK<35><STEAM_1:0:28784724><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:21:46: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "m4a1" (headshot)
L 09/02/2012 - 19:21:46: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "awp"
L 09/02/2012 - 19:21:47: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "ak47"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:21:47: "HAWK<35><STEAM_1:0:28784724><Unassigned>" triggered "clantag" (value "")
L 09/02/2012 - 19:21:47: "HAWK<35><STEAM_1:0:28784724><Unassigned>" triggered "clantag" (value "_K20_")
[STEAM_1:0:28784724] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:21:47: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:21:48: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "ak47"
L 09/02/2012 - 19:21:48: "BlueCuda<36><STEAM_1:1:17471536><>" connected, address "74.83.239.200:27005"
Client "BlueCuda" connected (74.83.239.200:27005).
L 09/02/2012 - 19:21:48: "BlueCuda<36><STEAM_1:1:17471536><>" STEAM USERID validated
L 09/02/2012 - 19:21:49: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "knife"
L 09/02/2012 - 19:21:50: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "m4a1"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:21:56: "President Evil<23><STEAM_1:1:32803747><CT>" killed "Korprate<18><STEAM_1:1:20515090><TERRORIST>" with "famas"
L 09/02/2012 - 19:21:58: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "awp"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:22:03: "HAWK<35><STEAM_1:0:28784724><Unassigned>" joined team "CT"
L 09/02/2012 - 19:22:06: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "HAWK<35><STEAM_1:0:28784724><CT>" with "knife"
L 09/02/2012 - 19:22:06: "[F2P]<29><STEAM_1:1:46434936><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "galilar"
L 09/02/2012 - 19:22:10: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" killed "HAWK<35><STEAM_1:0:28784724><CT>" with "knife"
L 09/02/2012 - 19:22:13: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:22:15: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:22:16: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "m4a1"
L 09/02/2012 - 19:22:17: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "awp" (headshot)
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:22:25: "BlueCuda<36><STEAM_1:1:17471536><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:22:25: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "deagle" (headshot)
Attempting to precache model, but model name is NULL
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:17471536] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:22:30: "President Evil<23><STEAM_1:1:32803747><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "deagle"
L 09/02/2012 - 19:22:31: "President Evil<23><STEAM_1:1:32803747><CT>" killed "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" with "deagle"
L 09/02/2012 - 19:22:32: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "ak47"
L 09/02/2012 - 19:22:34: "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "nova"
L 09/02/2012 - 19:22:34: "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:22:34: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "m4a1"
L 09/02/2012 - 19:22:35: "HAWK<35><STEAM_1:0:28784724><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "ak47"
L 09/02/2012 - 19:22:37: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "deagle"
L 09/02/2012 - 19:22:40: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "HAWK<35><STEAM_1:0:28784724><CT>" with "ak47"
L 09/02/2012 - 19:22:41: "fakesummon<22><STEAM_1:0:20517484><TERRORIST>" disconnected (reason "Disconnect by user.")
Dropped fakesummon from server (Disconnect by user.)
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\m4a1\m4a1_boltback.wav ( 1 25870 650e ) could not open file to hash ( benign for now ) : 0ae3613563db2964cd5748b7b5439808 : 

L 09/02/2012 - 19:22:45: "BlueCuda<36><STEAM_1:1:17471536><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 19:22:48: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Korprate<18><STEAM_1:1:20515090><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:22:49: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "ak47"
Attempting to precache model, but model name is NULL
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:22:56: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "awp"
L 09/02/2012 - 19:22:57: "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "deagle"
L 09/02/2012 - 19:22:58: "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" killed "HAWK<35><STEAM_1:0:28784724><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:22:59: "HAWK<35><STEAM_1:0:28784724><CT>" disconnected (reason "Disconnect by user.")
Dropped HAWK from server (Disconnect by user.)
L 09/02/2012 - 19:22:59: "Nautilus<37><STEAM_1:1:8059706><>" connected, address "24.205.170.117:55923"
Client "Nautilus" connected (24.205.170.117:55923).
L 09/02/2012 - 19:23:00: "Nautilus<37><STEAM_1:1:8059706><>" STEAM USERID validated
L 09/02/2012 - 19:23:00: "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" killed "¢§<34><STEAM_1:1:31329111><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:23:02: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "ak47"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:23:04: "Nautilus<37><STEAM_1:1:8059706><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
Attempting to precache model, but model name is NULL
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:8059706] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:23:07: "Nautilus<37><STEAM_1:1:8059706><Unassigned>" joined team "TERRORIST"
Fugitive: rpgmenu
L 09/02/2012 - 19:23:09: "Fugitive<25><STEAM_1:0:19960044><CT>" say "rpgmenu"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:23:13: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:23:14: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:23:16: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
[STEAM_1:1:8059706] Pure server: file: GAME\pak01_000.vpk ( 1 0 00000000 100000 ) unrecognized vpk file : 66e96cc0fef7da0e2a982cc47110091a : 

Fugitive: rpgmenu
L 09/02/2012 - 19:23:20: "Fugitive<25><STEAM_1:0:19960044><CT>" say "rpgmenu"
L 09/02/2012 - 19:23:21: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:23:24: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:23:24: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp"
L 09/02/2012 - 19:23:26: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "elite"
L 09/02/2012 - 19:23:27: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:23:28: "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "sg556" (headshot)
L 09/02/2012 - 19:23:29: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "The Rimunational<30><STEAM_1:1:11462592><CT>" with "deagle"
L 09/02/2012 - 19:23:29: "Valentine<32><STEAM_1:1:21780556><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "knife"
L 09/02/2012 - 19:23:31: "Valentine<32><STEAM_1:1:21780556><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "knife"
L 09/02/2012 - 19:23:33: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:23:34: "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" killed "Valentine<32><STEAM_1:1:21780556><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:23:38: "[F2P]<29><STEAM_1:1:46434936><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "sg556" (headshot)
L 09/02/2012 - 19:23:41: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "awp"
L 09/02/2012 - 19:23:45: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp"
L 09/02/2012 - 19:23:48: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp"
L 09/02/2012 - 19:23:49: "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "sg556"
L 09/02/2012 - 19:23:49: "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "m4a1" (headshot)
L 09/02/2012 - 19:23:54: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:23:58: "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" killed "Valentine<32><STEAM_1:1:21780556><CT>" with "ak47" (headshot)
L 09/02/2012 - 19:23:58: "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "m4a1"
L 09/02/2012 - 19:24:00: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "sg556"
L 09/02/2012 - 19:24:02: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:24:03: "[F2P]<29><STEAM_1:1:46434936><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:24:05: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" with "awp"
L 09/02/2012 - 19:24:05: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "deagle"
L 09/02/2012 - 19:24:07: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp"
Attempting to precache model, but model name is NULL
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:24:10: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:24:12: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp"
L 09/02/2012 - 19:24:13: "President Evil<23><STEAM_1:1:32803747><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "p250" (headshot)
L 09/02/2012 - 19:24:17: "¢§<34><STEAM_1:1:31329111><CT>" killed "Korprate<18><STEAM_1:1:20515090><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:24:18: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "ak47"
L 09/02/2012 - 19:24:23: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "¢§<34><STEAM_1:1:31329111><CT>" with "ak47"
L 09/02/2012 - 19:24:24: "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" killed "The Rimunational<30><STEAM_1:1:11462592><CT>" with "m4a1" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:24:29: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "sg556"
L 09/02/2012 - 19:24:30: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "sg556"
L 09/02/2012 - 19:24:31: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:24:31: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "ak47"
L 09/02/2012 - 19:24:34: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "m4a1"
L 09/02/2012 - 19:24:35: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Valentine<32><STEAM_1:1:21780556><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:24:39: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "¢§<34><STEAM_1:1:31329111><CT>" with "tec9"
L 09/02/2012 - 19:24:42: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "deagle"
L 09/02/2012 - 19:24:42: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:24:45: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "awp"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:24:48: "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "m249"
L 09/02/2012 - 19:24:49: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "knife"
L 09/02/2012 - 19:24:52: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:24:53: "Dippeggs<38><STEAM_1:0:11967880><>" connected, address "68.111.217.77:27005"
Client "Dippeggs" connected (68.111.217.77:27005).
L 09/02/2012 - 19:24:53: "Dippeggs<38><STEAM_1:0:11967880><>" STEAM USERID validated
L 09/02/2012 - 19:24:54: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "knife"
L 09/02/2012 - 19:24:55: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "awp"
L 09/02/2012 - 19:24:56: "[F2P]<29><STEAM_1:1:46434936><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "awp" (headshot)
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:24:58: "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" committed suicide with "world"
()_Crayola_(>: rpg
L 09/02/2012 - 19:24:59: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" say "rpg"
L 09/02/2012 - 19:24:59: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:25:01: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" with "ssg08" (headshot)
L 09/02/2012 - 19:25:02: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "awp"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:25:03: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "¢§<34><STEAM_1:1:31329111><CT>" with "awp" (headshot)
L 09/02/2012 - 19:25:04: "Dippeggs<38><STEAM_1:0:11967880><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:11967880] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:25:06: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "ak47"
L 09/02/2012 - 19:25:10: "Dippeggs<38><STEAM_1:0:11967880><Unassigned>" joined team "CT"
L 09/02/2012 - 19:25:14: "Fugitive<25><STEAM_1:0:19960044><CT>" committed suicide with "world"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:25:16: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" with "awp"
L 09/02/2012 - 19:25:17: "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "glock"
L 09/02/2012 - 19:25:17: "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" killed "Valentine<32><STEAM_1:1:21780556><CT>" with "ak47"
L 09/02/2012 - 19:25:23: "R0CK3T<39><STEAM_1:1:50008226><>" connected, address "97.88.1.134:27005"
Client "R0CK3T" connected (97.88.1.134:27005).
L 09/02/2012 - 19:25:23: "R0CK3T<39><STEAM_1:1:50008226><>" STEAM USERID validated
L 09/02/2012 - 19:25:27: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:25:29: "Valentine<32><STEAM_1:1:21780556><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "hkp2000"
L 09/02/2012 - 19:25:31: "Valentine<32><STEAM_1:1:21780556><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "hkp2000"
L 09/02/2012 - 19:25:33: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Valentine<32><STEAM_1:1:21780556><CT>" with "ak47"
L 09/02/2012 - 19:25:36: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" with "awp"
L 09/02/2012 - 19:25:38: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Korprate<18><STEAM_1:1:20515090><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:25:40: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "sg556"
L 09/02/2012 - 19:25:40: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" with "awp"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:25:43: "R0CK3T<39><STEAM_1:1:50008226><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:25:44: "The Rimunational<30><STEAM_1:1:11462592><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "mag7"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:50008226] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:25:48: "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "glock"
L 09/02/2012 - 19:25:49: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:25:50: "R0CK3T<39><STEAM_1:1:50008226><Unassigned>" joined team "TERRORIST"
L 09/02/2012 - 19:25:52: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "awp"
L 09/02/2012 - 19:25:53: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "awp"
L 09/02/2012 - 19:25:54: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "¢§<34><STEAM_1:1:31329111><CT>" with "sg556"
L 09/02/2012 - 19:25:54: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "R0CK3T<39><STEAM_1:1:50008226><TERRORIST>" with "awp"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:26:01: "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" killed "The Rimunational<30><STEAM_1:1:11462592><CT>" with "glock"
Korprate: laggy mofo
L 09/02/2012 - 19:26:06: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" say "laggy mofo"
L 09/02/2012 - 19:26:06: "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "awp"
L 09/02/2012 - 19:26:09: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "deagle" (headshot)
L 09/02/2012 - 19:26:11: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "glock" (headshot)
L 09/02/2012 - 19:26:14: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "awp"
L 09/02/2012 - 19:26:14: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "¢§<34><STEAM_1:1:31329111><CT>" with "deagle"
L 09/02/2012 - 19:26:14: "Valentine<32><STEAM_1:1:21780556><CT>" committed suicide with "world"
L 09/02/2012 - 19:26:15: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Dippeggs<38><STEAM_1:0:11967880><CT>" with "knife"
L 09/02/2012 - 19:26:15: "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "awp"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:26:19: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "m249" (headshot)
L 09/02/2012 - 19:26:21: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:26:22: "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" killed "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" with "ssg08"
L 09/02/2012 - 19:26:23: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "awp"
Attempting to precache model, but model name is NULL
L 09/02/2012 - 19:26:36: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Valentine<32><STEAM_1:1:21780556><CT>" with "ak47"
L 09/02/2012 - 19:26:37: "[F2P]<29><STEAM_1:1:46434936><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "deagle" (headshot)
L 09/02/2012 - 19:26:41: "Valentine<32><STEAM_1:1:21780556><CT>" committed suicide with "world"
L 09/02/2012 - 19:26:42: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "m249"
L 09/02/2012 - 19:26:47: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:26:47: "R0CK3T<39><STEAM_1:1:50008226><TERRORIST>" killed "Dippeggs<38><STEAM_1:0:11967880><CT>" with "deagle"
L 09/02/2012 - 19:26:52: "¢§<34><STEAM_1:1:31329111><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:26:52: "The Rimunational<30><STEAM_1:1:11462592><CT>" killed "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" with "g3sg1" (headshot)
L 09/02/2012 - 19:26:56: "R0CK3T<39><STEAM_1:1:50008226><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "awp"
L 09/02/2012 - 19:26:58: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "awp"
L 09/02/2012 - 19:27:00: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "awp"
L 09/02/2012 - 19:27:02: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "awp" (headshot)
[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10_boltback.wav ( 1 15124 3b14 ) could not open file to hash ( benign for now ) : 80ea33ef1994b8992938528c7cb38727 : 

[STEAM_1:0:5514048] Pure server: file: GAME\sound\fas_weapons\mac10\mac10_boltforward.wav ( 1 5724 165c ) could not open file to hash ( benign for now ) : f85eb41268031ccec310c56a40b9dfdf : 

L 09/02/2012 - 19:27:07: "Valentine<32><STEAM_1:1:21780556><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "galilar" (headshot)
L 09/02/2012 - 19:27:07: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Valentine<32><STEAM_1:1:21780556><CT>" with "ak47"
L 09/02/2012 - 19:27:08: "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "awp"
L 09/02/2012 - 19:27:12: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "Dippeggs<38><STEAM_1:0:11967880><CT>" with "ak47"
L 09/02/2012 - 19:27:13: "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "elite"
L 09/02/2012 - 19:27:17: "¢§<34><STEAM_1:1:31329111><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:27:17: "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "deagle"
L 09/02/2012 - 19:27:19: "Fugitive<25><STEAM_1:0:19960044><CT>" killed "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" with "deagle" (headshot)
L 09/02/2012 - 19:27:21: "¢§<34><STEAM_1:1:31329111><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "m4a1" (headshot)
L 09/02/2012 - 19:27:25: "¢§<34><STEAM_1:1:31329111><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:27:26: "R0CK3T<39><STEAM_1:1:50008226><TERRORIST>" killed "¢§<34><STEAM_1:1:31329111><CT>" with "awp" (headshot)
L 09/02/2012 - 19:27:26: "Valentine<32><STEAM_1:1:21780556><CT>" committed suicide with "world"
Mikedizzle: rpg menu
L 09/02/2012 - 19:27:27: "Mikedizzle<13><STEAM_1:1:6095492><CT>" say "rpg menu"
Attempting to precache model, but model name is NULL
Mikedizzle: rpg
L 09/02/2012 - 19:27:31: "Mikedizzle<13><STEAM_1:1:6095492><CT>" say "rpg"
L 09/02/2012 - 19:27:32: "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "xm1014"
L 09/02/2012 - 19:27:38: "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" killed "Dippeggs<38><STEAM_1:0:11967880><CT>" with "glock"
L 09/02/2012 - 19:27:42: "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "awp" (headshot)
L 09/02/2012 - 19:27:49: "Toxicity<10><STEAM_1:0:33436980><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "awp" (headshot)
L 09/02/2012 - 19:27:49: "BlueCuda<36><STEAM_1:1:17471536><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "awp"
L 09/02/2012 - 19:27:50: "The Rimunational<30><STEAM_1:1:11462592><CT>" killed "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" with "g3sg1" (headshot)
L 09/02/2012 - 19:27:51: "`iSmurf<40><STEAM_1:0:32247079><>" connected, address "98.28.239.176:27005"
Client "`iSmurf" connected (98.28.239.176:27005).
L 09/02/2012 - 19:27:51: "`iSmurf<40><STEAM_1:0:32247079><>" STEAM USERID validated
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:27:53: "`iSmurf<40><STEAM_1:0:32247079><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:27:54: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Fugitive<25><STEAM_1:0:19960044><CT>" with "deagle"
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:0:32247079] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

Nautilus: weapons
L 09/02/2012 - 19:27:55: "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" say "weapons"
L 09/02/2012 - 19:27:59: "`iSmurf<40><STEAM_1:0:32247079><Unassigned>" joined team "TERRORIST"
Nautilus: !weapons
L 09/02/2012 - 19:28:00: "Nautilus<37><STEAM_1:1:8059706><TERRORIST>" say "!weapons"
L 09/02/2012 - 19:28:00: "dB|Radio Red<8><STEAM_1:1:30258077><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "ak47"
L 09/02/2012 - 19:28:01: "President Evil<23><STEAM_1:1:32803747><CT>" killed "()_Crayola_(><24><STEAM_1:0:20860415><TERRORIST>" with "mp7" (headshot)
L 09/02/2012 - 19:28:01: "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "xm1014"
L 09/02/2012 - 19:28:02: "Dippeggs<38><STEAM_1:0:11967880><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "ak47"
L 09/02/2012 - 19:28:02: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "deagle"
L 09/02/2012 - 19:28:03: "Dippeggs<38><STEAM_1:0:11967880><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "ak47"
[GzMo]  Alex: open the fucking door please
L 09/02/2012 - 19:28:05: "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" say "open the fucking door please"
L 09/02/2012 - 19:28:05: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Dippeggs<38><STEAM_1:0:11967880><CT>" with "knife"
L 09/02/2012 - 19:28:06: [basecomm.smx] "President Evil<23><STEAM_1:1:32803747><>" ungagged "Toxicity<10><STEAM_1:0:33436980><>"
L 09/02/2012 - 19:28:08: "¢§<34><STEAM_1:1:31329111><CT>" killed "[GzMo]  Alex<12><STEAM_1:0:29558594><TERRORIST>" with "m4a1"
L 09/02/2012 - 19:28:10: "tHe BUff feTus<41><STEAM_1:1:31913661><>" connected, address "98.28.239.176:1024"
Client "tHe BUff feTus" connected (98.28.239.176:1024).
L 09/02/2012 - 19:28:10: "tHe BUff feTus<41><STEAM_1:1:31913661><>" STEAM USERID validated
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:28:15: "R0CK3T<39><STEAM_1:1:50008226><TERRORIST>" killed "¢§<34><STEAM_1:1:31329111><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:28:16: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "Toxicity<10><STEAM_1:0:33436980><CT>" with "knife"
L 09/02/2012 - 19:28:17: "tHe BUff feTus<41><STEAM_1:1:31913661><>" entered the game
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
L 09/02/2012 - 19:28:17: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Omega<15><STEAM_1:0:5514048><TERRORIST>" with "awp"
Attempting to precache model, but model name is NULL
CreateFragmentsFromFile: 'downloads/1ab72a88.dat' doesn't exist.
[STEAM_1:1:31913661] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 : 

L 09/02/2012 - 19:28:21: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "ADoMinGu3z<20><STEAM_1:1:16784821><CT>" with "deagle" (headshot)
L 09/02/2012 - 19:28:21: "Mikedizzle<13><STEAM_1:1:6095492><CT>" killed "Schrödinger's Cat<31><STEAM_1:0:28918338><TERRORIST>" with "awp"
L 09/02/2012 - 19:28:24: "Valentine<32><STEAM_1:1:21780556><CT>" killed "Mordecool<33><STEAM_1:1:18403891><TERRORIST>" with "hkp2000"
L 09/02/2012 - 19:28:24: World triggered "SFUI_Notice_Round_Draw" (CT "0") (T "1")
L 09/02/2012 - 19:28:24: Team "CT" scored "0" with "10" players
L 09/02/2012 - 19:28:24: Team "TERRORIST" scored "1" with "12" players
L 09/02/2012 - 19:28:24: World triggered "Round_End"
L 09/02/2012 - 19:28:25: "Korprate<18><STEAM_1:1:20515090><TERRORIST>" killed "Mikedizzle<13><STEAM_1:1:6095492><CT>" with "deagle"
L 09/02/2012 - 19:28:27: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "[F2P]<29><STEAM_1:1:46434936><CT>" with "m249"
L 09/02/2012 - 19:28:28: "tHe BUff feTus<41><STEAM_1:1:31913661><Unassigned>" joined team "CT"
L 09/02/2012 - 19:28:30: "Omega<15><STEAM_1:0:5514048><TERRORIST>" killed "President Evil<23><STEAM_1:1:32803747><CT>" with "m249" (headshot)
L 09/02/2012 - 19:28:30: "Valentine<32><STEAM_1:1:21780556><CT>" killed "Bonswee<21><STEAM_1:0:30482152><TERRORIST>" with "hkp2000" (headshot)
Alarm clock
hgs4763@gas:~$
__________________

Last edited by PresidentEvil; 09-02-2012 at 22:55.
PresidentEvil is offline
chasgames
Junior Member
Join Date: Sep 2009
Old 09-03-2012 , 06:07   Re: [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #2

I have exactly the same problem, not all the time, more likely when the server is full of players. Also can crash on map change
chasgames is offline
ghostofmybrain
Veteran Member
Join Date: Mar 2010
Old 08-15-2014 , 18:16   Re: [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #3

I'm having this issue as well, where clients will be disconnected with the error in the OP. It only started today, and it is kicking people from the server after they have been connected for 10 minutes. I have an identical server on which this is not happening.

EDIT: Looks like your issue is different form mine. The Alarm clock issue could be fixed by adding -nowatchdog to your command line.

My current issue is the pure file errors, eg [STEAM_1:11913661] Pure server: file: GAME\csgo\pak01 ( 1 4259336 40fe08 ) could not open file to hash ( benign for now ) : 96efa145ca26c0a434b6976f878e4920 :

These errors persist after validating the installation of the server.
__________________
Boycott ESEA
My servers

Last edited by ghostofmybrain; 08-16-2014 at 19:18.
ghostofmybrain is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 08-19-2014 , 03:10   Re: [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #4

Please refer to this thread...

https://forums.alliedmods.net/showthread.php?t=245634
__________________
Neuro Toxin is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 08-20-2014 , 13:44   Re: [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #5

Meh he deserves no help

Last edited by checkster; 08-20-2014 at 15:23.
checkster is offline
JoB2C
AlliedModders Donor
Join Date: Jan 2014
Location: France
Old 08-21-2014 , 05:04   Re: [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #6

Search -> https://forums.alliedmods.net/showthread.php?t=188670 -> -nowatchdog

Add it to your start command, and report back
JoB2C is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 08-21-2014 , 06:57   Re: [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #7

The only thing -nowatchdog does is stop your server from restarting when it "crashes", so without it your server hangs until you restart it yourself.
Jargon is offline
JoB2C
AlliedModders Donor
Join Date: Jan 2014
Location: France
Old 08-21-2014 , 07:43   Re: [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #8

It prevents the watchdog from running and killing your server when it shouldn't be. If the server crashes, it will restart anyway.

Last edited by JoB2C; 08-21-2014 at 07:50.
JoB2C is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 08-21-2014 , 08:08   Re: [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #9

Not necessarily, if SRCDS hangs it won't restart. Players will be disconnected and can't rejoin and the process continues running. Its a big topic of discussion in the other thread.
Jargon is offline
Amroth
Senior Member
Join Date: Apr 2013
Location: /root
Old 08-21-2014 , 08:18   Re: [CSGO] big problem: Server crashes after round end / new round start
Reply With Quote #10

Quote:
Originally Posted by Jargon View Post
Not necessarily, if SRCDS hangs it won't restart. Players will be disconnected and can't rejoin and the process continues running. Its a big topic of discussion in the other thread.
I had this before, server just "freeze" and cpu usage up to %100 and stay there until I restart server manually.
Amroth is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode