GameMode
#1

How TO Change name of Sciprt Mode
Reply
#2

pawn Код:
SetGameModeText("name");
Reply
#3

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;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)