- 61
- 15
Lua:
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then
return
end
while not isSampAvailable() do
wait(100)
end
Commands()
wait(-1)
end
function Commands()
sampRegisterChatCommand("cc"), function ()
uv0.fill(sampGetChatInfoPtr() + 306, 0, 25200, false)
setStructElement(sampGetChatInfoPtr(), 25562, 4, 1, false)
end)
end
Извиняйте, но сутки за компуктером дают о себе знать))
Код:
[19:55:37.382886] (error) chat.lua: D:\Developer Andreas\moonloader\chat.lua:27: unexpected symbol near ','
[19:55:37.382886] (error) chat.lua: Script died due to an error. (12582E14)