Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local samp = require 'samp.events'
function samp.onShowDialog(dialogId, style, title, button1, button2, text)
--[[
dialogId - ид диалога
style - стиль диалога
title - заголовок диалога
button1 - первая кнопка
button2 - вторая кнопка
text - текст диалога
]]
print(text)
end
local samp = require 'samp.events'
function samp.onShowDialog(dialogId, style, title, button1, button2, text)
--[[
dialogId - ид диалога
style - стиль диалога
title - заголовок диалога
button1 - первая кнопка
button2 - вторая кнопка
text - текст диалога
]]
print(text)
end
local sampev = require 'lib.samp.events'
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
text = text:match('Введите {......}5 {......}символов')
if text ~= nil then
sampAddChatMessage(text, -1)
end
end