Sean Lewis
Sean Lewis
E.g. users type them out: .ban de_dust2 .ban de_vertigo .pick de_train and such. Probably just choosable by cvar.
It gets called in EndSeries, which is typically called after the GOTV delay expires. It should be called much earlier so stats can be updated more quickly.
Ideas: - enabled with `sm_pugsetup_overtime_vote` to control whether a vote is done. If set to 0, the game proceeds normally (overtime played out depending on mp_overtime_enable) - also use `sm_pugsetup_overtime_ratio`...
Similar to what was implemented for [get5 map vetoes](https://github.com/splewis/get5/commit/750d4e9734f029353ad9f00f4c6c15624529df99).
I'm using this track the differences between the nades create via CSU_ThrowGrenade and real grenades: 1. Smoke grenade popping sound is different: right now it's being played [via plugin](https://github.com/splewis/csgo-practice-mode/blob/def83e963f7e440907518d421e49076223dfa98b/scripting/csutils.sp#L139), we...
https://blog.counter-strike.net/index.php/2019/09/25573/ cl_grenadepreview can map to a `.preview` command cl_sim_grenade_trajectory can map to a `.freeze` command
Originally requested in #104: > End dry run - If possible I would ask a command ".enddry" or ".enddryrun" or something similar that ends the dryrun setting back up the...
Bots should be able to be grouped similarly to grenade categories. Rather than combine the use of commands (.save and .cats), I'll likely try to use separate commands and treat...