Search

open.mp forum

RegisterLogin

Discussion

General
Chat
Tech
Life
Art
Programming
open.mp
Development Updates
Questions and Suggestions
SA-MP
General Discussions
Videos and Screenshots
Support
Pawn Scripting
Tutorials
Releases
Plugins
Libraries
Filterscripts
Gamemodes
Maps
Advertisements
Other languages
Spanish/Espa?ol
Programaci?n
Discusi?n GTA SA Multijugador
Mods
Offtopic
Juegos
Portuguese/Portugu?s
Russian/???????
Italian/Italiano
Dutch/Nederlands
German/Deutsch
Romanian/Rom?na
Ex-Yu
Polish/Polski
Og?lne
Serwery
Skryptowanie
Filmiki i zdjecia
Lithuanian/Lietuvi?kas
French/Fran?ais
Hungarian/Magyar
Hindi/Urdu
Turkish
Other
Internal
Team
Hidden
Archived

Library

 Collections Links Members Roles

Transfer server from SAMP to Open MP

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...

ID
d6ouivnilegovhg7c900
author
primat's avatar

primat

@primat


View profile
Copy link
  Report member
started
Sep 5, 2025
replies
1
participating
No

scroll to top

powered by storyden

Login
Discussion
Support
Transfer server from SAMP to Open MP
primat's avatar

primat

@primat


View profile
Copy link
  Report member
• 6mo
Support

Transfer server from SAMP to Open MP

server

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

0 likes1 reply
  1. mrkacu13's avatar

    MrKacu13

    @mrkacu13


    View profile
    Copy link
      Report member
    • 6mo

    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

    #define SAMP_COMPAT
    #include <open.mp>
    //etc.
    

Please sign up or log in to reply