View Single Post
Smesh
Member
Join Date: May 2012
Location: Latvia, Riga
Old 02-13-2021 , 09:40   Re: CS:S DM 2.1.4 Released (June 25, 2011)
Reply With Quote #13

if (lastmap[0] != '\0')
{
//ServerCommand("changelevel %s", lastmap);
RequestFrame(rf_naxtmap);
}

rf_naxtmap()
{
new String:lastmap[64];
GetNextMap(lastmap, 64);
ServerCommand("changelevel %s", lastmap);
}

make able to choose type of mapchanging
Smesh is offline