Skip to content

Commit 549df5d

Browse files
authored
Merge pull request #1180 from NexiusTailer/patch-1
Updates to installation guide
2 parents 11fd4f8 + f680607 commit 549df5d

5 files changed

Lines changed: 21 additions & 11 deletions

File tree

frontend/docs/server/Installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ Put the following plugins in the **../components** folder, not in the **../plugi
7878
| Pawn.RakNet | https://github.com/katursis/Pawn.RakNet/releases/tag/1.6.0-omp |
7979
| sampvoice | https://github.com/AmyrAhmady/sampvoice/releases/tag/v3.1.5-omp |
8080
| discord-connector | https://github.com/maddinat0r/samp-discord-connector/releases/tag/v0.3.6-pre |
81+
| rustext | https://github.com/ziggi/rustext/releases/tag/v2.0.11 (nomemhack) |
82+
| keylistener | https://github.com/edgyaf/keylistener/releases/tag/1.1.2-pr |
8183
| SKY | Use Pawn.RakNet instead |
8284
| YSF | You don't need YSF because open.mp already declared most of the same natives |
83-
| FCNPC | Currently not supported |
85+
| FCNPC | Replaced with the official open.mp NPC component |
8486

8587
## Step 6
8688

frontend/i18n/fa/docusaurus-plugin-content-docs/current/server/Installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ include های مورد نیاز (مثلاً `sscanf2.inc`، `streamer.inc`) ر
7878
| Pawn.RakNet | https://github.com/katursis/Pawn.RakNet/releases/tag/1.6.0-omp |
7979
| sampvoice | https://github.com/AmyrAhmady/sampvoice/releases/tag/v3.1.5-omp |
8080
| discord-connector | https://github.com/maddinat0r/samp-discord-connector/releases/tag/v0.3.6-pre |
81+
| rustext | https://github.com/ziggi/rustext/releases/tag/v2.0.11 (nomemhack) |
82+
| keylistener | https://github.com/edgyaf/keylistener/releases/tag/1.1.2-pr |
8183
| SKY | به جای آن از Pawn.RakNet استفاده کنید |
8284
| YSF | شما نیازی به YSF ندارید زیرا open.mp قبلاً بیشتر همان native ها را اعلان کرده |
8385
| FCNPC | در حال حاضر پشتیبانی نمی‌شود |

frontend/i18n/nl/docusaurus-plugin-content-docs/current/server/Installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ Plaats de volgende plugins in de map **../components**, niet in **../plugins**!
7272
| Pawn.RakNet | https://github.com/katursis/Pawn.RakNet/releases/tag/1.6.0-omp |
7373
| sampvoice | https://github.com/AmyrAhmady/sampvoice/releases/tag/v3.1.5-omp |
7474
| discord-connector | https://github.com/maddinat0r/samp-discord-connector/releases/tag/v0.3.6-pre |
75+
| rustext | https://github.com/ziggi/rustext/releases/tag/v2.0.11 (nomemhack) |
76+
| keylistener | https://github.com/edgyaf/keylistener/releases/tag/1.1.2-pr |
7577
| SKY | Gebruik Pawn.RakNet in plaats daarvan |
76-
| YSF | Niet nodig: open.mp heeft de meeste gelijkwaardige natives al |
78+
| YSF | Niet nodig: open.mp heeft de meeste gelijkwaardige natives al |
7779
| FCNPC | Momenteel niet ondersteund |
7880

7981
## Stap 6

frontend/i18n/pt-BR/docusaurus-plugin-content-docs/current/server/Installation.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,17 @@ Coloque os seguintes plugins na pasta **../components**, não na pasta **../plug
6666

6767
:::
6868

69-
| Plugin | OMP |
70-
| ----------------- | ---------------------------------------------------------------------------- |
71-
| Pawn.CMD | https://github.com/katursis/Pawn.CMD/releases/tag/3.4.0-omp |
72-
| Pawn.RakNet | https://github.com/katursis/Pawn.RakNet/releases/tag/1.6.0-omp |
73-
| sampvoice | https://github.com/AmyrAhmady/sampvoice/releases/tag/v3.1.5-omp |
74-
| discord-connector | https://github.com/maddinat0r/samp-discord-connector/releases/tag/v0.3.6-pre |
75-
| SKY | Use Pawn.RakNet em vez disso |
69+
| Plugin | OMP |
70+
| ----------------- | --------------------------------------------------------------------------------- |
71+
| Pawn.CMD | https://github.com/katursis/Pawn.CMD/releases/tag/3.4.0-omp |
72+
| Pawn.RakNet | https://github.com/katursis/Pawn.RakNet/releases/tag/1.6.0-omp |
73+
| sampvoice | https://github.com/AmyrAhmady/sampvoice/releases/tag/v3.1.5-omp |
74+
| discord-connector | https://github.com/maddinat0r/samp-discord-connector/releases/tag/v0.3.6-pre |
75+
| rustext | https://github.com/ziggi/rustext/releases/tag/v2.0.11 (nomemhack) |
76+
| keylistener | https://github.com/edgyaf/keylistener/releases/tag/1.1.2-pr |
77+
| SKY | Use Pawn.RakNet em vez disso |
7678
| YSF | Você não precisa do YSF porque o open.mp já declarou a maioria das mesmas natives |
77-
| FCNPC | Atualmente não suportado |
79+
| FCNPC | Substituído pelo componente oficial de NPC do open.mp |
7880

7981
## Passo 6
8082

frontend/i18n/zh-CN/docusaurus-plugin-content-docs/current/server/Installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ description: 将游戏模式从 SA:MP 服务器迁移至 open.mp 服务器的指
7878
| Pawn.RakNet | https://github.com/katursis/Pawn.RakNet/releases/tag/1.6.0-omp |
7979
| sampvoice | https://github.com/AmyrAhmady/sampvoice/releases/tag/v3.1.5-omp |
8080
| discord-connector | https://github.com/maddinat0r/samp-discord-connector/releases/tag/v0.3.6-pre |
81+
| rustext | https://github.com/ziggi/rustext/releases/tag/v2.0.11 (nomemhack) |
82+
| keylistener | https://github.com/edgyaf/keylistener/releases/tag/1.1.2-pr |
8183
| SKY | 改用 Pawn.RakNet |
8284
| YSF | 无需使用,open.mp 已原生支持大部分功能 |
83-
| FCNPC | 当前暂不支持 |
85+
| FCNPC | 传统的 FCNPC 插件已被官方的 open.mp NPC 组件 取代 |
8486

8587
## 步骤 6
8688

0 commit comments

Comments
 (0)