SA-MP Forums Archive
How do I change game-mode 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do I change game-mode name? (/showthread.php?tid=106854)



How do I change game-mode name? - Andy_McKinley - 06.11.2009

Hello,

Just got a question: How do I change my game-mode name? Because, you know? Ehm...

Server name Players Ping Game-Mode Map

And I don't know how to set the game-mode name.
NOT the game-MODE, but the game-mode NAME.

A.McKinley


Re: How do I change game-mode name? - Kurence - 06.11.2009

add into OnGameModeInit()
SendRconCommand("gamemodetext blahblah");
or
SetGameModeText("blahblah");
-both will change gamemodetext to "blahblah"