- 6
- 0
- Версия MoonLoader
- .026-beta
Я попытался первый раз в жизни
Lua:
local sampev = require 'lib.samp.events'
function sampev.onShowDialog(id, style, title, b1, b2, text)
if id == 226 then
sampSendDialogResponse(226, 1, nil, '1')
end
if id == 225 then
lua_thread.create(function() wait(10)
if text:match("Урожай: (%d+) гр.") > 0 then
sampSendDialogResponse(225, 1, 2, nil)
end
end)
end
end
Последнее редактирование: