Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

Draw circle behind enemy


  • Please log in to reply
1 reply to this topic

#1
Kappari

Kappari

    Newbie

  • Members
  • 2 posts

This goes to ext section but I am not a subscriber yet (omegalul)

So I test to make a leesong script and I want a small circle to appear behind a target, 1200 units away so I know where it will land if I use ulty on it... Something like:

 

0155ebcba387e08760304537ba55662c.png

 

But only the yellow circle:

Callback.Add("Draw", function()
	if (target and target.isEnemy and target.alive) then
	    //??????????????
	end
end)

  • 0

#2
Ark223

Ark223

    Advanced Member

  • Members
  • 394 posts

Isn't better to make something like this?

 

myHero.pos:Extended(unit.pos, GetDistance(myHero.pos, unit.pos) + 200)

  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users