splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
329 stars 115 forks source link

Bomb has been planted hint text working with sm_retakes_enabled 0 #302

Closed 4NTEDEGUEM0N closed 3 years ago

4NTEDEGUEM0N commented 3 years ago

When playing a pug in the same server, the alert hint that shows which bombsite the bomb was planted, is working even when the retakes plugin is disabled by the command sm_retakes_enabled 0.

ilyasaftr commented 3 years ago

post your sm plugins list, that problem is not from this plugin.

4NTEDEGUEM0N commented 3 years ago

plugins: https://prnt.sc/15g6bx1 (I left almost all the default plugins)

If I play retakes mode and then disable it by the command to play a pug, for exemple, when planting the bomb, the alert hint shows the last bombsite that was played in the retake. (https://prnt.sc/15gbz4b) And when going straight to the pug, after the server restart, the alert shows: "Bomb planted on bombsite - -" (https://prnt.sc/15gcdwr)

ilyasaftr commented 3 years ago

that problem is related to MyWeaponAllocator plugin, the easy way to fix it set mywa_bombsite to 0

splewis commented 3 years ago

Thanks @ilyasafr, sent a PR: https://github.com/shanapu/MyWeaponAllocator/pull/31

4NTEDEGUEM0N commented 3 years ago

Thanks! It worked!