elseif state == 4 then
if imgui.Button('Отправка', imgui,ImVec2(100,20)) then
if MessageFromPlayer == nil then
sampAddChatMessage('Текст не был найден',-1)
else sampSendChat(MessageFromPlayer)
end
end
imgui.TextColored(imgui.ImVec4(1.0, 0.0, 0.0, 1.0 ), u8'Автор скрипта - Абобус.', 2)
imgui.TextColored(imgui.ImVec4(1.0, 0.0, 0.0, 1.0 ), u8'ВК - https://vk.com/cl0uwn', 2)
imgui.TextColored(imgui.ImVec4(1.0, 0.0, 0.0, 1.0 ), u8'Discord - Мандаринка#3115', 2)
end
imgui.End()
end