splewis / csgo-retakes

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

Map problems #20

Closed Ejz85 closed 9 years ago

Ejz85 commented 9 years ago

de_nuke The bomb has time to go down the vent and plant on B when its A site (12 sec)

de_cbble CT get stuck on one of the spawns for B site

de_dust2 T can pick some CT off with AWP at their spawnpositions near the normal CT spawn/mid gate

I fixed these problems on my servers but they seem to been overritten? How do I turn off the auto update for spawn files? :S

splewis commented 9 years ago

There is no autoupdate for anything involving this plugin.

The spawns are written out every map end (as long as the editor is enabled), though. So you might be experiencing:

(edit: this behavior has since changed: see https://github.com/splewis/csgo-retakes/commit/0de068517dd923e166e9e928e5618652e77be365) So you should either:

Ejz85 commented 9 years ago

thx