08.01.2011, 12:08
Yup I do got SetGameModeText(sendcmd); in Ongamemodeinit.
To be precise; in the following context:
To be precise; in the following context:
Код:
if (!strcmp("Yes", GAMEMODE_USE_VERSION, true)) { format(sendcmd, sizeof(sendcmd), "%s - %s", GAMEMODE,VERSION); SetGameModeText(sendcmd); } else { SetGameModeText(GAMEMODE); }