local directIni = (getWorkingDirectory()..'\\config\\Papochka\\CheTo.ini')
if not doesDirectoryExist(getWorkingDirectory()..'\\config\\Papochka') then
sampAddChatMessage('Создаем папку..',-1)
createDirectory(getWorkingDirectory()..'\\config\\Papochka') -
end
local ini = inicfg.load(inicfg.load({
settings = {
test= true
},
}, directIni))
inicfg.save(ini, directIni)