SA-MP Forums Archive
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)
+--- Thread: GameMode (/showthread.php?tid=527723)



GameMode - youseef - 24.07.2014

How TO Change name of Sciprt Mode


Re: GameMode - SnG.Scot_MisCuDI - 24.07.2014

pawn Код:
SetGameModeText("name");



Re: GameMode - VenomMancer - 24.07.2014

You open your gamemode .
Then press ' CTR + H ' next type OnGamemodeInt then enter .
Under OnGamemodeInt, your change :
pawn Код:
public OnGameModeInit()
{
    SetGameModeText("Blank Script");
// change Blank Script to your gamemode name
    return 1;
}