server-beta
server-beta copied to clipboard
Implement timer's (set interval & pause/resume)
You must create a pull request in https://github.com/openmultiplayer/open.mp-sdk for your fork of SDK repository, because right now this PR is pointing to a commit hash that doesn't exist in our own SDK repository, it's only in yours.
Also you shouldn't add functions randomly in the middle of the virtual table (in ITimer in this example), new ones must be added to the end, after last virtual function. So this way we're not breaking ABI compatibility even more.
https://github.com/openmultiplayer/open.mp-sdk/pull/49
@AmyrAhmady what about that?