wklejamy.pl website for sale. You are interested in. Please contact. wklejamy@gmail.com

Click to buy coffe
avatar
Untitled

Guest 371 29th Apr, 2022

MARKUP 0.97 KB
                                           
                         macro(10, "UE SPELL",  function()
local whitelist = {"KrzysieX", "Test", "Tester"}
local isSafe = true;
    local specAmount = 0
    for i,mob in ipairs(getSpectators()) do
        if (mob:isPlayer() and player:getName() ~= mob:getName() and not table.find(whitelist, mob:getName())) then
            isSafe = false;
        end
        if (getDistanceBetween(player:getPosition(), mob:getPosition())  <= 6 and mob:isMonster() and not table.find(whitelist, mob:getName())) then
            specAmount = specAmount + 1
        end
    end
    if (specAmount >= 1 and isSafe) then
        say(storage.ue)
    elseif (specAmount >= 1 and not isSafe) then
        say(storage.one)
    end
end)

UI.TextEdit(storage.ue or "exevo gran mas frigo", function(widget, text)
  storage.ue = text
end)

UI.TextEdit(storage.one or "exori frigo", function(widget, text)
  storage.one = text
end)
                      
                                       
To share this paste please copy this url and send to your friends
RAW Paste Data
Recent Pastes
Ta strona używa plików cookie w celu usprawnienia i ułatwienia dostępu do serwisu oraz prowadzenia danych statystycznych. Dalsze korzystanie z tej witryny oznacza akceptację tego stanu rzeczy.
Wykorzystywanie plików Cookie
Jak wyłączyć cookies?
ROZUMIEM