Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local sampev = require 'lib.samp.events'
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if dialogId == 1500 then
lua_thread.create(function()
wait(2000)
sampCloseCurrentDialogWithButton(0)
end)
end
end
local sampev = require 'lib.samp.events'
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if dialogId == 1500 then
lua_thread.create(function()
wait(2000)
sampCloseCurrentDialogWithButton(0)
end)
end
end