11.06.2015, 20:43
Код:
new y, m, d; getdate(y, m, d); new string[180]; format(string,sizeof(string), "Time and Date %02d/%02d/%02d\nReason of the ban %s\nName of the admin who banned you: %s", y, m, d, reason, GetName(playerid)); ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "You have been banned", string, "Close", "");