splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bomb has been planted hint text working with sm_retakes_enabled 0

4NTEDEGUEM0N opened this issue · comments

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.

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

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)

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

Thanks @ilyasafr, sent a PR: shanapu/MyWeaponAllocator#31

Thanks! It worked!