if imgui.Checkbox(u8'NoEjectVehicle', noeject) then
sampSendChat('/njc')
end
imgui.SameLine()
imgui.TextDisabled('(?)')
if imgui.IsItemHovered() then
imgui.BeginTooltip()
imgui.PushTextWrapPos(600)
imgui.TextUnformatted("ТЕКСТ ПОДСКАЗКИ") -- сюда пишешь текст подсказки
imgui.PopTextWrapPos()
imgui.EndTooltip()
end