01.07.2020, 10:48
(
Last edited by Kyle; 01/07/2020 at 11:43 AM.
)
Quote:
Hi everyone!
Thanks for the reports! samp-precise-timers ⌚v2.0.2 release This SA-MP plugin provides precise timers for the server. It is written in Rust, a memory-safe language. Fix for `Native function not found` As was discovered in issue #7, sampgdk (used by other plugins) makes certain assumptions about pointer lifetimes. This caused an incompatibility between samp-rs and sampgdk. The plugin now uses a newer samp-rs which contains a workaround, so using samp-precise-timers in tandem with certain other plugins will no longer cause `Native function not found` to appear. CentOS 7 support CentOS 7 ships with an old version of a library called `glibc`. The plugin will no longer depend on the newer version 2.18 and should now work just fine on CentOS. https://github.com/bmisiak/samp-precise-timers |