splewis / csgo-practice-mode

CS:GO Sourcemod plugin for private team/individual practice servers
GNU General Public License v3.0
456 stars 70 forks source link

Bots placed with .bot show flashed animation for a very long time #79

Open splewis opened 6 years ago

splewis commented 6 years ago

I think the issue is that the bots created by CreateFakeClient aren't having their think function called as much anymore. This would explain the csutils breakage and .bot-respawning a month ago as well.

One solution could have been to switch to using https://github.com/VoiDeD/sourcemod-botcontroller instead of CreateFakeClient. I will probably investigate using it as an optional dependency.

splewis commented 6 years ago

Another issue: they produce weird phantom running footsteps sometimes.