- 135
- 13
- Версия MoonLoader
- .026-beta
Lua:
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if on == 1 then
if dialogId == 248 then
for i = 0, sampGetListboxItemsCount() - 1 do
if sampGetListboxItemText(i):find('абоба', 1, true) then
sampAddChatMessage(i, main_color)
end
end
end
end
end
Только что проверил. В других диалогах, где нет пролистывания страниц (id диалога тот же, но, если нажать "далее", то содержимое меняется), такого бага нет.