Y_dialog help
#1

Код:
ShowPlayerDialog(playerid,1000,DIALOG_STYLE_LIST,"Title","Text","Button 1","Button 2");
How is this in y_dialogs ?
Reply
#2

Example
pawn Код:
new
    id = Dialog_ObtainID();
foreach (new i : Player)
{
    if (ShouldSeeDialog(i))
    {
        Dialog_Show(playerid, DIALOG_STYLE_MSGBOX, "Title", "Message", "Button 1", .dialog = id);
    }
}
Or if you want to get better known with those dialogs , its easier to go here https://sampforum.blast.hk/showthread.php?tid=295049
Reply
#3

Is not good. How reach this dialog to dialog 1000 ?

#define DIALOG_REGISTER 10000
Reply
#4

Quote:
Originally Posted by Bect
Посмотреть сообщение
Is not good. How reach this dialog to dialog 1000 ?

#define DIALOG_REGISTER 10000
Maybe I do not understand you correctly , but you define the dialog's number by yourself.
Reply
#5

it's okay... i will solve it ! thanks you anyway. rep + !!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)