• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Transfer server from SAMP to Open MP
#2
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
#include <open.mp>
//etc. 
  Reply


Messages In This Thread
Transfer server from SAMP to Open MP - by primat - 2025-09-05, 06:53 AM
RE: Transfer server from SAMP to Open MP - by MrKacu13 - 2025-09-06, 04:03 PM

Forum Jump: