22.01.2008, 15:57
I hate to use SendRconCommand to set the mapname.
So i scripted this little function.
So i scripted this little function.
pawn Код:
stock SetGameMapName(const mapname[])
{
new string[256];
format(string, sizeof(string), "mapname %s", mapname);
SendRconCommand(string);
}