Can someone please help me with a 10 second map switcher script? An autorun script that after about 3 hours it does "changelevel zombiesurvival_b5"
Thanks in advance!
[editline]07:51PM[/editline]
No one? I really need to learn some damned lua.
TBH, I think this already exists, and by that I mean I thnk theres a console code for it.. Something in the lines of level_rotation or something like that.. It may be from CSS though... Google it!
[editline]o[/editline]
Found it!! However, it was not a console command, but.. well, heres the addon
[url]http://www.ulyssesmod.net/spbogie/UMaps1.11.zip[/url]
[lua]timer.Simple( 60 * 60 * 3, function() game.ConsoleCommand( "changelevel zombiesurvival_b5" ) end)[/lua]
Run that serverside. Or put it in a concommand serverside.
Sorry, you need to Log In to post a reply to this thread.