Getting a stool "TOOL:LeftClick" to just fire once per click
1 replies, posted
The problem I have is, for example, when I write this:
[CODE]
function TOOL:LeftClick( trace )
print("hello!")
end
[/CODE]
It will spam the console with "hello!" even though I only left click once. How do I change it so that it will only fire what's inside that function once per click?
i think [URL="http://www.facepunch.com/showthread.php?p=21626864#post21626864"]this[/URL] will help you.
Sorry, you need to Log In to post a reply to this thread.