01.01.2013, 20:34
Going to try that
Edit ::
Edit ::
pawn Код:
(1068) : error 035: argument type mismatch (argument 3)
1066: new string[128];
1067: strcat(string, "There is going to be a restart\nPlease /q to save your stats before the restart");
1068: ShowDialogForAll(i ,100, DIALOG_STYLE_MSGBOX, "Server Restarting Soon", string, "Close", "");
1069: return 1;