├── LICENSE ├── NoScope Detector ├── scripting │ └── noscope_detector 1.3.1.sp ├── sounds.zip └── translations │ ├── noscope_detector.phrases.txt │ ├── ru │ └── noscope_detector.phrases.txt │ └── tr │ └── noscope_detector.phrases.txt ├── README.md ├── SM └── scripting │ ├── ExplodeString2StringMap.sp │ ├── Format_a_number_with_grouped_thousands.sp │ ├── Preview 1.2.2_08.10.2022.sp │ ├── SpawnProtection 1.5.3 no_warmup.sp │ ├── afk_check.sp │ ├── auto_reload_plugins 1.3.0_23.08.2022.sp │ ├── bomb_mark fastdl texture.zip │ ├── bomb_mark server texture.zip │ ├── bomb_mark.sp │ ├── button_test.sp │ ├── buyzone_protector 2.2.0.sp │ ├── c_nmrih_diffmoder 1.0.3_09.03.2025.sp │ ├── cmds_list 1.1.0.sp │ ├── countrynick.phrases.txt │ ├── countrynick.sp │ ├── csgo_allies_icon 1.0.1.sp │ ├── css_gunmenu.sp │ ├── fix_angles.sp │ ├── franug_csgosprays 1.4.6.sp │ ├── hex2rgba.sp │ ├── hitbox_marker 1.3.0.sp │ ├── hitbox_marker.phrases.txt │ ├── hitkillsounds 1.3.0_25.11.2022.sp │ ├── hitkillsounds 1.3.0_25.11.2022_fix2.sp │ ├── hud_dmg_info.sp │ ├── include │ ├── UTF-8-string.inc │ └── steamcore.inc │ ├── ins_battleye_disabler 1.0.0.sp │ ├── lang 1.1.2_10.06.2025.sp │ ├── medic 09.09.2020y.sp │ ├── nmrih_codes.sp │ ├── nmrih_events.sp │ ├── nmrih_flashlight 1.0.3_23.02.2023.sp │ ├── nmrih_hav.phrases.txt │ ├── nmrih_hav.sp │ ├── nmrih_healthstation_health.sp │ ├── nmrih_infinity.sp │ ├── nmrih_keycodes.phrases.txt │ ├── nmrih_npcs_hp.sp │ ├── no_tspawn_camp.sp │ ├── plugins_list_log.sp │ ├── properties.sp │ ├── random_plant_blocker.phrases.txt │ ├── random_plant_blocker.sp │ ├── revival.inc │ ├── shield_enable.sp │ ├── simple_afk_checker.sp │ ├── simple_announce 1.1.1.sp │ ├── sm_bosshud.sp │ ├── sm_christmasification.sp │ ├── sm_doublejump.sp │ ├── sm_find_cmd.sp │ ├── sm_fragtag 1.0.1_18.08.2022.sp │ ├── sm_healing_light 2.0.0.sp │ ├── sm_killfeed_ctrl.sp │ ├── sm_laser_tag 1.0.0_31.03.2025.sp │ ├── sm_medic.sp │ ├── sm_parachute_lite 2.5.2.sp │ ├── sm_prop_ctrl.sp │ ├── sm_punishment_for_rejoin 1.0.0_16.08.2023.sp │ ├── sm_revival translations.zip │ ├── sm_revival.sp │ ├── sm_revival_reward 1.0.2.sp │ ├── sm_speed.sp │ ├── sm_stringtable_dumper 1.1.1.sp │ ├── sm_tcl 1.0.1.sp │ ├── sm_telemanager 1.1.0_01.06.2024.sp │ ├── sm_wpnclnr 1.0.0.sp │ ├── steam_profile_view 1.0.3_23.04.2025.sp │ ├── supremeredirect 1.2.0_23.03.2025.sp │ ├── tools_cvarlist.sp │ ├── weak_throw_grenade.phrases.txt │ ├── weak_throw_grenade.sp │ ├── weapons_movement_speed 1.0.1_11.02.2023.sp │ ├── weapons_movement_speed.ini │ └── zone_borders.sp ├── Server WH ├── scripting │ └── sm_server_wh 1.0.3_03.10.2023.sp └── sm_server_wh texture.zip ├── [CSGO] Player Hint Info ├── scripting │ └── csgo_player_hint_info 1.1.0.sp └── translations │ ├── csgo_hint_info.phrases.txt │ ├── fr │ └── csgo_hint_info.phrases.txt │ └── ru │ └── csgo_hint_info.phrases.txt └── _config.yml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/LICENSE -------------------------------------------------------------------------------- /NoScope Detector/scripting/noscope_detector 1.3.1.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/NoScope Detector/scripting/noscope_detector 1.3.1.sp -------------------------------------------------------------------------------- /NoScope Detector/sounds.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/NoScope Detector/sounds.zip -------------------------------------------------------------------------------- /NoScope Detector/translations/noscope_detector.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/NoScope Detector/translations/noscope_detector.phrases.txt -------------------------------------------------------------------------------- /NoScope Detector/translations/ru/noscope_detector.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/NoScope Detector/translations/ru/noscope_detector.phrases.txt -------------------------------------------------------------------------------- /NoScope Detector/translations/tr/noscope_detector.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/NoScope Detector/translations/tr/noscope_detector.phrases.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/README.md -------------------------------------------------------------------------------- /SM/scripting/ExplodeString2StringMap.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/ExplodeString2StringMap.sp -------------------------------------------------------------------------------- /SM/scripting/Format_a_number_with_grouped_thousands.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/Format_a_number_with_grouped_thousands.sp -------------------------------------------------------------------------------- /SM/scripting/Preview 1.2.2_08.10.2022.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/Preview 1.2.2_08.10.2022.sp -------------------------------------------------------------------------------- /SM/scripting/SpawnProtection 1.5.3 no_warmup.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/SpawnProtection 1.5.3 no_warmup.sp -------------------------------------------------------------------------------- /SM/scripting/afk_check.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/afk_check.sp -------------------------------------------------------------------------------- /SM/scripting/auto_reload_plugins 1.3.0_23.08.2022.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/auto_reload_plugins 1.3.0_23.08.2022.sp -------------------------------------------------------------------------------- /SM/scripting/bomb_mark fastdl texture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/bomb_mark fastdl texture.zip -------------------------------------------------------------------------------- /SM/scripting/bomb_mark server texture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/bomb_mark server texture.zip -------------------------------------------------------------------------------- /SM/scripting/bomb_mark.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/bomb_mark.sp -------------------------------------------------------------------------------- /SM/scripting/button_test.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/button_test.sp -------------------------------------------------------------------------------- /SM/scripting/buyzone_protector 2.2.0.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/buyzone_protector 2.2.0.sp -------------------------------------------------------------------------------- /SM/scripting/c_nmrih_diffmoder 1.0.3_09.03.2025.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/c_nmrih_diffmoder 1.0.3_09.03.2025.sp -------------------------------------------------------------------------------- /SM/scripting/cmds_list 1.1.0.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/cmds_list 1.1.0.sp -------------------------------------------------------------------------------- /SM/scripting/countrynick.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/countrynick.phrases.txt -------------------------------------------------------------------------------- /SM/scripting/countrynick.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/countrynick.sp -------------------------------------------------------------------------------- /SM/scripting/csgo_allies_icon 1.0.1.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/csgo_allies_icon 1.0.1.sp -------------------------------------------------------------------------------- /SM/scripting/css_gunmenu.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/css_gunmenu.sp -------------------------------------------------------------------------------- /SM/scripting/fix_angles.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/fix_angles.sp -------------------------------------------------------------------------------- /SM/scripting/franug_csgosprays 1.4.6.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/franug_csgosprays 1.4.6.sp -------------------------------------------------------------------------------- /SM/scripting/hex2rgba.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/hex2rgba.sp -------------------------------------------------------------------------------- /SM/scripting/hitbox_marker 1.3.0.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/hitbox_marker 1.3.0.sp -------------------------------------------------------------------------------- /SM/scripting/hitbox_marker.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/hitbox_marker.phrases.txt -------------------------------------------------------------------------------- /SM/scripting/hitkillsounds 1.3.0_25.11.2022.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/hitkillsounds 1.3.0_25.11.2022.sp -------------------------------------------------------------------------------- /SM/scripting/hitkillsounds 1.3.0_25.11.2022_fix2.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/hitkillsounds 1.3.0_25.11.2022_fix2.sp -------------------------------------------------------------------------------- /SM/scripting/hud_dmg_info.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/hud_dmg_info.sp -------------------------------------------------------------------------------- /SM/scripting/include/UTF-8-string.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/include/UTF-8-string.inc -------------------------------------------------------------------------------- /SM/scripting/include/steamcore.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/include/steamcore.inc -------------------------------------------------------------------------------- /SM/scripting/ins_battleye_disabler 1.0.0.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/ins_battleye_disabler 1.0.0.sp -------------------------------------------------------------------------------- /SM/scripting/lang 1.1.2_10.06.2025.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/lang 1.1.2_10.06.2025.sp -------------------------------------------------------------------------------- /SM/scripting/medic 09.09.2020y.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/medic 09.09.2020y.sp -------------------------------------------------------------------------------- /SM/scripting/nmrih_codes.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/nmrih_codes.sp -------------------------------------------------------------------------------- /SM/scripting/nmrih_events.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/nmrih_events.sp -------------------------------------------------------------------------------- /SM/scripting/nmrih_flashlight 1.0.3_23.02.2023.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/nmrih_flashlight 1.0.3_23.02.2023.sp -------------------------------------------------------------------------------- /SM/scripting/nmrih_hav.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/nmrih_hav.phrases.txt -------------------------------------------------------------------------------- /SM/scripting/nmrih_hav.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/nmrih_hav.sp -------------------------------------------------------------------------------- /SM/scripting/nmrih_healthstation_health.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/nmrih_healthstation_health.sp -------------------------------------------------------------------------------- /SM/scripting/nmrih_infinity.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/nmrih_infinity.sp -------------------------------------------------------------------------------- /SM/scripting/nmrih_keycodes.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/nmrih_keycodes.phrases.txt -------------------------------------------------------------------------------- /SM/scripting/nmrih_npcs_hp.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/nmrih_npcs_hp.sp -------------------------------------------------------------------------------- /SM/scripting/no_tspawn_camp.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/no_tspawn_camp.sp -------------------------------------------------------------------------------- /SM/scripting/plugins_list_log.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/plugins_list_log.sp -------------------------------------------------------------------------------- /SM/scripting/properties.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/properties.sp -------------------------------------------------------------------------------- /SM/scripting/random_plant_blocker.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/random_plant_blocker.phrases.txt -------------------------------------------------------------------------------- /SM/scripting/random_plant_blocker.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/random_plant_blocker.sp -------------------------------------------------------------------------------- /SM/scripting/revival.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/revival.inc -------------------------------------------------------------------------------- /SM/scripting/shield_enable.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/shield_enable.sp -------------------------------------------------------------------------------- /SM/scripting/simple_afk_checker.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/simple_afk_checker.sp -------------------------------------------------------------------------------- /SM/scripting/simple_announce 1.1.1.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/simple_announce 1.1.1.sp -------------------------------------------------------------------------------- /SM/scripting/sm_bosshud.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_bosshud.sp -------------------------------------------------------------------------------- /SM/scripting/sm_christmasification.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_christmasification.sp -------------------------------------------------------------------------------- /SM/scripting/sm_doublejump.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_doublejump.sp -------------------------------------------------------------------------------- /SM/scripting/sm_find_cmd.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_find_cmd.sp -------------------------------------------------------------------------------- /SM/scripting/sm_fragtag 1.0.1_18.08.2022.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_fragtag 1.0.1_18.08.2022.sp -------------------------------------------------------------------------------- /SM/scripting/sm_healing_light 2.0.0.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_healing_light 2.0.0.sp -------------------------------------------------------------------------------- /SM/scripting/sm_killfeed_ctrl.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_killfeed_ctrl.sp -------------------------------------------------------------------------------- /SM/scripting/sm_laser_tag 1.0.0_31.03.2025.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_laser_tag 1.0.0_31.03.2025.sp -------------------------------------------------------------------------------- /SM/scripting/sm_medic.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_medic.sp -------------------------------------------------------------------------------- /SM/scripting/sm_parachute_lite 2.5.2.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_parachute_lite 2.5.2.sp -------------------------------------------------------------------------------- /SM/scripting/sm_prop_ctrl.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_prop_ctrl.sp -------------------------------------------------------------------------------- /SM/scripting/sm_punishment_for_rejoin 1.0.0_16.08.2023.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_punishment_for_rejoin 1.0.0_16.08.2023.sp -------------------------------------------------------------------------------- /SM/scripting/sm_revival translations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_revival translations.zip -------------------------------------------------------------------------------- /SM/scripting/sm_revival.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_revival.sp -------------------------------------------------------------------------------- /SM/scripting/sm_revival_reward 1.0.2.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_revival_reward 1.0.2.sp -------------------------------------------------------------------------------- /SM/scripting/sm_speed.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_speed.sp -------------------------------------------------------------------------------- /SM/scripting/sm_stringtable_dumper 1.1.1.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_stringtable_dumper 1.1.1.sp -------------------------------------------------------------------------------- /SM/scripting/sm_tcl 1.0.1.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_tcl 1.0.1.sp -------------------------------------------------------------------------------- /SM/scripting/sm_telemanager 1.1.0_01.06.2024.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_telemanager 1.1.0_01.06.2024.sp -------------------------------------------------------------------------------- /SM/scripting/sm_wpnclnr 1.0.0.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/sm_wpnclnr 1.0.0.sp -------------------------------------------------------------------------------- /SM/scripting/steam_profile_view 1.0.3_23.04.2025.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/steam_profile_view 1.0.3_23.04.2025.sp -------------------------------------------------------------------------------- /SM/scripting/supremeredirect 1.2.0_23.03.2025.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/supremeredirect 1.2.0_23.03.2025.sp -------------------------------------------------------------------------------- /SM/scripting/tools_cvarlist.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/tools_cvarlist.sp -------------------------------------------------------------------------------- /SM/scripting/weak_throw_grenade.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/weak_throw_grenade.phrases.txt -------------------------------------------------------------------------------- /SM/scripting/weak_throw_grenade.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/weak_throw_grenade.sp -------------------------------------------------------------------------------- /SM/scripting/weapons_movement_speed 1.0.1_11.02.2023.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/weapons_movement_speed 1.0.1_11.02.2023.sp -------------------------------------------------------------------------------- /SM/scripting/weapons_movement_speed.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/weapons_movement_speed.ini -------------------------------------------------------------------------------- /SM/scripting/zone_borders.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/SM/scripting/zone_borders.sp -------------------------------------------------------------------------------- /Server WH/scripting/sm_server_wh 1.0.3_03.10.2023.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/Server WH/scripting/sm_server_wh 1.0.3_03.10.2023.sp -------------------------------------------------------------------------------- /Server WH/sm_server_wh texture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/Server WH/sm_server_wh texture.zip -------------------------------------------------------------------------------- /[CSGO] Player Hint Info/scripting/csgo_player_hint_info 1.1.0.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/[CSGO] Player Hint Info/scripting/csgo_player_hint_info 1.1.0.sp -------------------------------------------------------------------------------- /[CSGO] Player Hint Info/translations/csgo_hint_info.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/[CSGO] Player Hint Info/translations/csgo_hint_info.phrases.txt -------------------------------------------------------------------------------- /[CSGO] Player Hint Info/translations/fr/csgo_hint_info.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/[CSGO] Player Hint Info/translations/fr/csgo_hint_info.phrases.txt -------------------------------------------------------------------------------- /[CSGO] Player Hint Info/translations/ru/csgo_hint_info.phrases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/[CSGO] Player Hint Info/translations/ru/csgo_hint_info.phrases.txt -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grey83/SourceMod-plugins/HEAD/_config.yml --------------------------------------------------------------------------------