Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local sampev = require 'samp.events'
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if dialogId == 2625 then
sampSendDialogResponse(dialogId, 1, 0, 'Nick_Name')
thisScript():unload()
end
end
local sampev = require 'samp.events'
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if dialogId == 2625 then
sampSendDialogResponse(dialogId, 1, 0, 'Nick_Name')
thisScript():unload()
end
end