tick-difference
GetTickCountDifference
returns the difference between two values from GetTickCount
and takes into account overflow.
Installation
Simply install to your project:
sampctl package install ScavengeSurvive/tick-difference
Include in your code and begin using the library:
#include <tick-difference>
Testing
To test, simply run the package:
sampctl package run
And observe the y_testing output.