- 82
- 13
- Версия MoonLoader
- .026-beta
Lua:
function sampev.onServerMessage(color, text)
if text:find('%[A%] Чтобы войти в админ панель введите %/alogin') and cautologin[0] then
alog()
elseif text:find('%[A%] Вы успешно авторизовались как (.+)') then
activate = not activate
end
print(text)
end