27.03.2018, 18:08
I do it like this:
You will have to edit it to yours
PHP код:
format(str,sizeof(str),"# %s\t%s\t%s\t%s\n",WarningInfo[i][WarningDate],WarningInfo[i][WarningName],WarningInfo[i][WarningBy],dini_Get(file, "WarningReason"));
strcat(string2,str);
format(str,sizeof(str),"# %s\t%s\t%s\t%s\n",WarningInfo[i][WarningDate],WarningInfo[i][WarningName],WarningInfo[i][WarningBy],dini_Get(file, "WarningReason"));
strcat(string2,str);
format(str,sizeof(str),"Date\tName\tWarned By\tReason\n%s", string2);
strcat(string,str);
ShowPlayerDialog(playerid, DIALOG_ADMINPANEL_WARN+3, DIALOG_STYLE_TABLIST_HEADERS, "Warnings", string, "Select", "Back");

