- 715
- 129
Нет форматирования кода
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Пишет это в логе
[ML] (error) new.lua: C:\GTA 140K BY DAPO SHOW\moonloader\new.lua:11: 'end' expected (to close 'function' at line 3) near '<eof>'
[ML] (error) new.lua: Script died due to an error. (0E4770E4)
Ввожу это
local tag = 1
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
if tag == 1 then
sampAddChatMessage(tag .. "text", 0xFFFF01)
else
sampAddChatMessage(tag .. "text", 0xFFFF00)
end
[ML] (error) new.lua: C:\GTA 140K BY DAPO SHOW\moonloader\new.lua:11: 'end' expected (to close 'function' at line 3) near '<eof>'
[ML] (error) new.lua: Script died due to an error. (0E4770E4)
Ввожу это
local tag = 1
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
if tag == 1 then
sampAddChatMessage(tag .. "text", 0xFFFF01)
else
sampAddChatMessage(tag .. "text", 0xFFFF00)
end