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