B3none / csgo-retakes-instadefuse

Allows a CT to instantly defuse the bomb when nothing can prevent defusal.
69 stars 15 forks source link

End of round screen #29

Open ngx3 opened 4 years ago

ngx3 commented 4 years ago

Describe the bug Whenever I drop it into my plugins folder, it goes to the end of round score board, covering the entire screen, mouse cursor shows up and mouse movement is disabled.

Another issue is the loading screen becomes transparent, (you can see the team menu) this is also apparent with the autoplant plugin enabled.

Using sourcemod 1.10.0

B3none commented 4 years ago

This is because I have to manually trigger the end game and I suspect that the code isn't quite right. If it didn't do that the game would continue for more that the value set in mp_maxrounds.

tk1114632 commented 4 years ago

Found similar issue. This plugin manually ends round and ends map, so the end match map vote won't be triggered. Could you fix?