[Question] How to Upgrade my server to OPEN.MP - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40) --- Forum: Questions and Suggestions (https://forum.open.mp/forumdisplay.php?fid=42) --- Thread: [Question] How to Upgrade my server to OPEN.MP (/showthread.php?tid=2356) |
How to Upgrade my server to OPEN.MP - valentinonedelkovski - 2023-02-21 I have gamemode working about 5 years on my gmod , and now i want to upgate to OPEN.MP How to do that on windows and how to do that on HOST where my server is hosted RE: How to Upgrade my server to OPEN.MP - Radical - 2023-02-21 Here you can get open.mp RC2 : https://github.com/openmultiplayer/open.mp/releases/tag/v1-RC2 Then recompile your gamemode with omp includes Replace #include <a_samp> with #include <omp> Note that you also need to use plugins that compatible with open.mp. Such as Pawn.CMD and sampvoice and etc... RE: How to Upgrade my server to OPEN.MP - valentinonedelkovski - 2023-02-22 (2023-02-21, 11:11 PM)Radical Wrote: Here you can get open.mp RC2 : https://github.com/openmultiplayer/open.mp/releases/tag/v1-RC2I need to use old pawno or pawno from open.mp? RE: How to Upgrade my server to OPEN.MP - Radical - 2023-02-22 (2023-02-22, 10:04 AM)valentinonedelkovski Wrote: I need to use old pawno or pawno from open.mp? pawno from open.mp (qawno) RE: How to Upgrade my server to OPEN.MP - valentinonedelkovski - 2023-02-22 (2023-02-22, 03:39 PM)Radical Wrote:I have this problem(2023-02-22, 10:04 AM)valentinonedelkovski Wrote: I need to use old pawno or pawno from open.mp? \qawno\include\YSI\internal\..\y_scriptinit.inc(62) : fatal error 100: cannot read from file: "open.mp" RE: How to Upgrade my server to OPEN.MP - Radical - 2023-02-24 (2023-02-22, 07:12 PM)valentinonedelkovski Wrote:(2023-02-22, 03:39 PM)Radical Wrote:I have this problem(2023-02-22, 10:04 AM)valentinonedelkovski Wrote: I need to use old pawno or pawno from open.mp? Upgrade to YSI 5.x |