[Blog Post] SA-MP 0.3DL compatibility plus other added features and bug fixes - SERVER BETA RELEA - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40) --- Forum: Development Updates (https://forum.open.mp/forumdisplay.php?fid=43) --- Thread: [Blog Post] SA-MP 0.3DL compatibility plus other added features and bug fixes - SERVER BETA RELEA (/showthread.php?tid=2318) |
SA-MP 0.3DL compatibility plus other added features and bug fixes - SERVER BETA RELEA - Potassium - 2022-09-08 Posted in our Discord server announcements channel by kseny (discord.gg/samp) Hello everyone We have just released open.mp server beta 9, fixing several reported issues and adding several new features. The most notable change being - SA:MP 0.3DL support. You can now run 0.3.7 and 0.3.DL compatible servers from the same binary! Other Changes
SA:MP DL This is the big news obviously, and comes with a whole host of new settings:
Notes
Official Includes Preparing a full release is not just having a working server, but all the other peripherals as well - libraries, tools, documentation, and more. On the pawn side open.mp is a significant upgrade, with many QoL improvements already seen through fixes and new functions, and more to come. A big part of this push is more compiler diagnostics to find code problems ahead of time, mostly through more tags and const-correctness. While the offical versions aren't out yet you can still help in the meantime by testing your code with the following includes and tools: https://github.com/pawn-lang/samp-stdlib/tree/consistency-overhaul? https://github.com/pawn-lang/pawn-stdlib/tree/backported-natives? https://github.com/openmultiplayer/upgrade? https://github.com/pawn-lang/compiler These were originally developed to improve the default SA:MP includes, but never fully released (i.e. never merged to master, despite the PR being accepted). The open.mp includes build on the foundation established here so think of these as a stepping-stone to full open.mp tag and const safety; and important feedback on their direction. See the links above for far more information and documentation on upgrading. As ever, if you don't want to upgrade old code and includes will still work (at least for the first release). |