SA-MP Forums Archive
Info at map on SA-MP screen - 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: Info at map on SA-MP screen (/showthread.php?tid=583191)



Info at map on SA-MP screen - whando - 26.07.2015



Can't remember this simple thing. What line to add in my script to fill in something at the map, it says - now.

Thanks already!!


Re: Info at map on SA-MP screen - thaKing - 26.07.2015

in server.cfg
Код:
mapname NAME
If you want to make that into gamemode use
Код:
SendRconCommand("mapname TEXT");



Re: Info at map on SA-MP screen - Igarashi - 26.07.2015

In new version of samp 0.3.7 have updated script in pawno and server.cfg too

If u want to make a map name u need to open server.cfg and type mapname
Код:
"name of the map"
Or in the gamemode
Код:
SendRconCommand("name of the map");