02.09.2015, 12:21
(
Последний раз редактировалось Brys; 29.02.2016 в 12:57.
)
How to fix this? the server works fine
SetGameModeText("I am not a blank script!");
public OnGameModeInit() { SetGameModeText("Team Deathmatch"); return 1; }
public OnGameModeInit() { SetGameModeText(" ..... "); // Add your game mode name return 1; }