[ARZ] Ищю отключение чата кроме в зоне стрима

Doner Kebab

Активный
Автор темы
453
61
ну вы поняли нужен отключить всё реклама, как админы там банят кого то и все все и что бы остался только зона стрима.
 
Решение
Вместо ' ~~~~~~~~~~~~~~~~~~~~~~~~~~ ' текст который нужно удалить из чата, строки можешь копировать и вставлять.
Lua:
require "lib.moonloader"

local sp  = require 'lib.samp.events'

dellxuy = true



function main()

if not isSampLoaded() or not isSampfuncsLoaded() then return end

while not isSampAvailable() do wait(100) end

    while true do

    wait(0)

    end

end



function sp.onServerMessage(color, text)

    if dellxuy == true then

        if text:find("~~~~~~~~~~~~~~~~~~~~~~~~~~") and not text:find('говорит') then

            return false

        end

        if text:find("~~~~~~~~~~~~~~~~~~~~~~~~~~") or text:find("~~~~~~~~~~~~~~~~~~~~~~~~~~") and not text:find('говорит') then

            return false

        end...

High Noon

Участник
122
13
Вместо ' ~~~~~~~~~~~~~~~~~~~~~~~~~~ ' текст который нужно удалить из чата, строки можешь копировать и вставлять.
Lua:
require "lib.moonloader"

local sp  = require 'lib.samp.events'

dellxuy = true



function main()

if not isSampLoaded() or not isSampfuncsLoaded() then return end

while not isSampAvailable() do wait(100) end

    while true do

    wait(0)

    end

end



function sp.onServerMessage(color, text)

    if dellxuy == true then

        if text:find("~~~~~~~~~~~~~~~~~~~~~~~~~~") and not text:find('говорит') then

            return false

        end

        if text:find("~~~~~~~~~~~~~~~~~~~~~~~~~~") or text:find("~~~~~~~~~~~~~~~~~~~~~~~~~~") and not text:find('говорит') then

            return false

        end

    end

end