how to change the name of a gamemode - 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 to change the name of a gamemode (
/showthread.php?tid=263717)
how to change the name of a gamemode -
steveday50 - 23.06.2011
Can someone tell me how to change the name of a gamemode?
Re: how to change the name of a gamemode -
Swiftz - 23.06.2011
/changegamemodename (:S that was the dumbest question evr asked are u jokin?)
Re: how to change the name of a gamemode -
[HiC]TheKiller - 23.06.2011
https://sampwiki.blast.hk/wiki/SetGameModeText
Sets the gamemode text through the script

.
Re: how to change the name of a gamemode -
ricardo178 - 23.06.2011
Under OnGameModeInit put:
pawn Код:
SetGameModeText("GameMode Name");