├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── _config.yml ├── bot_quota_force_value.sp ├── exagerate_ragdolls.sp ├── extra_gore.sp ├── fast_duck.sp ├── geoip_auto_update_databases.sp ├── geoip_chat_connect_announcer.sp ├── geoip_scanning_order_changer.sp ├── geoip_status_command.sp ├── hattrick.sp ├── movement_unlocker.sp ├── notify_small_rate_convar_setting.sp ├── reset_score_command.sp ├── set_steam_account_from_file.sp ├── sm_cvar_command.sp ├── sm_exec_tick_cfg_command.sp ├── spawn_points_loader.sp ├── suicide_game_score.sp ├── sv_full_alltalk_force_value.sp ├── tick_rate_control.sp ├── tick_rate_port_in_host_name.sp ├── tick_rate_port_in_tags.sp ├── vote_map_command.sp ├── vote_restart_command.sp └── welcome_players.sp /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: "https://www.paypal.com/donate?hosted_button_id=MF2XYRCNW3NTJ" 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/_config.yml -------------------------------------------------------------------------------- /bot_quota_force_value.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/bot_quota_force_value.sp -------------------------------------------------------------------------------- /exagerate_ragdolls.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/exagerate_ragdolls.sp -------------------------------------------------------------------------------- /extra_gore.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/extra_gore.sp -------------------------------------------------------------------------------- /fast_duck.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/fast_duck.sp -------------------------------------------------------------------------------- /geoip_auto_update_databases.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/geoip_auto_update_databases.sp -------------------------------------------------------------------------------- /geoip_chat_connect_announcer.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/geoip_chat_connect_announcer.sp -------------------------------------------------------------------------------- /geoip_scanning_order_changer.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/geoip_scanning_order_changer.sp -------------------------------------------------------------------------------- /geoip_status_command.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/geoip_status_command.sp -------------------------------------------------------------------------------- /hattrick.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/hattrick.sp -------------------------------------------------------------------------------- /movement_unlocker.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/movement_unlocker.sp -------------------------------------------------------------------------------- /notify_small_rate_convar_setting.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/notify_small_rate_convar_setting.sp -------------------------------------------------------------------------------- /reset_score_command.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/reset_score_command.sp -------------------------------------------------------------------------------- /set_steam_account_from_file.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/set_steam_account_from_file.sp -------------------------------------------------------------------------------- /sm_cvar_command.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/sm_cvar_command.sp -------------------------------------------------------------------------------- /sm_exec_tick_cfg_command.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/sm_exec_tick_cfg_command.sp -------------------------------------------------------------------------------- /spawn_points_loader.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/spawn_points_loader.sp -------------------------------------------------------------------------------- /suicide_game_score.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/suicide_game_score.sp -------------------------------------------------------------------------------- /sv_full_alltalk_force_value.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/sv_full_alltalk_force_value.sp -------------------------------------------------------------------------------- /tick_rate_control.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/tick_rate_control.sp -------------------------------------------------------------------------------- /tick_rate_port_in_host_name.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/tick_rate_port_in_host_name.sp -------------------------------------------------------------------------------- /tick_rate_port_in_tags.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/tick_rate_port_in_tags.sp -------------------------------------------------------------------------------- /vote_map_command.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/vote_map_command.sp -------------------------------------------------------------------------------- /vote_restart_command.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/vote_restart_command.sp -------------------------------------------------------------------------------- /welcome_players.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClaudiuHKS/CSGO-Servers/HEAD/welcome_players.sp --------------------------------------------------------------------------------