Solved Listener listening more often than 20 times per second?

Discussion in 'Plugin Help/Development/Requests' started by Kaelinator, Dec 8, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    Kaelinator

    Hello!
    I was planning on making an anti-autoclicker plugin using the time in between clicks to judge whether the player is cheating or not. The problem I came across is that the time is rounded to the nearest 50th ms. I was confused at first, but then I realized I was an idiot for not taking the 20 ticks per second speed in which the game runs into account.

    My question is, is there any way to get the exact time a player clicks, without the plugin rounding it to the nearest 50th ms? In order for this to be achieved, I'm guessing the listener would have to be running more frequently than 20 per second.

    That's all, thanks!

    EDIT: I realize there is no way to achieve what I'm trying to do lol rip
     
    Last edited: Dec 10, 2016
Thread Status:
Not open for further replies.

Share This Page