View Single Post
joao7yt
Senior Member
Join Date: Nov 2014
Location: Brazil
Old 10-25-2017 , 15:10   Re: Server ignoring "nextlevel" and loading the next map from mapcycle.txt
Reply With Quote #9

I fixed the issue changing my
HTML Code:
ServerCommand("nextlevel %s", map);
to
HTML Code:
SetNextMap(map);
But I just wanted to know why suddenly "nextlevel" started to be ignored. It will break some plugins out there!

Last edited by joao7yt; 10-25-2017 at 15:10.
joao7yt is offline