server-beta icon indicating copy to clipboard operation
server-beta copied to clipboard

Implement timer's (set interval & pause/resume)

Open NoPressF opened this issue 7 months ago • 5 comments

NoPressF avatar May 19 '25 13:05 NoPressF

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.

AmyrAhmady avatar May 19 '25 13:05 AmyrAhmady

https://github.com/openmultiplayer/open.mp-sdk/pull/49

NoPressF avatar May 20 '25 20:05 NoPressF

@AmyrAhmady what about that?

NoPressF avatar Sep 13 '25 12:09 NoPressF