[HELP] How to change the Map name?
#1

How do i change the map name? Its say San Andreas... but i don't know how to change it.....

Reply
#2

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:
pawn Код:
SendRconCommand("mapname _YOUR_MAP_NAME_");
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.
Reply
#3

Yes, in your server.cfg file

Do: mapname <your desired map name here>
Reply
#4

SendRconCommand("mapname _YOUR_MAP_NAME_");
please tell where to add this line?
Reply
#5

Add it to the bottom of your server.cfg.
Reply
#6

Updated! please see again
Reply
#7

Right if you want to use the rcon command I would reccomend settting it OnGameModeInit.
Reply
#8

ok...
Reply
#9

i was looking for this from long time
thnx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)