splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
558 stars 175 forks source link

Score reporting bug #51

Closed AzuuraD closed 8 years ago

AzuuraD commented 8 years ago

If reporting a bug, fill in the following sections:

Expected behavior

After a round is won, show [Get5] Teamname1 1 - 1 Teamname2

Actual behavior

http://i.imgur.com/9XWDuAe.jpg

Steps to reproduce

splewis commented 8 years ago

This probably has more to do with the CS:GO update from August 5th breaking the CS_Set/GetTeamScore methods. It required a gamedata update (see https://github.com/alliedmodders/sourcemod/commit/51a6b9ce30de78f7a78b79739d1f911795b87604).

Have you tried restarting your server again since then (that is when sourcemod automatically updates gamedata files)?

AzuuraD commented 8 years ago

Yes, the server is restarted before every match, so i'm not 100% sure why the gamedata files havent updated

splewis commented 8 years ago

Have you checked if they're updated? You should compare the commit I posted and the game server's addons/sourcemod/gamedata/sm-cstrike.games/game.csgo.txt.

AzuuraD commented 8 years ago

I've updated sourcemod manually now, will see if it solved the problem when I next can

---- On Sat, 13 Aug 2016 02:20:57 +0000 notifications@github.com wrote ----

Have you checked if they're updated? You should compare the commit I posted and the game server's addons/sourcemod/gamedata/sm-cstrike.games/game.csgo.txt.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

AzuuraD commented 8 years ago

Yep this fixed it, thanks :)