17.08.2010, 01:09
Every now and then people who host servers from their house/ their PC ask me this question,
so for future people, here's how.
Way 1:
Open server.cfg and make a new line, and on that line type "mapname" then space, then your new map name.
Reload your server, and "San Andreas" will be replaced with your new text/ mapname.
Way 2:
Under "OnGameModeInIt" call back, add
and simply replace "My_Server" with your new map name.
Thanks for taking your time to read this noob tutorial, lol.
so for future people, here's how.
Way 1:
Open server.cfg and make a new line, and on that line type "mapname" then space, then your new map name.
Reload your server, and "San Andreas" will be replaced with your new text/ mapname.
Way 2:
Under "OnGameModeInIt" call back, add
pawn Code:
SendRconCommand("mapname My_Server");
Thanks for taking your time to read this noob tutorial, lol.