[RakBot] Помогите исправить дерьмо

kickflip228

Участник
Автор темы
83
5
Версия MoonLoader
.027.0-preview
Когда происходит рестарт сервера он закрывается под пароль и бот не может подключиться. Нужно перезапускать ракботов. Можно ли это исправить?
 

Realx

Потрачен
43
4
script_name('autoreconnect')
script_author('sanek a.k.a Maks_Fender, EvgeN 1137')
script_moonloader(023)
script_description('Get the latest MoonLoader updates from https://www.blast.hk/moonloader/')


function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(1)
local chatstring = sampGetChatString(99)
if chatstring == "Server closed the connection." or chatstring == "You are banned from this server." then
sampDisconnectWithReason(false)
sampAddChatMessage("Wait reconnecting...", 0xa9c4e4)
wait(16000) -- задержка
sampSetGamestate(1)
end
end
end
 

kickflip228

Участник
Автор темы
83
5
script_name('autoreconnect')
script_author('sanek a.k.a Maks_Fender, EvgeN 1137')
script_moonloader(023)
script_description('Get the latest MoonLoader updates from https://www.blast.hk/moonloader/')


function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(1)
local chatstring = sampGetChatString(99)
if chatstring == "Server closed the connection." or chatstring == "You are banned from this server." then
sampDisconnectWithReason(false)
sampAddChatMessage("Wait reconnecting...", 0xa9c4e4)
wait(16000) -- задержка
sampSetGamestate(1)
end
end
end
Мне для ракбота нужно
 

why ega

РП игрок
Модератор
2,547
2,238
Когда происходит рестарт сервера он закрывается под пароль и бот не может подключиться. Нужно перезапускать ракботов. Можно ли это исправить?
Надо чтобы бот сам проходил авторизацию?
 

Realx

Потрачен
43
4
Надо чтобы бот сам проходил авторизацию?
Типо после рестарта на сервере, боты не могут подключиться пишет типо сервер под паролем, а ему нужно чтоб они сами реконектились после рестарта, и работали некст