View Single Post
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 02-13-2015 , 09:58   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1277

In your "Configs"->"Options Default" section you are refering to Welcome message but you removed all text in it.
A better way is to do this
Code:
            "LoadMessage"
            {
                "Messages" "Welcome" // <= Remove this line
                "Messages" "Advertise Gun Menu"
            }
I don't know the actual effect of what you did, need to check this in the code
h3bus is offline