From d74397bedbf44619392e4b73c86f4452520305dc Mon Sep 17 00:00:00 2001
From: Adib <92677767+adib-yg@users.noreply.github.com>
Date: Tue, 26 Nov 2024 17:13:19 +0330
Subject: [PATCH] Update Installation.md
---
docs/server/Installation.md | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/docs/server/Installation.md b/docs/server/Installation.md
index 46a121a44..46116f77b 100644
--- a/docs/server/Installation.md
+++ b/docs/server/Installation.md
@@ -10,7 +10,7 @@ If you are using the FCNPC plugin, please stop for now because this plugin does
Download the latest version of open.mp server files from [https://github.com/openmultiplayer/open.mp/releases](https://github.com/openmultiplayer/open.mp/releases/latest)
-![](https://github.com/adib-yg/openmp-server-installation/blob/main/screenshots/Screenshot%20(1).png)
+![](https://raw.githubusercontent.com/adib-yg/openmp-server-installation/refs/heads/main/screenshots/Screenshot%20(1).png)
- `open.mp-win-x86.zip` **Windows** Server
- `open.mp-linux-x86.tar.gz` **Linux** Server
@@ -20,7 +20,7 @@ Download the latest version of open.mp server files from [https://github.com/ope
Extract the `.zip` or `.tar.gz` archive contents on your disk
-![](https://github.com/adib-yg/openmp-server-installation/blob/main/screenshots/Screenshot%20(3).png)
+![](https://raw.githubusercontent.com/adib-yg/openmp-server-installation/refs/heads/main/screenshots/Screenshot%20(3).png)
:::note
@@ -80,7 +80,7 @@ Put the following plugins in the **../components** folder, not in the **../plugi
Open the qawno IDE program located at **Server/qawno/qawno.exe**
-![](https://github.com/adib-yg/openmp-server-installation/blob/main/screenshots/Screenshot%20(5).png)
+![](https://raw.githubusercontent.com/adib-yg/openmp-server-installation/refs/heads/main/screenshots/Screenshot%20(5).png)
## Step 7
@@ -102,23 +102,17 @@ replace with
then press **F5** to compile.
-:::note
-
-If you are get error or warning, see [Compiler errors and warnings](#compiler-errors-and-warnings)
-
-:::
-
## Step 9
Open **[config.json](https://www.open.mp/docs/server/config.json)** file with Notepad or other IDEs
-![](https://github.com/adib-yg/openmp-server-installation/blob/main/screenshots/Screenshot%20(9).png)
+![](https://raw.githubusercontent.com/adib-yg/openmp-server-installation/refs/heads/main/screenshots/Screenshot%20(9).png)
## Step 10
Edit **config.json**
-![](https://github.com/adib-yg/openmp-server-installation/blob/main/screenshots/Screenshot%20(11).png)
+![](https://raw.githubusercontent.com/adib-yg/openmp-server-installation/refs/heads/main/screenshots/Screenshot%20(11).png)
Find
@@ -211,7 +205,7 @@ Run the server
Open the `omp-server.exe` program
-![](https://github.com/adib-yg/openmp-server-installation/blob/main/screenshots/Screenshot%20(10).png)
+![](https://raw.githubusercontent.com/adib-yg/openmp-server-installation/refs/heads/main/screenshots/Screenshot%20(10).png)
- **Linux**
@@ -220,6 +214,7 @@ Open the `omp-server.exe` program
```
## Compiler errors and warnings
+
- **warning 213: tag mismatch: expected tag "?", but found none ("_")**:
For example:
@@ -256,13 +251,15 @@ But you can ignore it for now:
// Use #pragma warning disable 213
```
+
+