• Garry's Mod TTT Server Randommap at serverstart
    3 replies, posted
Hey, currently I have in my TTT Server command for the map: "+ map ttt_rooftops_a2". Is it possible to somehow specify that it selects a random map at server startup? greeting ----German---- Hey, derzeit habe ich in meinem TTT Server folgenden Befehl für die Map: "+map ttt_rooftops_a2". Kann man auch irgendwie einstellen, dass es beim Serverstart eine zufällige Map auswählt? MfG
Could do on the server initialize have a table of maps you'd like it to choose from (to keep out the unpopular ones) and then just changemap with that.
Do you think I should change the maps always manually?
[lua]RunConsoleCommand( "changelevel", string.sub( Map, 1, -5 ) )[/lua] Is how I do it in my map vote addon. string.sub would be changed with the maps name.
Sorry, you need to Log In to post a reply to this thread.