Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
while not isSampAvailable() do wait(40) end
sampRegisterChatCommand('test', function()
sampShowDialog(420, 'Header', 'Text', 'Ok', 'Back', 2 --[[or another type dialog]])
end)
wait(-1)
end
function main()
while not isSampAvailable() do wait(40) end
sampRegisterChatCommand('test', function()
sampShowDialog(420, 'Header', 'Text', 'Ok', 'Back', 2 --[[or another type dialog]])
end)
wait(-1)
end