![]() |
[Server] Transfer server from SAMP to Open MP - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Support (https://forum.open.mp/forumdisplay.php?fid=12) --- Thread: [Server] Transfer server from SAMP to Open MP (/showthread.php?tid=3480) |
Transfer server from SAMP to Open MP - primat - 2025-09-05 Hello everyone! I jsut found a gamemode where i've used to play back in the 2014 and i want to transfer it to openMP . And now i need to know to what i should pay attention ? Is there maybe some articles about it and what is the important point to do this ? Is there some major differences which i should also put attention to? How to transfer it in generall ? I would appreciate any help There is gamemode itself in a whole server build : Gamemode Link to VT : VirusTotal RE: Transfer server from SAMP to Open MP - MrKacu13 - 2025-09-06 First of all you should download latest server files from github. You can find this here. You don't need to rebuild your script, because open.mp is fully compatible with SA-MP. If you want to build this gamemode on open.mp include without any changes in your code, you should replace include a_samp with open.mp and add SAMP_COMPAT before your includes. That's all. Example here PHP Code: #define SAMP_COMPAT |