View Single Post
undyingvisage58
Junior Member
Join Date: Nov 2012
Location: you still dont want to know
Old 05-28-2014 , 00:08   Re: [CS:S/CS:GO] GunGame
Reply With Quote #4619

Quote:
Originally Posted by Paddy1991 View Post
I have found my Problem...

"EndGameSilent" "0"

That command iss buggy...
For all with this Problem changed to

"EndGameSilent" "1"

and Gungame works correctly
Thank you for this, Pady1991! I was bashing my head against my table trying to figure this out......

I have a fresh installation of steamcmd and have tried to setup GG turbo DM multiple times and redownloaded and reinstalled every time trying to figure out why GG wouldn't change maps at gg_win... Apparently there's a bug in the scripts involving the game end method.

Also, this configuration isn't freezing all players. Everyone is still able to shoot and move. They will, however, freeze if both are at 1. Though they can still fire their weapons.
Code:
        /**
         * Freeze players after win.
         *
         * Options:
         *      1 - Freeze players.
         *      0 - Do not freeze players.
         */
        "WinnerFreezePlayers" "1"

        /**
         * Winner effects.
         *
         * Options:
         *      0 - Freeze players.
         *      1 - Make players fly.
         */
        "WinnerEffect" "0"

Last edited by undyingvisage58; 05-28-2014 at 00:37.
undyingvisage58 is offline