Недавнее содержимое от petyua

  1. petyua

    Крашит gametweaker

    https://www.blast.hk/threads/236381/
  2. petyua

    Как сделать подсказки с чекбоксу

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