0B4C: samp is_dialog_active 1@
0BD8: samp get_dialog_caption 0@
0BD7: samp get_dialog_text 0@
0B4B: samp set_current_dialog_editbox_text 1@
0B49: samp set_current_dialog_list_item 1@
0B47: samp close_current_dialog_with_button 1@
if it's a dialog u have these functions, you can also search for them by typing "dialog" in the sanny builder op code searcher
//get number of dialog elements
0B54: samp 1@ = listbox_items_count
//substract one from total cout
1@ -= 1 //last item is actually the null terminator
chatmsg "num of elements %d" -1 1@
for 0@ = 0 to 1@
alloc 2@ = 256
0B5B: samp get_listbox_item 0@ text_to 2@
chatmsg "element %d - text: %s" -1 0@ 2@
free 2@
end
is that a dialog? do you have any mods that change your dialog?we need to click purple one.
What you mean?is that a dialog? do you have any mods that change your dialog?
I asked the guy if the thing he screenshotted is a dialog, what's unclearWhat you mean?
Write clearly...