- Версия MoonLoader
- Другое
имеется такой код, крашит ракбот при 2-4 реконнектах
Lua:
function onSpawned(x, y, z)
reconnect(15000)
return false
end
function onDialogShow(dialogId, dialogStyle, dialogTitle, okButtonText, cancelButtonText, dialogText)
if getServerName():find('Arizona') then
if dialogTitle == "Авторизация" then
sendDialog(dialogId, 1, 65535, getPassword())
return true
end
end
end