- 19
- 1
почему-то когда нажимаю чекбокс игра крашится
lua:
if imgui.Checkbox(u8'Сбив на Х',checkboxone) then -- обязательно прописываем чекбокс, как условие, чтоб в дальнейшем он сам сохранял
while true do
if isKeyJustPressed(VK_X) and not sampIsChatInputActive() and not sampIsDialogActive() and not isSampfuncsConsoleActive() and not sampIsScoreboardOpen() and not sampIsDialogActive() then
if isCharInAnyCar(PLAYER_PED) then
freezeCarPosition(storeCarCharIsInNoSave(PLAYER_PED), false)
else
setPlayerControl(PLAYER_HANDLE, true)
freezeCharPosition(PLAYER_PED, false)
clearCharTasksImmediately(PLAYER_PED)
end
end
end
settings.nigger.checkboxstatus = checkboxone[0] -- меняем значение конфига на значение чекбокса
inicfg.save(settings, 'Test.ini') -- сохраняем в конфиге
end