├── .clang-format ├── .gitattributes ├── .github └── workflows │ └── build.yml ├── .gitignore ├── .gitmodules ├── 3rdparty └── cs16client-extras │ ├── BotChatter.db │ ├── BotProfile.db │ ├── gfx │ └── shell │ │ ├── btn_favorite.bmp │ │ ├── btn_gamepad.bmp │ │ ├── btn_touch.bmp │ │ ├── btn_touch_buttons.bmp │ │ ├── btn_touch_editor.bmp │ │ ├── btn_touch_options.bmp │ │ ├── btn_touch_reset.bmp │ │ ├── btn_touch_save.bmp │ │ ├── btn_touch_select.bmp │ │ ├── btn_unfavorite.bmp │ │ ├── btn_xhair.bmp │ │ ├── btns_main.bmp │ │ ├── diBtn_128.tga │ │ ├── head_advanced.bmp │ │ ├── head_advoptions.bmp │ │ ├── head_audio.bmp │ │ ├── head_config.bmp │ │ ├── head_controls.bmp │ │ ├── head_creategame.bmp │ │ ├── head_custom.bmp │ │ ├── head_customize.bmp │ │ ├── head_gameopts.bmp │ │ ├── head_gamepad.bmp │ │ ├── head_inetgames.bmp │ │ ├── head_lan.bmp │ │ ├── head_load.bmp │ │ ├── head_multi.bmp │ │ ├── head_save.bmp │ │ ├── head_saveload.bmp │ │ ├── head_touch.bmp │ │ ├── head_touch_buttons.bmp │ │ ├── head_touch_options.bmp │ │ ├── head_video.bmp │ │ ├── head_vidmodes.bmp │ │ ├── head_vidoptions.bmp │ │ ├── head_xhair.bmp │ │ ├── splash.bmp │ │ └── strings.lst │ ├── media │ ├── gamestartup.mp3 │ ├── launch_deny1.wav │ ├── launch_deny2.wav │ ├── launch_dnmenu1.wav │ ├── launch_glow1.wav │ ├── launch_select1.wav │ ├── launch_select2.wav │ └── launch_upmenu1.wav │ ├── sound │ └── radio │ │ └── bot │ │ ├── a.wav │ │ ├── a_bunch_of_them.wav │ │ ├── aah.wav │ │ ├── affirmative.wav │ │ ├── ahh_negative.wav │ │ ├── airplane.wav │ │ ├── all_clear_here.wav │ │ ├── all_quiet.wav │ │ ├── alley.wav │ │ ├── alright.wav │ │ ├── alright2.wav │ │ ├── alright_lets_do_this.wav │ │ ├── and_thats_how_its_done.wav │ │ ├── anyone_see_anything.wav │ │ ├── anyone_see_them.wav │ │ ├── apartment.wav │ │ ├── apartments.wav │ │ ├── area_clear.wav │ │ ├── area_secure.wav │ │ ├── atrium.wav │ │ ├── attacking.wav │ │ ├── attacking_enemies.wav │ │ ├── attic.wav │ │ ├── aw_hell.wav │ │ ├── aww_man.wav │ │ ├── b.wav │ │ ├── back.wav │ │ ├── back_alley.wav │ │ ├── back_door.wav │ │ ├── back_hall.wav │ │ ├── back_room.wav │ │ ├── back_way.wav │ │ ├── back_yard.wav │ │ ├── balcony.wav │ │ ├── basement.wav │ │ ├── bathroom.wav │ │ ├── bathroom2.wav │ │ ├── be_right_there.wav │ │ ├── bedroom.wav │ │ ├── bedroom2.wav │ │ ├── big_office.wav │ │ ├── bombs_on_the_ground.wav │ │ ├── bombs_on_the_ground_here.wav │ │ ├── bombsite.wav │ │ ├── bombsite2.wav │ │ ├── bombsite_secure.wav │ │ ├── bombsite_secure_ready_for_you.wav │ │ ├── bombsite_secured.wav │ │ ├── bombsite_under_control.wav │ │ ├── bridge.wav │ │ ├── bunker.wav │ │ ├── c.wav │ │ ├── camping_hostages.wav │ │ ├── clear.wav │ │ ├── clear2.wav │ │ ├── clear3.wav │ │ ├── clear4.wav │ │ ├── come_out_and_fight_like_a_man.wav │ │ ├── come_out_wherever_you_are.wav │ │ ├── come_to_papa.wav │ │ ├── computer_room.wav │ │ ├── conference_room.wav │ │ ├── courtyard.wav │ │ ├── cover_me.wav │ │ ├── cover_me2.wav │ │ ├── crates.wav │ │ ├── crawlspace.wav │ │ ├── ct_spawn.wav │ │ ├── cut_it_out.wav │ │ ├── deck.wav │ │ ├── defusing.wav │ │ ├── defusing_bomb.wav │ │ ├── defusing_bomb_now.wav │ │ ├── den.wav │ │ ├── do_not_mess_with_me.wav │ │ ├── dont_worry_hell_get_it.wav │ │ ├── double_doors.wav │ │ ├── downstairs.wav │ │ ├── dropped_him.wav │ │ ├── dumpster.wav │ │ ├── elevator.wav │ │ ├── elevator2.wav │ │ ├── enemy_down.wav │ │ ├── enemy_down2.wav │ │ ├── engaging_enemies.wav │ │ ├── entrance.wav │ │ ├── entryway.wav │ │ ├── family_room.wav │ │ ├── far_side.wav │ │ ├── fence.wav │ │ ├── foyer.wav │ │ ├── front.wav │ │ ├── front_door.wav │ │ ├── front_door2.wav │ │ ├── front_hall.wav │ │ ├── front_room.wav │ │ ├── front_yard.wav │ │ ├── garage.wav │ │ ├── gate.wav │ │ ├── gatehouse.wav │ │ ├── going_to_plant_the_bomb_at_b.wav │ │ ├── good_idea.wav │ │ ├── good_job_team.wav │ │ ├── good_one.wav │ │ ├── good_one2.wav │ │ ├── good_one_sir.wav │ │ ├── good_one_sir2.wav │ │ ├── good_shot.wav │ │ ├── good_shot2.wav │ │ ├── good_shot_commander.wav │ │ ├── good_shot_commander2.wav │ │ ├── got_him.wav │ │ ├── got_the_sniper.wav │ │ ├── got_the_sniper2.wav │ │ ├── great.wav │ │ ├── guardhouse.wav │ │ ├── guarding_a.wav │ │ ├── guarding_b.wav │ │ ├── guarding_c.wav │ │ ├── guarding_hostages.wav │ │ ├── guarding_the_dropped_bomb.wav │ │ ├── guarding_the_escape_zone.wav │ │ ├── guarding_the_escape_zone2.wav │ │ ├── guarding_the_hostages.wav │ │ ├── hang_on_i_heard_something.wav │ │ ├── hang_on_im_coming.wav │ │ ├── he_got_away.wav │ │ ├── he_got_away2.wav │ │ ├── heading_to_a.wav │ │ ├── heading_to_b.wav │ │ ├── heading_to_c.wav │ │ ├── heading_to_the_escape_zone.wav │ │ ├── heading_to_the_rescue_zone.wav │ │ ├── help.wav │ │ ├── hes_broken.wav │ │ ├── hes_dead.wav │ │ ├── hes_done.wav │ │ ├── hes_down.wav │ │ ├── hes_got_the_bomb.wav │ │ ├── hes_got_the_bomb2.wav │ │ ├── hes_got_the_package.wav │ │ ├── hey.wav │ │ ├── hey2.wav │ │ ├── hold_your_fire.wav │ │ ├── hostage_down.wav │ │ ├── hostages.wav │ │ ├── hostages2.wav │ │ ├── hostages_secure_ready_for_you.wav │ │ ├── house.wav │ │ ├── i_am_dangerous.wav │ │ ├── i_am_on_fire.wav │ │ ├── i_cant_see.wav │ │ ├── i_could_use_some_help.wav │ │ ├── i_could_use_some_help_over_here.wav │ │ ├── i_dont_know_where_he_went.wav │ │ ├── i_dont_think_so.wav │ │ ├── i_got_a_covered.wav │ │ ├── i_got_b_covered.wav │ │ ├── i_got_c_covered.wav │ │ ├── i_got_more_where_that_came_from.wav │ │ ├── i_got_nothing.wav │ │ ├── i_got_your_back.wav │ │ ├── i_got_your_back2.wav │ │ ├── i_have_the_hostages.wav │ │ ├── i_hear_something.wav │ │ ├── i_hear_them.wav │ │ ├── i_heard_something_over_there.wav │ │ ├── i_heard_them.wav │ │ ├── i_lost_him.wav │ │ ├── i_see_our_target.wav │ │ ├── i_see_the_bomber.wav │ │ ├── i_wasnt_worried_for_a_minute.wav │ │ ├── ill_come_with_you.wav │ │ ├── ill_go_too.wav │ │ ├── ill_go_with_you.wav │ │ ├── im_at_the_escape_zone.wav │ │ ├── im_at_the_hostages.wav │ │ ├── im_blind.wav │ │ ├── im_camping_a.wav │ │ ├── im_camping_b.wav │ │ ├── im_camping_c.wav │ │ ├── im_coming.wav │ │ ├── im_going_to_camp.wav │ │ ├── im_going_to_camp_a.wav │ │ ├── im_going_to_camp_b.wav │ │ ├── im_going_to_camp_c.wav │ │ ├── im_going_to_camp_the_hostages.wav │ │ ├── im_going_to_cover_the_escape_zone.wav │ │ ├── im_going_to_guard_bombsite_a.wav │ │ ├── im_going_to_guard_bombsite_b.wav │ │ ├── im_going_to_guard_bombsite_c.wav │ │ ├── im_going_to_guard_the_bomb.wav │ │ ├── im_going_to_guard_the_bomb2.wav │ │ ├── im_going_to_guard_the_hostages.wav │ │ ├── im_going_to_guard_the_hostages2.wav │ │ ├── im_going_to_keep_an_eye_on_the_bomb.wav │ │ ├── im_going_to_keep_an_eye_on_the_escape.wav │ │ ├── im_going_to_keep_an_eye_on_the_rescue.wav │ │ ├── im_going_to_wait_here.wav │ │ ├── im_going_to_watch_the_bomb.wav │ │ ├── im_going_to_watch_the_escape_zone.wav │ │ ├── im_going_to_watch_the_rescue_zone.wav │ │ ├── im_gonna_go_plant.wav │ │ ├── im_gonna_go_plant_the_bomb.wav │ │ ├── im_gonna_hang_back.wav │ │ ├── im_gonna_plant_the_bomb_at_a.wav │ │ ├── im_gonna_plant_the_bomb_at_b.wav │ │ ├── im_gonna_plant_the_bomb_at_c.wav │ │ ├── im_gonna_plant_the_bomb_at_c2.wav │ │ ├── im_in_trouble.wav │ │ ├── im_on_your_side.wav │ │ ├── im_pinned_down.wav │ │ ├── im_waiting_here.wav │ │ ├── im_with_the_hostages.wav │ │ ├── im_with_the_hostages2.wav │ │ ├── im_with_you.wav │ │ ├── in_combat.wav │ │ ├── in_combat2.wav │ │ ├── inside.wav │ │ ├── its_a_party.wav │ │ ├── its_all_up_to_you_sir.wav │ │ ├── ive_been_blinded.wav │ │ ├── ive_got_the_bomb.wav │ │ ├── ive_got_the_bomb_here.wav │ │ ├── ive_got_the_hostages.wav │ │ ├── keeping_an_eye_on_the_hostages.wav │ │ ├── killed_him.wav │ │ ├── kitchen.wav │ │ ├── kitchen2.wav │ │ ├── ladder.wav │ │ ├── lead_on_commander.wav │ │ ├── lead_on_sir.wav │ │ ├── lead_the_way.wav │ │ ├── lead_the_way_commander.wav │ │ ├── lead_the_way_sir.wav │ │ ├── lets_hold_up_here_for_a_minute.wav │ │ ├── lets_wait_here.wav │ │ ├── little_office.wav │ │ ├── living_room.wav │ │ ├── loading_dock.wav │ │ ├── lobby.wav │ │ ├── loft.wav │ │ ├── long_hall.wav │ │ ├── look_out_brag.wav │ │ ├── made_him_cry.wav │ │ ├── main_hall.wav │ │ ├── market.wav │ │ ├── market2.wav │ │ ├── me_too.wav │ │ ├── meeting_room.wav │ │ ├── middle.wav │ │ ├── mines.wav │ │ ├── my_eyes.wav │ │ ├── naa.wav │ │ ├── need_help.wav │ │ ├── need_help2.wav │ │ ├── negative.wav │ │ ├── negative2.wav │ │ ├── neutralized.wav │ │ ├── nice.wav │ │ ├── nice2.wav │ │ ├── nice_one_commander.wav │ │ ├── nice_one_sir.wav │ │ ├── nice_shot.wav │ │ ├── nice_shot2.wav │ │ ├── nice_shot_commander.wav │ │ ├── nice_shot_commander2.wav │ │ ├── nice_shot_sir.wav │ │ ├── nice_work_team.wav │ │ ├── nnno_sir.wav │ │ ├── no.wav │ │ ├── no2.wav │ │ ├── no_sir.wav │ │ ├── no_thanks.wav │ │ ├── noo.wav │ │ ├── nothing.wav │ │ ├── nothing_happening_over_here.wav │ │ ├── nothing_here.wav │ │ ├── nothing_moving_over_here.wav │ │ ├── office.wav │ │ ├── oh.wav │ │ ├── oh_boy.wav │ │ ├── oh_boy2.wav │ │ ├── oh_man.wav │ │ ├── oh_my_god.wav │ │ ├── oh_no.wav │ │ ├── oh_no_sad.wav │ │ ├── oh_yea.wav │ │ ├── oh_yea2.wav │ │ ├── ok.wav │ │ ├── ok2.wav │ │ ├── ok_cmdr_lets_go.wav │ │ ├── ok_sir_lets_go.wav │ │ ├── old_mines.wav │ │ ├── on_my_way.wav │ │ ├── on_my_way2.wav │ │ ├── one_guy.wav │ │ ├── one_guy_left.wav │ │ ├── ouch.wav │ │ ├── outside.wav │ │ ├── overpass.wav │ │ ├── ow.wav │ │ ├── ow_its_me.wav │ │ ├── owned.wav │ │ ├── pain10.wav │ │ ├── pain2.wav │ │ ├── pain4.wav │ │ ├── pain5.wav │ │ ├── pain8.wav │ │ ├── pain9.wav │ │ ├── patio.wav │ │ ├── planting.wav │ │ ├── planting_at_a.wav │ │ ├── planting_at_b.wav │ │ ├── planting_at_c.wav │ │ ├── planting_the_bomb.wav │ │ ├── please_defuse_the_bomb_sir.wav │ │ ├── porch.wav │ │ ├── projector_room.wav │ │ ├── ramp.wav │ │ ├── ramp2.wav │ │ ├── rear.wav │ │ ├── report_in_team.wav │ │ ├── reporting_in.wav │ │ ├── rescue_zone.wav │ │ ├── rescue_zone2.wav │ │ ├── rescuing_hostages.wav │ │ ├── returning_fire.wav │ │ ├── roger.wav │ │ ├── roger_that.wav │ │ ├── roof.wav │ │ ├── ruined_his_day.wav │ │ ├── security_doors.wav │ │ ├── sewers.wav │ │ ├── sewers2.wav │ │ ├── side.wav │ │ ├── side_alley.wav │ │ ├── side_door.wav │ │ ├── side_hall.wav │ │ ├── side_room.wav │ │ ├── side_yard.wav │ │ ├── sir_defuse_the_bomb.wav │ │ ├── sniper.wav │ │ ├── sniper2.wav │ │ ├── sniper_down.wav │ │ ├── sounds_like_a_plan.wav │ │ ├── spotted_the_delivery_boy.wav │ │ ├── stairs.wav │ │ ├── stairwell.wav │ │ ├── stop_it.wav │ │ ├── storage_room.wav │ │ ├── t_spawn.wav │ │ ├── tag_them_and_bag_them.wav │ │ ├── taking_fire_need_assistance2.wav │ │ ├── taking_the_bomb_to_a.wav │ │ ├── taking_the_bomb_to_b.wav │ │ ├── taking_the_bomb_to_c.wav │ │ ├── taking_the_hostages_to_safety.wav │ │ ├── talking_to_hostages.wav │ │ ├── target_acquired.wav │ │ ├── target_spotted.wav │ │ ├── that_was_a_close_one.wav │ │ ├── that_was_it.wav │ │ ├── that_was_the_last_guy.wav │ │ ├── that_was_the_last_one.wav │ │ ├── thats_not_good.wav │ │ ├── thats_right.wav │ │ ├── thats_the_way_this_is_done.wav │ │ ├── the_actions_hot_here.wav │ │ ├── the_bomb_is_down.wav │ │ ├── the_bomb_is_on_the_ground.wav │ │ ├── the_bombs_at_a.wav │ │ ├── the_bombs_at_b.wav │ │ ├── the_bombs_at_c.wav │ │ ├── the_bombs_here.wav │ │ ├── the_bombs_here_on_the_ground.wav │ │ ├── the_bombs_ticking_at_a.wav │ │ ├── the_bombs_ticking_at_b.wav │ │ ├── the_bombs_ticking_at_c.wav │ │ ├── the_commander_is_down.wav │ │ ├── the_commander_is_down_repeat.wav │ │ ├── the_hostages_are_eager.wav │ │ ├── the_hostages_are_gone.wav │ │ ├── the_hostages_are_ready.wav │ │ ├── the_hostages_are_waiting.wav │ │ ├── the_hostages_are_with_me.wav │ │ ├── the_sniper_is_dead.wav │ │ ├── theres_nobody_home.wav │ │ ├── theres_not_much_time_left.wav │ │ ├── theres_one_left.wav │ │ ├── theres_the_bomb.wav │ │ ├── theres_the_bomb2.wav │ │ ├── theres_the_bomber.wav │ │ ├── theres_too_many.wav │ │ ├── theres_too_many_of_them.wav │ │ ├── they_dropped_the_bomb.wav │ │ ├── they_got_me_pinned_down_here.wav │ │ ├── they_got_the_bomb.wav │ │ ├── they_never_knew_what_hit_them.wav │ │ ├── they_picked_up_the_bomb.wav │ │ ├── they_took_the_bomb.wav │ │ ├── they_took_the_bomb2.wav │ │ ├── they_took_the_hostages.wav │ │ ├── they_will_not_escape.wav │ │ ├── they_wont_get_away.wav │ │ ├── they_wont_get_away2.wav │ │ ├── theyre_all_over_the_place2.wav │ │ ├── theyre_everywhere2.wav │ │ ├── theyre_rescuing_the_hostages.wav │ │ ├── theyre_taking_the_hostages.wav │ │ ├── theyre_with_the_hostages.wav │ │ ├── theyve_got_the_hostages.wav │ │ ├── this_is_my_house.wav │ │ ├── three.wav │ │ ├── three_left.wav │ │ ├── three_of_them.wav │ │ ├── three_to_go.wav │ │ ├── three_to_go2.wav │ │ ├── time_is_running_out.wav │ │ ├── time_is_running_out2.wav │ │ ├── too_many2.wav │ │ ├── took_him_down.wav │ │ ├── took_him_out.wav │ │ ├── took_him_out2.wav │ │ ├── took_out_the_sniper.wav │ │ ├── tower.wav │ │ ├── truck.wav │ │ ├── tunnel.wav │ │ ├── tunnel2.wav │ │ ├── two_enemies_left.wav │ │ ├── two_of_them.wav │ │ ├── two_to_go.wav │ │ ├── uh_oh.wav │ │ ├── uh_sir_the_bomb.wav │ │ ├── underground.wav │ │ ├── underpass.wav │ │ ├── upstairs.wav │ │ ├── vault.wav │ │ ├── vending_machines.wav │ │ ├── vending_machines2.wav │ │ ├── ventilation_system.wav │ │ ├── vents.wav │ │ ├── vents2.wav │ │ ├── very_nice.wav │ │ ├── villiage.wav │ │ ├── wall.wav │ │ ├── wasted_him.wav │ │ ├── watch_it_theres_a_sniper.wav │ │ ├── watching_the_escape_route.wav │ │ ├── watching_the_escape_zone.wav │ │ ├── watching_the_hostages.wav │ │ ├── water.wav │ │ ├── way_to_be_team.wav │ │ ├── we_gotta_find_that_bomb.wav │ │ ├── we_need_you_to_defuse_that_bomb_sir.wav │ │ ├── we_owned_them.wav │ │ ├── well_cover_you_while_you_defuse.wav │ │ ├── well_cover_you_you_defuse.wav │ │ ├── well_done.wav │ │ ├── weve_got_the_situation.wav │ │ ├── weve_lost_the_commander.wav │ │ ├── what_are_you_doing.wav │ │ ├── what_happened.wav │ │ ├── what_have_you_done.wav │ │ ├── where_are_the_hostages.wav │ │ ├── where_are_they.wav │ │ ├── where_are_you_hiding.wav │ │ ├── where_could_they_be.wav │ │ ├── where_is_it.wav │ │ ├── wheres_the_bomb.wav │ │ ├── wheres_the_bomb2.wav │ │ ├── wheres_the_bomb3.wav │ │ ├── whew_that_was_close.wav │ │ ├── who_wants_some_more.wav │ │ ├── whoa.wav │ │ ├── whoo.wav │ │ ├── whoo2.wav │ │ ├── whos_the_man.wav │ │ ├── window.wav │ │ ├── windows.wav │ │ ├── wine_cellar.wav │ │ ├── yea_baby.wav │ │ ├── yea_ok.wav │ │ ├── yesss.wav │ │ ├── yesss2.wav │ │ ├── yikes.wav │ │ └── you_heard_the_man_lets_go.wav │ ├── touch.cfg │ ├── touch │ ├── bots │ │ ├── bots.cfg │ │ ├── my_menu-2-addbot.cfg │ │ ├── my_menu-2-settings.cfg │ │ ├── my_menu-3-quota.cfg │ │ ├── my_menu-3-set1.cfg │ │ ├── my_menu-3-set2.cfg │ │ ├── my_menu-3-set3.cfg │ │ ├── my_menu-3-set4.cfg │ │ ├── my_menu-3-set5.cfg │ │ ├── my_menu-3-set6.cfg │ │ ├── my_menu-5-controls.cfg │ │ └── right.tga │ ├── buy.cfg │ ├── buy_item_ct.cfg │ ├── buy_item_t.cfg │ ├── buy_machinegun_ct.cfg │ ├── buy_machinegun_t.cfg │ ├── buy_pistol_ct.cfg │ ├── buy_pistol_t.cfg │ ├── buy_rifle_ct.cfg │ ├── buy_rifle_t.cfg │ ├── buy_shotgun_ct.cfg │ ├── buy_shotgun_t.cfg │ ├── buy_submachinegun_ct.cfg │ ├── buy_submachinegun_t.cfg │ ├── chooseteam.cfg │ ├── chooseteam_ct.cfg │ ├── chooseteam_tr.cfg │ ├── cmd │ │ ├── cmd.cfg │ │ ├── my_menu-2-connection.cfg │ │ ├── my_menu-2-demo.cfg │ │ ├── my_menu-2-game.cfg │ │ ├── my_menu-2-graphic.cfg │ │ ├── my_menu-2-server.cfg │ │ ├── my_menu-3-console.cfg │ │ ├── my_menu-3-crosshair.cfg │ │ ├── my_menu-3-cvars.cfg │ │ ├── my_menu-3-fps.cfg │ │ ├── my_menu-3-hud.cfg │ │ ├── my_menu-3-maps.cfg │ │ ├── my_menu-3-model.cfg │ │ ├── my_menu-3-numerical.cfg │ │ ├── my_menu-3-radar.cfg │ │ ├── my_menu-3-scoreboard.cfg │ │ ├── my_menu-3-texture.cfg │ │ ├── my_menu-3-voice.cfg │ │ ├── my_menu-4-cross-size.cfg │ │ ├── my_menu-4-cvar0.cfg │ │ ├── my_menu-4-cvar1.cfg │ │ ├── my_menu-4-cvar2.cfg │ │ ├── my_menu-4-cvar3.cfg │ │ ├── my_menu-4-cvar4.cfg │ │ ├── my_menu-4-cvar5.cfg │ │ ├── my_menu-4-xhair.cfg │ │ ├── my_menu-5-controls.cfg │ │ ├── my_menu-5-cvar0-2.cfg │ │ ├── my_menu-5-cvar2-2.cfg │ │ ├── my_menu-5-cvar3-2.cfg │ │ ├── my_menu-5-cvar5-2.cfg │ │ ├── my_menu-5-voicequality.cfg │ │ ├── my_menu-5-xhair.cfg │ │ └── right.tga │ ├── customcmd.cfg │ ├── customcmd1.cfg │ ├── gfx │ │ ├── attack.png │ │ ├── attack2.png │ │ ├── botmenu.png │ │ ├── buy.png │ │ ├── change_team.png │ │ ├── chat.png │ │ ├── chat_all.png │ │ ├── chat_team.png │ │ ├── cmdmenu.png │ │ ├── down.png │ │ ├── dpad.png │ │ ├── drop.png │ │ ├── duck.png │ │ ├── exit.png │ │ ├── flaghtlight.png │ │ ├── hud_edit.png │ │ ├── joy.png │ │ ├── jump.png │ │ ├── key_0.png │ │ ├── key_1.png │ │ ├── key_2.png │ │ ├── key_3.png │ │ ├── key_4.png │ │ ├── key_5.png │ │ ├── key_6.png │ │ ├── key_7.png │ │ ├── key_8.png │ │ ├── key_9.png │ │ ├── left.png │ │ ├── light.png │ │ ├── minus.png │ │ ├── nightvision.png │ │ ├── plus.png │ │ ├── radio.png │ │ ├── radio1.png │ │ ├── radio2.png │ │ ├── radio3.png │ │ ├── reload.png │ │ ├── right.png │ │ ├── score.png │ │ ├── settings.png │ │ ├── spraypaint.png │ │ ├── use.png │ │ ├── voicechat.png │ │ ├── w_c4.png │ │ ├── w_grenade.png │ │ ├── w_knife.png │ │ ├── w_pistol.png │ │ ├── w_rifle.png │ │ └── walk.png │ ├── numerical_menu.cfg │ ├── numerical_menu1.cfg │ ├── numerical_menu2.cfg │ ├── numerical_menu3.cfg │ ├── radio-controls.cfg │ ├── radioa.cfg │ ├── radiob.cfg │ ├── radioc.cfg │ ├── radioselector.cfg │ ├── scoreboard.cfg │ ├── scoreboard_classic.cfg │ ├── scoreboard_full.cfg │ └── scoreboard_short.cfg │ ├── touch_default │ └── numbers.cfg │ ├── touch_presets │ ├── phone_ahsim.cfg │ ├── phone_poverony.cfg │ ├── psvita.cfg │ ├── tablet_poverony.cfg │ └── touch_swank.cfg │ └── userconfig.d │ ├── touch_defalias.cfg │ └── userconfig.cfg ├── CMakeLists.txt ├── CMakePresets.json ├── LICENSE ├── README.md ├── android ├── app │ ├── build.gradle │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── ic_launcher-playstore.png │ │ ├── java │ │ └── su │ │ │ └── xash │ │ │ └── cs16client │ │ │ └── MainActivity.java │ │ └── res │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.png │ │ ├── ic_launcher_foreground.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.png │ │ ├── ic_launcher_foreground.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.png │ │ ├── ic_launcher_foreground.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.png │ │ ├── ic_launcher_foreground.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.png │ │ ├── ic_launcher_foreground.png │ │ └── ic_launcher_round.png │ │ └── values │ │ ├── ic_launcher_background.xml │ │ └── strings.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle ├── cl_dll ├── CMakeLists.txt ├── GameStudioModelRenderer.cpp ├── GameStudioModelRenderer.h ├── ScenarioStatus.cpp ├── SniperScope.cpp ├── StudioModelRenderer.cpp ├── VGUI │ ├── CSProgressBar.cpp │ ├── CSProgressBar.h │ ├── CareerBox.cpp │ ├── CareerBox.h │ ├── WeaponSetLabel.h │ ├── backgroundpanel.cpp │ ├── basecareermenu.cpp │ ├── buymenu.cpp │ ├── buymouseoverpanelbutton.h │ ├── buypreset_editmenu.cpp │ ├── buypreset_listbox.cpp │ ├── buypreset_listbox.h │ ├── buypreset_mainmenu.cpp │ ├── buypresetimageinfo.cpp │ ├── buypresetpanel.cpp │ ├── buysubmenu.cpp │ ├── buysubmenu.h │ ├── careermatchendmenu.cpp │ ├── careerroundendmenu.cpp │ ├── counterstrikeviewport.cpp │ ├── counterstrikeviewport_interface.cpp │ ├── creditsmenu.cpp │ ├── cstrikeclassmenu.cpp │ ├── cstrikeclassmenu.h │ ├── cstrikeclientscoreboard.cpp │ ├── cstrikespectatorgui.cpp │ └── cstriketeammenu.cpp ├── ammo.cpp ├── ammo_secondary.cpp ├── ammohistory.cpp ├── ammohistory.h ├── battery.cpp ├── buy_preset.cpp ├── buy_preset_debug.cpp ├── buy_preset_weapon_info.cpp ├── buy_presets.cpp ├── buy_presets.h ├── cdll_int.cpp ├── cl_dll.dsp ├── cl_util.h ├── com_weapons.cpp ├── cs_wpn │ ├── cs_baseentity.cpp │ └── cs_weapons.cpp ├── death.cpp ├── demo.cpp ├── draw_util.cpp ├── entity.cpp ├── ev_common.cpp ├── ev_hldm.cpp ├── events.cpp ├── events │ ├── ev_cs16.cpp │ ├── event_ak47.cpp │ ├── event_aug.cpp │ ├── event_awp.cpp │ ├── event_createexplo.cpp │ ├── event_createsmoke.cpp │ ├── event_czerods.cpp │ ├── event_deagle.cpp │ ├── event_decal_reset.cpp │ ├── event_elite.cpp │ ├── event_famas.cpp │ ├── event_fiveseven.cpp │ ├── event_g3sg1.cpp │ ├── event_galil.cpp │ ├── event_glock18.cpp │ ├── event_knife.cpp │ ├── event_m249.cpp │ ├── event_m3.cpp │ ├── event_m4a1.cpp │ ├── event_mac10.cpp │ ├── event_mp5n.cpp │ ├── event_p228.cpp │ ├── event_p90.cpp │ ├── event_scout.cpp │ ├── event_sg550.cpp │ ├── event_sg552.cpp │ ├── event_tmp.cpp │ ├── event_ump45.cpp │ ├── event_usp.cpp │ ├── event_vehicle.cpp │ └── event_xm1014.cpp ├── flashlight.cpp ├── geiger.cpp ├── health.cpp ├── health.h ├── hl │ ├── hl_baseentity.cpp │ ├── hl_events.cpp │ ├── hl_objects.cpp │ └── hl_weapons.cpp ├── hud.cpp ├── hud.h ├── hud │ ├── MOTD.cpp │ ├── money.cpp │ ├── nvg.cpp │ ├── radar.cpp │ ├── radio.cpp │ ├── scenario.cpp │ ├── scoreboard.cpp │ ├── sniperscope.cpp │ ├── spectator_gui.cpp │ └── timer.cpp ├── hud_msg.cpp ├── hud_redraw.cpp ├── hud_spectator.cpp ├── hud_spectator.h ├── hud_update.cpp ├── hud_vgui2print.cpp ├── in_camera.cpp ├── include │ ├── camera.h │ ├── cl_dll.h │ ├── com_weapons.h │ ├── csprite.h │ ├── demo.h │ ├── draw_util.h │ ├── ev_hldm.h │ ├── events.h │ ├── eventscripts.h │ ├── hud │ │ ├── ammo.h │ │ ├── hud_iface.h │ │ └── radar.h │ ├── in_defs.h │ ├── input.h │ ├── kbutton.h │ ├── math │ │ ├── neon_mathfun.h │ │ └── sse_mathfun.h │ ├── overview.h │ ├── parsemsg.h │ ├── rain.h │ ├── studio │ │ ├── StudioModelRenderer.h │ │ └── studio_util.h │ ├── tf_defs.h │ ├── unicode_strtools.h │ ├── vgui_parser.h │ ├── view.h │ └── wrect.h ├── input.cpp ├── input │ ├── input_sdl.cpp │ └── input_xash3d.cpp ├── inputw32.cpp ├── interpolation.cpp ├── menu.cpp ├── message.cpp ├── nightvision.cpp ├── rain.cpp ├── readme.txt ├── saytext.cpp ├── status_icons.cpp ├── statusbar.cpp ├── studio_util.cpp ├── text_message.cpp ├── train.cpp ├── tri.cpp ├── tri.h ├── unicode_strtools.cpp ├── util.cpp ├── util_vector.h ├── vgui_parser.cpp ├── view.cpp ├── z_weather.cpp └── z_weather.h ├── cmake ├── GenerateExtras.cmake └── LibraryNaming.cmake ├── common ├── beamdef.h ├── cl_entity.h ├── com_model.h ├── con_nprint.h ├── const.h ├── crc.h ├── cvardef.h ├── demo_api.h ├── director_cmds.h ├── dlight.h ├── dll_state.h ├── engine_launcher_api.h ├── entity_state.h ├── entity_types.h ├── enums.h ├── event_api.h ├── event_args.h ├── event_flags.h ├── exefuncs.h ├── gameinfo.h ├── hltv.h ├── in_buttons.h ├── interface.cpp ├── interface.h ├── ivoicetweak.h ├── kbutton.h ├── lightstyle.h ├── mathlib.h ├── net_api.h ├── netadr.h ├── nowin.h ├── particledef.h ├── pmtrace.h ├── port.h ├── qfont.h ├── r_efx.h ├── r_studioint.h ├── ref_params.h ├── render_api.h ├── screenfade.h ├── studio_event.h ├── triangleapi.h ├── usercmd.h ├── weaponinfo.h ├── wrect.h └── xash3d_types.h ├── dlls ├── activity.h ├── basemonster.h ├── cbase.h ├── cdll_dll.h ├── effects.h ├── enginecallback.h ├── exportdef.h ├── extdll.h ├── gamerules.h ├── hintmessage.h ├── monsterevent.h ├── monsters.h ├── nodes.h ├── player.h ├── saverestore.h ├── schedule.h ├── skill.h ├── soundent.h ├── stdafx.h ├── util.h ├── vector.h ├── weapons.h ├── weapontype.h ├── wpn_shared.h └── wpn_shared │ ├── wpn_ak47.cpp │ ├── wpn_aug.cpp │ ├── wpn_awp.cpp │ ├── wpn_c4.cpp │ ├── wpn_deagle.cpp │ ├── wpn_elite.cpp │ ├── wpn_famas.cpp │ ├── wpn_fiveseven.cpp │ ├── wpn_flashbang.cpp │ ├── wpn_g3sg1.cpp │ ├── wpn_galil.cpp │ ├── wpn_glock18.cpp │ ├── wpn_hegrenade.cpp │ ├── wpn_knife.cpp │ ├── wpn_m249.cpp │ ├── wpn_m3.cpp │ ├── wpn_m4a1.cpp │ ├── wpn_mac10.cpp │ ├── wpn_mp5navy.cpp │ ├── wpn_p228.cpp │ ├── wpn_p90.cpp │ ├── wpn_scout.cpp │ ├── wpn_sg550.cpp │ ├── wpn_sg552.cpp │ ├── wpn_smokegrenade.cpp │ ├── wpn_tmp.cpp │ ├── wpn_ump45.cpp │ ├── wpn_usp.cpp │ └── wpn_xm1014.cpp ├── engine ├── APIProxy.h ├── Sequence.h ├── anorms.h ├── archtypes.h ├── cdll_int.h ├── custom.h ├── customentity.h ├── edict.h ├── eiface.h ├── keydefs.h ├── menu_int.h ├── mobility_int.h ├── progdefs.h ├── progs.h ├── shake.h └── studio.h ├── game_shared ├── bitvec.h ├── voice_banmgr.cpp ├── voice_banmgr.h ├── voice_common.h ├── voice_gamemgr.cpp ├── voice_gamemgr.h ├── voice_status.cpp ├── voice_status.h ├── voice_status_hud.cpp └── voice_status_hud.h ├── pm_shared ├── pm_debug.cpp ├── pm_debug.h ├── pm_defs.h ├── pm_info.h ├── pm_materials.h ├── pm_math.cpp ├── pm_math.h ├── pm_movevars.h ├── pm_shared.cpp └── pm_shared.h ├── public ├── build.h ├── cl_dll │ └── IGameClientExports.h ├── steam │ └── steamtypes.h └── tier1 │ ├── UtlMemory.h │ └── UtlVector.h ├── scripts ├── official_maps.lst ├── psvita_generate_configs.sh ├── psvita_sdk.sh └── yapb_graph_dl.sh └── toolchains └── i386-linux-gnu.cmake /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf 2 | *.{cmd,[cC][mM][dD]} text eol=crlf 3 | *.{bat,[bB][aA][tT]} text eol=crlf -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_favorite.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_favorite.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_gamepad.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_gamepad.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_touch.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_touch.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_touch_buttons.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_touch_buttons.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_touch_editor.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_touch_editor.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_touch_options.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_touch_options.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_touch_reset.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_touch_reset.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_touch_save.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_touch_save.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_touch_select.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_touch_select.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_unfavorite.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_unfavorite.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btn_xhair.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btn_xhair.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/btns_main.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/btns_main.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/diBtn_128.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/diBtn_128.tga -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_advanced.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_advanced.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_advoptions.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_advoptions.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_audio.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_audio.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_config.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_config.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_controls.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_controls.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_creategame.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_creategame.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_custom.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_custom.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_customize.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_customize.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_gameopts.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_gameopts.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_gamepad.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_gamepad.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_inetgames.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_inetgames.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_lan.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_lan.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_load.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_load.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_multi.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_multi.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_save.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_save.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_saveload.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_saveload.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_touch.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_touch.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_touch_buttons.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_touch_buttons.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_touch_options.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_touch_options.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_video.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_video.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_vidmodes.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_vidmodes.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_vidoptions.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_vidoptions.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/head_xhair.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/head_xhair.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/gfx/shell/splash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/gfx/shell/splash.bmp -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/media/gamestartup.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/media/gamestartup.mp3 -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/media/launch_deny1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/media/launch_deny1.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/media/launch_deny2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/media/launch_deny2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/media/launch_dnmenu1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/media/launch_dnmenu1.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/media/launch_glow1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/media/launch_glow1.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/media/launch_select1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/media/launch_select1.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/media/launch_select2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/media/launch_select2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/media/launch_upmenu1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/media/launch_upmenu1.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/a_bunch_of_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/a_bunch_of_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/aah.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/aah.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/affirmative.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/affirmative.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ahh_negative.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ahh_negative.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/airplane.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/airplane.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/all_clear_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/all_clear_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/all_quiet.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/all_quiet.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/alley.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/alley.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/alright.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/alright.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/alright2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/alright2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/alright_lets_do_this.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/alright_lets_do_this.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/and_thats_how_its_done.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/and_thats_how_its_done.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/anyone_see_anything.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/anyone_see_anything.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/anyone_see_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/anyone_see_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/apartment.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/apartment.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/apartments.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/apartments.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/area_clear.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/area_clear.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/area_secure.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/area_secure.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/atrium.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/atrium.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/attacking.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/attacking.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/attacking_enemies.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/attacking_enemies.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/attic.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/attic.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/aw_hell.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/aw_hell.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/aww_man.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/aww_man.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/back.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/back.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/back_alley.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/back_alley.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/back_door.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/back_door.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/back_hall.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/back_hall.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/back_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/back_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/back_way.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/back_way.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/back_yard.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/back_yard.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/balcony.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/balcony.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/basement.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/basement.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bathroom.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bathroom.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bathroom2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bathroom2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/be_right_there.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/be_right_there.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bedroom.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bedroom.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bedroom2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bedroom2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/big_office.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/big_office.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bombs_on_the_ground.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bombs_on_the_ground.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bombs_on_the_ground_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bombs_on_the_ground_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bombsite.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bombsite.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bombsite2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bombsite2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bombsite_secure.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bombsite_secure.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bombsite_secure_ready_for_you.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bombsite_secure_ready_for_you.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bombsite_secured.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bombsite_secured.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bombsite_under_control.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bombsite_under_control.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bridge.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bridge.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/bunker.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/bunker.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/camping_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/camping_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/clear.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/clear.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/clear2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/clear2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/clear3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/clear3.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/clear4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/clear4.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/come_out_and_fight_like_a_man.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/come_out_and_fight_like_a_man.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/come_out_wherever_you_are.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/come_out_wherever_you_are.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/come_to_papa.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/come_to_papa.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/computer_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/computer_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/conference_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/conference_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/courtyard.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/courtyard.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/cover_me.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/cover_me.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/cover_me2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/cover_me2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/crates.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/crates.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/crawlspace.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/crawlspace.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ct_spawn.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ct_spawn.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/cut_it_out.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/cut_it_out.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/deck.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/deck.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/defusing.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/defusing.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/defusing_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/defusing_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/defusing_bomb_now.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/defusing_bomb_now.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/den.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/den.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/do_not_mess_with_me.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/do_not_mess_with_me.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/dont_worry_hell_get_it.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/dont_worry_hell_get_it.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/double_doors.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/double_doors.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/downstairs.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/downstairs.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/dropped_him.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/dropped_him.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/dumpster.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/dumpster.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/elevator.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/elevator.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/elevator2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/elevator2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/enemy_down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/enemy_down.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/enemy_down2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/enemy_down2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/engaging_enemies.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/engaging_enemies.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/entrance.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/entrance.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/entryway.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/entryway.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/family_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/family_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/far_side.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/far_side.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/fence.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/fence.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/foyer.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/foyer.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/front.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/front.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/front_door.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/front_door.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/front_door2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/front_door2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/front_hall.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/front_hall.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/front_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/front_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/front_yard.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/front_yard.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/garage.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/garage.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/gate.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/gate.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/gatehouse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/gatehouse.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/going_to_plant_the_bomb_at_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/going_to_plant_the_bomb_at_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_idea.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_idea.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_job_team.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_job_team.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_one.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_one.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_one2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_one2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_one_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_one_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_one_sir2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_one_sir2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_shot.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_shot.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_shot2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_shot2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_shot_commander.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_shot_commander.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/good_shot_commander2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/good_shot_commander2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/got_him.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/got_him.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/got_the_sniper.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/got_the_sniper.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/got_the_sniper2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/got_the_sniper2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/great.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/great.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/guardhouse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/guardhouse.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/guarding_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/guarding_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/guarding_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/guarding_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/guarding_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/guarding_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/guarding_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/guarding_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/guarding_the_dropped_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/guarding_the_dropped_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/guarding_the_escape_zone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/guarding_the_escape_zone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/guarding_the_escape_zone2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/guarding_the_escape_zone2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/guarding_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/guarding_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hang_on_i_heard_something.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hang_on_i_heard_something.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hang_on_im_coming.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hang_on_im_coming.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/he_got_away.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/he_got_away.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/he_got_away2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/he_got_away2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/heading_to_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/heading_to_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/heading_to_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/heading_to_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/heading_to_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/heading_to_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/heading_to_the_escape_zone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/heading_to_the_escape_zone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/heading_to_the_rescue_zone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/heading_to_the_rescue_zone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/help.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/help.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hes_broken.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hes_broken.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hes_dead.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hes_dead.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hes_done.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hes_done.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hes_down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hes_down.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hes_got_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hes_got_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hes_got_the_bomb2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hes_got_the_bomb2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hes_got_the_package.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hes_got_the_package.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hey.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hey.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hey2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hey2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hold_your_fire.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hold_your_fire.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hostage_down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hostage_down.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hostages2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hostages2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/hostages_secure_ready_for_you.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/hostages_secure_ready_for_you.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/house.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/house.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_am_dangerous.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_am_dangerous.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_am_on_fire.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_am_on_fire.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_cant_see.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_cant_see.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_could_use_some_help.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_could_use_some_help.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_could_use_some_help_over_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_could_use_some_help_over_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_dont_know_where_he_went.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_dont_know_where_he_went.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_dont_think_so.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_dont_think_so.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_got_a_covered.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_got_a_covered.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_got_b_covered.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_got_b_covered.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_got_c_covered.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_got_c_covered.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_got_more_where_that_came_from.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_got_more_where_that_came_from.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_got_nothing.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_got_nothing.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_got_your_back.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_got_your_back.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_got_your_back2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_got_your_back2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_have_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_have_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_hear_something.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_hear_something.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_hear_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_hear_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_heard_something_over_there.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_heard_something_over_there.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_heard_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_heard_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_lost_him.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_lost_him.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_see_our_target.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_see_our_target.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_see_the_bomber.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_see_the_bomber.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/i_wasnt_worried_for_a_minute.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/i_wasnt_worried_for_a_minute.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ill_come_with_you.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ill_come_with_you.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ill_go_too.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ill_go_too.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ill_go_with_you.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ill_go_with_you.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_at_the_escape_zone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_at_the_escape_zone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_at_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_at_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_blind.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_blind.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_camping_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_camping_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_camping_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_camping_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_camping_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_camping_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_coming.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_coming.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_camp_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_cover_the_escape_zone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_cover_the_escape_zone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_bombsite_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_bombsite_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_bombsite_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_bombsite_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_bombsite_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_bombsite_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_the_bomb2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_the_bomb2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_the_hostages2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_guard_the_hostages2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_keep_an_eye_on_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_keep_an_eye_on_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_keep_an_eye_on_the_escape.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_keep_an_eye_on_the_escape.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_keep_an_eye_on_the_rescue.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_keep_an_eye_on_the_rescue.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_wait_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_wait_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_watch_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_watch_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_watch_the_escape_zone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_watch_the_escape_zone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_going_to_watch_the_rescue_zone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_going_to_watch_the_rescue_zone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_gonna_go_plant.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_gonna_go_plant.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_gonna_go_plant_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_gonna_go_plant_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_gonna_hang_back.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_gonna_hang_back.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_gonna_plant_the_bomb_at_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_gonna_plant_the_bomb_at_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_gonna_plant_the_bomb_at_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_gonna_plant_the_bomb_at_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_gonna_plant_the_bomb_at_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_gonna_plant_the_bomb_at_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_gonna_plant_the_bomb_at_c2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_gonna_plant_the_bomb_at_c2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_in_trouble.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_in_trouble.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_on_your_side.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_on_your_side.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_pinned_down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_pinned_down.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_waiting_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_waiting_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_with_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_with_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_with_the_hostages2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_with_the_hostages2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/im_with_you.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/im_with_you.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/in_combat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/in_combat.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/in_combat2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/in_combat2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/inside.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/inside.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/its_a_party.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/its_a_party.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/its_all_up_to_you_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/its_all_up_to_you_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ive_been_blinded.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ive_been_blinded.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ive_got_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ive_got_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ive_got_the_bomb_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ive_got_the_bomb_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ive_got_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ive_got_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/keeping_an_eye_on_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/keeping_an_eye_on_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/killed_him.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/killed_him.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/kitchen.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/kitchen.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/kitchen2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/kitchen2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ladder.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ladder.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/lead_on_commander.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/lead_on_commander.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/lead_on_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/lead_on_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/lead_the_way.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/lead_the_way.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/lead_the_way_commander.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/lead_the_way_commander.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/lead_the_way_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/lead_the_way_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/lets_hold_up_here_for_a_minute.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/lets_hold_up_here_for_a_minute.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/lets_wait_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/lets_wait_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/little_office.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/little_office.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/living_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/living_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/loading_dock.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/loading_dock.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/lobby.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/lobby.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/loft.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/loft.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/long_hall.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/long_hall.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/look_out_brag.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/look_out_brag.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/made_him_cry.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/made_him_cry.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/main_hall.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/main_hall.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/market.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/market.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/market2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/market2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/me_too.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/me_too.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/meeting_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/meeting_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/middle.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/middle.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/mines.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/mines.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/my_eyes.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/my_eyes.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/naa.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/naa.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/need_help.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/need_help.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/need_help2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/need_help2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/negative.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/negative.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/negative2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/negative2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/neutralized.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/neutralized.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice_one_commander.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice_one_commander.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice_one_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice_one_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice_shot.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice_shot.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice_shot2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice_shot2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice_shot_commander.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice_shot_commander.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice_shot_commander2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice_shot_commander2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice_shot_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice_shot_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nice_work_team.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nice_work_team.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nnno_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nnno_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/no.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/no.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/no2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/no2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/no_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/no_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/no_thanks.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/no_thanks.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/noo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/noo.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nothing.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nothing.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nothing_happening_over_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nothing_happening_over_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nothing_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nothing_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/nothing_moving_over_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/nothing_moving_over_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/office.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/office.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/oh.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/oh.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/oh_boy.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/oh_boy.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/oh_boy2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/oh_boy2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/oh_man.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/oh_man.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/oh_my_god.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/oh_my_god.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/oh_no.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/oh_no.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/oh_no_sad.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/oh_no_sad.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/oh_yea.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/oh_yea.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/oh_yea2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/oh_yea2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ok.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ok.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ok2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ok2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ok_cmdr_lets_go.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ok_cmdr_lets_go.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ok_sir_lets_go.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ok_sir_lets_go.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/old_mines.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/old_mines.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/on_my_way.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/on_my_way.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/on_my_way2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/on_my_way2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/one_guy.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/one_guy.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/one_guy_left.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/one_guy_left.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ouch.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ouch.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/outside.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/outside.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/overpass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/overpass.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ow.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ow.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ow_its_me.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ow_its_me.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/owned.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/owned.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/pain10.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/pain10.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/pain2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/pain2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/pain4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/pain4.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/pain5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/pain5.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/pain8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/pain8.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/pain9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/pain9.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/patio.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/patio.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/planting.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/planting.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/planting_at_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/planting_at_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/planting_at_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/planting_at_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/planting_at_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/planting_at_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/planting_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/planting_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/please_defuse_the_bomb_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/please_defuse_the_bomb_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/porch.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/porch.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/projector_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/projector_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ramp.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ramp.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ramp2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ramp2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/rear.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/rear.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/report_in_team.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/report_in_team.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/reporting_in.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/reporting_in.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/rescue_zone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/rescue_zone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/rescue_zone2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/rescue_zone2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/rescuing_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/rescuing_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/returning_fire.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/returning_fire.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/roger.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/roger.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/roger_that.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/roger_that.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/roof.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/roof.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ruined_his_day.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ruined_his_day.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/security_doors.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/security_doors.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/sewers.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/sewers.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/sewers2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/sewers2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/side.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/side.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/side_alley.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/side_alley.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/side_door.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/side_door.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/side_hall.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/side_hall.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/side_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/side_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/side_yard.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/side_yard.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/sir_defuse_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/sir_defuse_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/sniper.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/sniper.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/sniper2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/sniper2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/sniper_down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/sniper_down.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/sounds_like_a_plan.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/sounds_like_a_plan.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/spotted_the_delivery_boy.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/spotted_the_delivery_boy.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/stairs.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/stairs.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/stairwell.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/stairwell.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/stop_it.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/stop_it.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/storage_room.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/storage_room.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/t_spawn.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/t_spawn.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/tag_them_and_bag_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/tag_them_and_bag_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/taking_fire_need_assistance2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/taking_fire_need_assistance2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/taking_the_bomb_to_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/taking_the_bomb_to_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/taking_the_bomb_to_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/taking_the_bomb_to_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/taking_the_bomb_to_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/taking_the_bomb_to_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/taking_the_hostages_to_safety.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/taking_the_hostages_to_safety.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/talking_to_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/talking_to_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/target_acquired.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/target_acquired.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/target_spotted.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/target_spotted.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/that_was_a_close_one.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/that_was_a_close_one.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/that_was_it.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/that_was_it.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/that_was_the_last_guy.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/that_was_the_last_guy.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/that_was_the_last_one.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/that_was_the_last_one.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/thats_not_good.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/thats_not_good.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/thats_right.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/thats_right.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/thats_the_way_this_is_done.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/thats_the_way_this_is_done.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_actions_hot_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_actions_hot_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bomb_is_down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bomb_is_down.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bomb_is_on_the_ground.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bomb_is_on_the_ground.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bombs_at_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bombs_at_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bombs_at_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bombs_at_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bombs_at_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bombs_at_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bombs_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bombs_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bombs_here_on_the_ground.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bombs_here_on_the_ground.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bombs_ticking_at_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bombs_ticking_at_a.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bombs_ticking_at_b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bombs_ticking_at_b.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_bombs_ticking_at_c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_bombs_ticking_at_c.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_commander_is_down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_commander_is_down.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_commander_is_down_repeat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_commander_is_down_repeat.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_eager.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_eager.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_gone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_gone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_ready.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_ready.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_waiting.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_waiting.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_with_me.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_hostages_are_with_me.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/the_sniper_is_dead.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/the_sniper_is_dead.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theres_nobody_home.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theres_nobody_home.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theres_not_much_time_left.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theres_not_much_time_left.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theres_one_left.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theres_one_left.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theres_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theres_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theres_the_bomb2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theres_the_bomb2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theres_the_bomber.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theres_the_bomber.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theres_too_many.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theres_too_many.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theres_too_many_of_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theres_too_many_of_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_dropped_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_dropped_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_got_me_pinned_down_here.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_got_me_pinned_down_here.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_got_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_got_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_never_knew_what_hit_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_never_knew_what_hit_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_picked_up_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_picked_up_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_took_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_took_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_took_the_bomb2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_took_the_bomb2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_took_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_took_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_will_not_escape.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_will_not_escape.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_wont_get_away.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_wont_get_away.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/they_wont_get_away2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/they_wont_get_away2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theyre_all_over_the_place2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theyre_all_over_the_place2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theyre_everywhere2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theyre_everywhere2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theyre_rescuing_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theyre_rescuing_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theyre_taking_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theyre_taking_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theyre_with_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theyre_with_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/theyve_got_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/theyve_got_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/this_is_my_house.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/this_is_my_house.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/three.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/three.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/three_left.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/three_left.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/three_of_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/three_of_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/three_to_go.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/three_to_go.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/three_to_go2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/three_to_go2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/time_is_running_out.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/time_is_running_out.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/time_is_running_out2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/time_is_running_out2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/too_many2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/too_many2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/took_him_down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/took_him_down.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/took_him_out.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/took_him_out.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/took_him_out2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/took_him_out2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/took_out_the_sniper.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/took_out_the_sniper.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/tower.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/tower.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/truck.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/truck.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/tunnel.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/tunnel.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/tunnel2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/tunnel2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/two_enemies_left.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/two_enemies_left.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/two_of_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/two_of_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/two_to_go.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/two_to_go.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/uh_oh.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/uh_oh.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/uh_sir_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/uh_sir_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/underground.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/underground.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/underpass.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/underpass.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/upstairs.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/upstairs.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/vault.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/vault.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/vending_machines.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/vending_machines.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/vending_machines2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/vending_machines2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/ventilation_system.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/ventilation_system.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/vents.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/vents.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/vents2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/vents2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/very_nice.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/very_nice.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/villiage.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/villiage.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/wall.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/wall.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/wasted_him.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/wasted_him.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/watch_it_theres_a_sniper.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/watch_it_theres_a_sniper.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/watching_the_escape_route.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/watching_the_escape_route.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/watching_the_escape_zone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/watching_the_escape_zone.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/watching_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/watching_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/water.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/water.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/way_to_be_team.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/way_to_be_team.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/we_gotta_find_that_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/we_gotta_find_that_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/we_need_you_to_defuse_that_bomb_sir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/we_need_you_to_defuse_that_bomb_sir.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/we_owned_them.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/we_owned_them.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/well_cover_you_while_you_defuse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/well_cover_you_while_you_defuse.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/well_cover_you_you_defuse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/well_cover_you_you_defuse.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/well_done.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/well_done.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/weve_got_the_situation.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/weve_got_the_situation.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/weve_lost_the_commander.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/weve_lost_the_commander.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/what_are_you_doing.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/what_are_you_doing.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/what_happened.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/what_happened.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/what_have_you_done.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/what_have_you_done.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/where_are_the_hostages.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/where_are_the_hostages.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/where_are_they.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/where_are_they.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/where_are_you_hiding.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/where_are_you_hiding.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/where_could_they_be.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/where_could_they_be.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/where_is_it.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/where_is_it.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/wheres_the_bomb.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/wheres_the_bomb.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/wheres_the_bomb2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/wheres_the_bomb2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/wheres_the_bomb3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/wheres_the_bomb3.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/whew_that_was_close.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/whew_that_was_close.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/who_wants_some_more.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/who_wants_some_more.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/whoa.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/whoa.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/whoo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/whoo.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/whoo2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/whoo2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/whos_the_man.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/whos_the_man.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/window.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/window.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/windows.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/windows.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/wine_cellar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/wine_cellar.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/yea_baby.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/yea_baby.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/yea_ok.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/yea_ok.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/yesss.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/yesss.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/yesss2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/yesss2.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/yikes.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/yikes.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/sound/radio/bot/you_heard_the_man_lets_go.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/sound/radio/bot/you_heard_the_man_lets_go.wav -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/bots/right.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/bots/right.tga -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/cmd/right.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/cmd/right.tga -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/attack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/attack.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/attack2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/attack2.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/botmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/botmenu.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/buy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/buy.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/change_team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/change_team.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/chat.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/chat_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/chat_all.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/chat_team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/chat_team.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/cmdmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/cmdmenu.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/down.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/dpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/dpad.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/drop.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/duck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/duck.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/exit.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/flaghtlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/flaghtlight.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/hud_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/hud_edit.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/joy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/joy.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/jump.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_0.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_1.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_2.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_3.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_4.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_5.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_6.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_7.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_8.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/key_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/key_9.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/left.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/light.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/minus.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/nightvision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/nightvision.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/plus.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/radio.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/radio1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/radio1.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/radio2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/radio2.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/radio3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/radio3.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/reload.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/right.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/score.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/score.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/settings.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/spraypaint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/spraypaint.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/use.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/voicechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/voicechat.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/w_c4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/w_c4.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/w_grenade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/w_grenade.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/w_knife.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/w_knife.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/w_pistol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/w_pistol.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/w_rifle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/w_rifle.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/gfx/walk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/3rdparty/cs16client-extras/touch/gfx/walk.png -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/numerical_menu.cfg: -------------------------------------------------------------------------------- 1 | cmd_scripting 1 2 | 3 | if $numericalmenu = 1 4 | :exec touch/numerical_menu1 5 | if $numericalmenu = 2 6 | :exec touch/numerical_menu2 7 | if $numericalmenu = 3 8 | :exec touch/numerical_menu3 9 | -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/touch/scoreboard_classic.cfg: -------------------------------------------------------------------------------- 1 | touch_setclientonly 1 2 | +showscores 3 | alias hidescore "touch_removebutton _menu_*; -showscores; touch_setclientonly 0" 4 | touch_addbutton "_menu_score_exit" "" "hidescore" 0.000000 0.000000 1.000000 1.00000000 255 255 255 255 6 5 | -------------------------------------------------------------------------------- /3rdparty/cs16client-extras/userconfig.d/userconfig.cfg: -------------------------------------------------------------------------------- 1 | // Default cvars 2 | cl_nopred 0 3 | cl_lc 1 4 | cl_lw 1 5 | cl_charset utf-8 6 | hud_utf8 1 -------------------------------------------------------------------------------- /android/app/src/main/ic_launcher-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/ic_launcher-playstore.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/values/ic_launcher_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #EEEEEE 4 | -------------------------------------------------------------------------------- /android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | CS16Client 4 | -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- 1 | buildscript { 2 | repositories { 3 | mavenCentral() 4 | google() 5 | } 6 | 7 | dependencies { 8 | classpath 'com.android.tools.build:gradle:8.8.0' 9 | } 10 | } 11 | 12 | allprojects { 13 | repositories { 14 | mavenCentral() 15 | google() 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Thu Oct 26 16:18:24 EEST 2023 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip 5 | zipStoreBase=GRADLE_USER_HOME 6 | zipStorePath=wrapper/dists 7 | -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | 3 | rootProject.name = 'CS16Client' -------------------------------------------------------------------------------- /cl_dll/ScenarioStatus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/ScenarioStatus.cpp -------------------------------------------------------------------------------- /cl_dll/SniperScope.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/SniperScope.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/CSProgressBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/CSProgressBar.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/CSProgressBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/CSProgressBar.h -------------------------------------------------------------------------------- /cl_dll/VGUI/CareerBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/CareerBox.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/CareerBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/CareerBox.h -------------------------------------------------------------------------------- /cl_dll/VGUI/WeaponSetLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/WeaponSetLabel.h -------------------------------------------------------------------------------- /cl_dll/VGUI/backgroundpanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/backgroundpanel.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/basecareermenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/basecareermenu.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/buymenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buymenu.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/buymouseoverpanelbutton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buymouseoverpanelbutton.h -------------------------------------------------------------------------------- /cl_dll/VGUI/buypreset_editmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buypreset_editmenu.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/buypreset_listbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buypreset_listbox.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/buypreset_listbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buypreset_listbox.h -------------------------------------------------------------------------------- /cl_dll/VGUI/buypreset_mainmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buypreset_mainmenu.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/buypresetimageinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buypresetimageinfo.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/buypresetpanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buypresetpanel.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/buysubmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buysubmenu.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/buysubmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/buysubmenu.h -------------------------------------------------------------------------------- /cl_dll/VGUI/careermatchendmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/careermatchendmenu.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/careerroundendmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/careerroundendmenu.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/counterstrikeviewport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/counterstrikeviewport.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/counterstrikeviewport_interface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/counterstrikeviewport_interface.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/creditsmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/creditsmenu.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/cstrikeclassmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/cstrikeclassmenu.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/cstrikeclassmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/cstrikeclassmenu.h -------------------------------------------------------------------------------- /cl_dll/VGUI/cstrikeclientscoreboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/cstrikeclientscoreboard.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/cstrikespectatorgui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/cstrikespectatorgui.cpp -------------------------------------------------------------------------------- /cl_dll/VGUI/cstriketeammenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/VGUI/cstriketeammenu.cpp -------------------------------------------------------------------------------- /cl_dll/buy_preset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/buy_preset.cpp -------------------------------------------------------------------------------- /cl_dll/buy_preset_debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/buy_preset_debug.cpp -------------------------------------------------------------------------------- /cl_dll/buy_preset_weapon_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/buy_preset_weapon_info.cpp -------------------------------------------------------------------------------- /cl_dll/buy_presets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/buy_presets.cpp -------------------------------------------------------------------------------- /cl_dll/buy_presets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/buy_presets.h -------------------------------------------------------------------------------- /cl_dll/events.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/events.cpp -------------------------------------------------------------------------------- /cl_dll/hl/hl_baseentity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/hl/hl_baseentity.cpp -------------------------------------------------------------------------------- /cl_dll/hl/hl_events.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/hl/hl_events.cpp -------------------------------------------------------------------------------- /cl_dll/hl/hl_objects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/hl/hl_objects.cpp -------------------------------------------------------------------------------- /cl_dll/hl/hl_weapons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/hl/hl_weapons.cpp -------------------------------------------------------------------------------- /cl_dll/hud_vgui2print.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/hud_vgui2print.cpp -------------------------------------------------------------------------------- /cl_dll/interpolation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/interpolation.cpp -------------------------------------------------------------------------------- /cl_dll/nightvision.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/nightvision.cpp -------------------------------------------------------------------------------- /cl_dll/tri.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/tri.h -------------------------------------------------------------------------------- /cl_dll/z_weather.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/z_weather.cpp -------------------------------------------------------------------------------- /cl_dll/z_weather.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Velaron/cs16-client/cae8d3e52ca62a24888184a6a9fb12d35eb4958f/cl_dll/z_weather.h -------------------------------------------------------------------------------- /dlls/stdafx.h: -------------------------------------------------------------------------------- 1 | #ifndef stdafx_h__ 2 | #define stdafx_h__ 3 | 4 | #include "port.h" 5 | #include "extdll.h" 6 | #include "util.h" 7 | 8 | #endif // stdafx_h__ 9 | -------------------------------------------------------------------------------- /toolchains/i386-linux-gnu.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_SYSTEM_NAME Linux CACHE STRING "" FORCE) 2 | set(CMAKE_SYSTEM_PROCESSOR i386 CACHE STRING "" FORCE) 3 | 4 | set(CMAKE_C_FLAGS "-m32" CACHE STRING "" FORCE) 5 | set(CMAKE_CXX_FLAGS "-m32" CACHE STRING "" FORCE) 6 | set(CMAKE_EXE_LINKER_FLAGS "-m32" CACHE STRING "" FORCE) --------------------------------------------------------------------------------