- 17
- 1
- Версия MoonLoader
- Другое
Всем привет, как можно исправить код ниже? При запуске скрипта выбивает ошибку
проблему вызывает эта строчка: })[math.random(1, 19)] or slot0 .. ()[math.random(1, 19)] .. ({
ошибка в муне:
[22:58:27.415168] (error) FarmBot-2.lua: ...очий стол\GTA 140K BY DAPO SHOW\moonloader\FarmBot-2.lua:2047: unexpected symbol near ','
[22:58:27.415168] (error) FarmBot-2.lua: Script died due to an error. (0EB9D034)
Код:
function getWord()
slot0 = ""
for slot7 = 0, math.random(3, 10) do
slot0 = slot7 % 2 == 0 and slot0 .. ({
"B",
"C",
"D",
"F",
"G",
"H",
"J",
"K",
"L",
"M",
"N",
"P",
"R",
"S",
"T",
"V",
"W",
"X",
"Z"
})[math.random(1, 19)] or slot0 .. ()[math.random(1, 19)] .. ({
"A",
"E",
"I",
"O",
"U"
})[math.random(1, 5)]
end
проблему вызывает эта строчка: })[math.random(1, 19)] or slot0 .. ()[math.random(1, 19)] .. ({
ошибка в муне:
[22:58:27.415168] (error) FarmBot-2.lua: ...очий стол\GTA 140K BY DAPO SHOW\moonloader\FarmBot-2.lua:2047: unexpected symbol near ','
[22:58:27.415168] (error) FarmBot-2.lua: Script died due to an error. (0EB9D034)