- 1,322
- 262
- Версия MoonLoader
- Другое
Lua:
require "lib.moonloader"
local keys = require "vkeys"
local inicfg = require "inicfg"
local directIni = "moonloader\\resource\\moneylog.ini"
local mainIni = inicfg.load(nil, directIni)
local stateIni = inicfg.save(mainIni, directIni)
local ssss = 0
local qqqq = 0
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
--[[
тут мой код
]]
end
end
удалил тут всю текст и узнал что этот код крашит игру, код закоментирован, остальное не менял, что не так?