- 1
- 0
Помогите, скрипт не работает.
Вот ошибка:
Вот код:
Вот ошибка:
Ошибка:
[ML] (error) [BDTSR]: D:\arizona sun-city\moonloader\BDTSR.lua:15: attempt to perform arithmetic on a string value
stack traceback:
[ML] (error) [BDTSR]: Script died due to an error. (19CBE72C)
Вот код:
говнокод:
script_name("[BDTSR]")
script_author("Vasya_Korlov]")
script_version("1.0")
require "lib.moonloader"
local keys = require "vkeys"
local color = '{FFD700}'
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(0) end
sampAddChatMessage(color .. thisScript().name .. ' Скрипт успешно загружен!',-1)
sampRegisterChatCommand( "bdvxod" , bazadannixvxoda )
while true do
wait(0)
end
end
function bazadannixvxoda()
sampAddChatMessage(color .. thisScript().name .. ' База Игроков для входа: BDTSR_Players (V1) ',-1)
sampAddChatMessage(color .. thisScript().name .. ' Зарегистрированые игроки: ',-1)
sampAddChatMessage(color .. thisScript().name .. ' 1. Бартоломмео Хантер 24.12.2023 ',-1)
sampAddChatMessage(color .. thisScript().name .. ' 2. Вася Корлов 24.12.2023 ',-1)
sampAddChatMessage(color .. thisScript().name .. ' 3. Максим Солоненко 24.12.2023 ',-1)
sampAddChatMessage(color .. thisScript().name .. ' 4. Дмитрий Кастаров 24.12.2023 ',-1)
sampAddChatMessage(color .. thisScript().name .. ' 5. Томас Степлер 24.12.2023 ',-1)
sampAddChatMessage(color .. thisScript().name .. ' 6. Евгений Вандам 24.12.2023 ',-1)
sampAddChatMessage(color .. thisScript().name .. ' 7. Андрей Немурез 24.12.2023 ',-1)
sampAddChatMessage(color .. thisScript().name .. ' 8. Иннокентий Крошов 24.12.2023 ',-1)
sampAddChatMessage(color .. thisScript().name .. ' 9. Джохан Барбаро 24.12.2023 ',-1)
end