- 12
- 0
- Версия MoonLoader
- .026-beta
Lua:
local samp = require 'lib.samp.events'
function samp.onServerMessage(color, text)
lua_thread.create(function()
if text:find('Администрация онлайн: (в сети: (%d+), из них в АФК: (%d+)') then
return false
end
end)
end
что не так сделал?