Blank Script?
#1

How to fix this? the server works fine
Reply
#2

Add this line under OnGameModeInit

pawn Код:
SetGameModeText("I am not a blank script!");
Reply
#3

Код:
public OnGameModeInit()
{
    SetGameModeText("Team Deathmatch");
    return 1;
}
Reply
#4

Yep I have Set it already.. somehow it changed now... any other solutions?
Reply
#5

Quote:
Originally Posted by Brys
Посмотреть сообщение
Yep I have Set it already.. somehow it changed now... any other solutions?
Then you are probably using 'SetGameModeText' two times.
Reply
#6

edit ur server cfg file to change ur default gamemode name or u can change that by adding that
Код:
public OnGameModeInit()
{
    SetGameModeText(" ..... "); // Add your game mode name 
    return 1;
}
Reply
#7

To find use: CTRL + F then type SetGameModeText and change it.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)