11.03.2010, 19:41
You can find a line named mapname in your server.cfg file, you can set the map name there.
Or with this function in the script:
You can even change it in-game. Login to the RCON by using /rcon login [password] and then you can use /rcon mapname [name] or you can type mapname [name] in your server-console.
Or with this function in the script:
pawn Код:
SendRconCommand("mapname _YOUR_MAP_NAME_");