• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best practices for converting old SA-MP gamemode to open.mp?
#1
I'm new to the open.mp community — really happy to see this project thriving and bringing fresh life to multiplayer modding for GTA:SA. I’ve been following the progress for a while and finally decided to start migrating an old SA-MP server of mine to open.mp.

The gamemode was originally written back in 2014 in PAWN, with some outdated includes and a few custom plugins (like sscanf, streamer, and MySQL R7). I've read through the open.mp documentation and FAQs, but I still have a couple of questions before diving in:


Does open.mp currently support legacy plugins like sscanf and streamer as-is, or do I need updated versions compiled specifically for open.mp?
  Reply
#2
You should update the plugins regardless of whether you’re switching to open.mp or not. Personally, I wouldn’t even bother converting something that’s still running on MySQL R7 - I’d rather just write a new one from scratch. That said, you can still upgrade the plugins, since almost all of them still work, aside from a few that are either outdated or just not necessary anymore. A good starting point: https://open.mp/docs/server/Installation
  Reply


Forum Jump: