I want something like this, but I can't get it to work right..
[IMG]http://gyazo.com/067dd4990622e9d43352e826bebb5243.png[/IMG]
Can someone help me with a way to do this, when you look at the entity?
do a trace to check what the player is lookign if it hits a entity draw the stuff you want there
[QUOTE=werewolf0020;32172000]do a trace to check what the player is lookign if it hits a entity draw the stuff you want there[/QUOTE]
[code]local EyeTrace = LocalPlayer():GetEyeTrace();
if(EyeTrace = "pot_leaf") then
TRACE THE PERCENT HERE
end[/code]
Okay I know how to do the tracing, how can I draw the Text on the center of the pot though?
Sorry, you need to Log In to post a reply to this thread.