T Tranzit Известный Автор темы 269 154 9 Мар 2020 #1 Мне нужно чтобв ид диалога вывелся в чат, какая функция нужна
Решение L L lemonager 9 Мар 2020 Lua: local sampev = require 'samp.events' function sampev.onShowDialog(dialogId, style, title, button1, button2, text) sampAddChatMessage(dialogId,-1) end
Lua: local sampev = require 'samp.events' function sampev.onShowDialog(dialogId, style, title, button1, button2, text) sampAddChatMessage(dialogId,-1) end
L lemonager ;) Всефорумный модератор 809 1,717 9 Мар 2020 Решение #2 Lua: local sampev = require 'samp.events' function sampev.onShowDialog(dialogId, style, title, button1, button2, text) sampAddChatMessage(dialogId,-1) end Реакции: MaksQ и Tranzit Позитивный голос 0 Негативный голос Решение
Lua: local sampev = require 'samp.events' function sampev.onShowDialog(dialogId, style, title, button1, button2, text) sampAddChatMessage(dialogId,-1) end