get5
get5 copied to clipboard
CS:GO Sourcemod plugin for competitive matches/scrims
The fact that I cannot set a longer `mp_match_restart_delay` for a bo1 is a little annoying, as the servers I run are containerized and shut down after the series ends,...
After the first match. Wait for GOTV to end then switch maps. I have a BO3 Match Setup. After the first map is over. It waits for the GOTV broadcast...
This should fix https://github.com/splewis/get5/issues/817. I also adjusted `Get5_OnBackupRestore` to have the correct map and round number, indicating the match, map and round being restored **to**. Tried to reduce use of...
I don't understand why this is happening: https://github.com/splewis/get5/blob/e35eb6bddaa7ad990a3dcf70091eb7fba4d8cdc7/scripting/get5.sp#L1152-L1155 It seems the backup written here never serves any purpose. If you want to restore to the last round of the match,...
I was working on the [backup path thing](https://github.com/splewis/get5/pull/793), when I came across this. It would appear that game series scores are saved to backups and also restored, but that this...
Hey Just a reminder to remove the GitHub wiki from Get5. We've moved the docs to mkdocs and built it into the repo. I'll be doing some work on the...
PostgreSQL support appeared in version 1.11 of SourceMod (development). This pull request contains SQL script for creating tables in the database (misc\import_stats_pgsql.sql) and a plugin with query support.
If making a feature request, you should delete all the pre-filled text here. If reporting a bug, fill in the following sections: ### Expected behavior Hello! Thanks for the amazing...
Sometimes our teams need to play scrims with other than the default settings in our scrim_template.cfg - Like playing full 30 rounds, map-veto or without "knife for side" Any chance...
I'm using both plugins, practice mode for a while and added get5 yesterday. Seems to be an issue with startmoney if launching !get5 scrim while in practice mode. ### Expected...