19.02.2012, 19:10
Quote:
|
please give me an example.... how to use this
Код:
SPD(playerid, 3, DIALOG_STYLE_MSGBOX, " TITLE ", " MESSAJE "?", "BUTTON1", "BUTTON2"); |
Код:
ShowPlayerDialogid( playerid, DIALOG_ID, DIALOG_STYLE_MSGBOX, "Title", "Message", "Button1", "Button2" );
Код:
DIALOG:DIALOG_ID( playerid, response, listitem, inputtext[ ] )
{
if( !response ) // pressed button 2
return 1;
//Pressed button 1
SendClientMessage( playerid, -1, "RDLG" );
return 1;
}


