SA-MP Forums Archive
Set "Language" to something other - 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: Set "Language" to something other (/showthread.php?tid=573445)



Set "Language" to something other - Blackazur - 07.05.2015

Hello, i want to change the "Language" tab to something other, i want it with my Map names which changes automatically, but this doesn't work. How to fix it?

Код:
new string[128];
    format(string, sizeof(string), "language %s", Map[MapName]);
	SendRconCommand(string);



Re: Set "Language" to something other - MP2 - 07.05.2015

'language' and 'map' are separate. You don't set the language to your map name..

As of 0.3.7, the map name column now shows the language (as this is more important), but the map name is still shown in the list of server vars on the bottom right.