- 13
- 10
Привет! Если Вам не сложно, то помогите написать для скрипта код, на автоматическое принятие диалога. Код скину ниже. Может тут есть ошибки, нужен чтобы встроить в хелпер.
Фото диалога:
То, что я сделал:
local sampev = require('samp.events')
function sampev.onShowDialog(dialogId, style, title, butt1, butt2, text)
-- DEBUG INFORMATION DIALOG
local info = string.format('dialogId:%s, style:%s, title:%s, butt1:%s, butt2:%s, text:\n%s', dialogId, style, title, butt1, butt2, text)
print(info)
if dialogId == 25526 and style == 2 then
-- sendDialogResponse(int id, int button, int list, string input)
return false
end
end
Фото диалога: