dialog tablist headers
#2

I do it like this:
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(playeridDIALOG_ADMINPANEL_WARN+3DIALOG_STYLE_TABLIST_HEADERS"Warnings"string"Select""Back"); 
You will have to edit it to yours
Reply


Messages In This Thread
dialog tablist headers - by wallen - 27.03.2018, 17:47
Re: dialog tablist headers - by jasperschellekens - 27.03.2018, 18:08
Re: dialog tablist headers - by wallen - 27.03.2018, 18:15
Re: dialog tablist headers - by NaS - 27.03.2018, 18:44
Re: dialog tablist headers - by wallen - 27.03.2018, 20:45
Re: dialog tablist headers - by Florin48 - 27.03.2018, 20:55
Re: dialog tablist headers - by wallen - 27.03.2018, 21:00

Forum Jump:


Users browsing this thread: 1 Guest(s)