fs.touch(qb.path .. "/notices/hello")
fs.touch(qb.path .. "/notices/news")
fs.touch(qb.path .. "/notices/goodbye")
-
- fs.touch(qb.path .. "/nncp_users.lua")
end
-- qwkout: generate QWK file
local function restore_nncp_usernames()
nncp_usernames = {}
- dofile(qb.path .. "/nncp_users.lua")
+ if fs.exists(qb.path .. "/nncp_users.lua") then
+ dofile(qb.path .. "/nncp_users.lua")
+ end
end
local function store_nncp_usernames()