How to change Map name ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to change Map name ? (
/showthread.php?tid=390887)
How to change Map name ? -
puetralambart - 08.11.2012
hi,
i have a problem
how to change map name NGRP ?
Re: How to change Map name ? -
InfiniTy. - 08.11.2012
In server.cfg
mapname Name of your map
or in gamemode
SendRconCommand("mapname Name of your map");
Re: How to change Map name ? -
Roperr - 08.11.2012
You can also change the mapname using RCON.
https://sampwiki.blast.hk/wiki/Controlli...#RCON_Commands
/rcon mapname [name]
Re: How to change Map name ? -
puetralambart - 09.11.2012
thanks