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


Forum Jump: