diff --git a/scripts/assasination.lua b/scripts/assasination.lua index 5308aff..f80c69c 100644 --- a/scripts/assasination.lua +++ b/scripts/assasination.lua @@ -16,17 +16,16 @@ Draw:Sync(function(draw) local px, py, pz = ObjectPosition('player') local distance = ObjectDistance('player', 'target') + draw:Circle(px, py, pz, 5) + draw:SetColor(230, 230, 250) + draw:SetAlpha(50) + if Target:Exists() then if Round(distance) <= 6 then draw:SetColor(144, 238, 144) draw:SetAlpha(200) end - if Round(distance) >= 6 then - draw:SetColor(230, 230, 250) - draw:SetAlpha(50) - end end - draw:Circle(px, py, pz, 5) end) -- SpellBook