Dialogs, I'm doing it wrong.
#8

Try this
PHP код:
if (listitem == 1)
{
if (!
ReportCount) return SendClientMessage(playeridCOLOR_GREY"There is no reports to delete."), ShowPlayerDialog(playerid21430DIALOG_STYLE_LIST"Reports""List Reports\nDelete Reports""Select""Cancel");
new 
string[200];
format(stringsizeof(string), "Do you wish to delete all %d reports?"ReportCount);
ShowPlayerDialog(playerid21431DIALOG_STYLE_MSGBOX"Delete Reports"string"Yes""No");
return 
1
Use php or pawn tags when posting code
Reply


Messages In This Thread
Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 03:29
Re: Dialogs, I'm doing it wrong. - by Laure - 29.10.2012, 03:37
Re: Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 03:40
Re: Dialogs, I'm doing it wrong. - by Laure - 29.10.2012, 03:42
Re: Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 03:47
Re: Dialogs, I'm doing it wrong. - by Laure - 29.10.2012, 03:57
Re: Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 03:58
Re: Dialogs, I'm doing it wrong. - by Stu1 - 29.10.2012, 04:03
Re: Dialogs, I'm doing it wrong. - by davelord - 29.10.2012, 04:09

Forum Jump:


Users browsing this thread: 1 Guest(s)