02.09.2015, 12:34
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;
}

