SA-MP Forums Archive
Changing the Name of Mode and Map - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Changing the Name of Mode and Map (/showthread.php?tid=182829)



Changing the Name of Mode and Map - tedde - 12.10.2010

Hey im trying to change the name of the map and mode from basics to my own. So that it'll appear as another mapname in the serverlist. I have added:

SetGameModeText("example");
SendRconCommand("mapname example");

But it still doesnt work, ive also added:

mapname example into the server.cfg, please help me ?


Re: Changing the Name of Mode and Map - Grim_ - 12.10.2010

Those are the two correct ways to change the mapname and gamemode names.

Make sure you are loading the gamemode/filterscript you are meaning to, and save the server.cfg file after adding the lines.