Results: 1Comments by: slient
File: RoaringOpportunist04/20/23
Cooldown Timer counting slow when client is lagging
Posted By: slient
The timer is currently slow since it is reducing the timer by 0.1 seconds each time it is called which means if the client is lagging and therefore the function is called less often the counter will slow down. To fix this you can change the code like this. This basically looks at how much time in milliseconds elapsed since the func...