You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/docs/awesome.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts
24
24
-**[fixes.inc](https://github.com/pawn-lang/sa-mp-fixes)** - Extremely optmised fixes for a huge number of SA:MP server bugs. Plug-and-play.
25
25
-**[YSI-Includes](https://github.com/pawn-lang/YSI-Includes)** - The oldest, largest, most tested, and well supported library for SA:MP/pawn, providing a huge number of new game and language features.
26
26
-**[foreach](https://github.com/Open-GTO/foreach)** - foreach standalone include (non y_iterate version).
27
-
-**[amx_assembly](https://github.com/Zeex/amx_assembly)** - Low-level access to the pawn script itself.
27
+
-**[amx_assembly](https://github.com/pawn-lang/amx_assembly)** - Low-level access to the pawn script itself.
28
28
-**[md-sort](https://github.com/oscar-broman/md-sort)** - Sort multi-dimensional arrays in Pawn. Modifies the array's internal pointers instead of copying around data.
29
29
-**[indirection](https://github.com/Y-Less/indirection)** - System for passing pointers and calling functions indirectly, with abstract methods to customise calls.
30
30
-**[code-parse.inc](https://github.com/Y-Less/code-parse.inc)** - Parse and customise pawn code at compile-time.
@@ -69,9 +69,9 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts
69
69
70
70
## Plugins
71
71
72
-
-**[JIT](https://github.com/Zeex/samp-plugin-jit)** - Once your code is stable, use this to speed it up significantly.
73
-
-**[CrashDetect](https://github.com/Zeex/samp-plugin-crashdetect)** - Development tool to find bugs during testing.
74
-
-**[Profiler](https://github.com/Zeex/samp-plugin-profiler)** - Performance profiler plugin for SA-MP server.
72
+
-**[JIT](https://github.com/Foundation-PAWN/samp-plugin-jit-backup)** - Once your code is stable, use this to speed it up significantly.
73
+
-**[CrashDetect](https://github.com/AmyrAhmady/samp-plugin-crashdetect)** - Development tool to find bugs during testing.
74
+
-**[Profiler](https://github.com/Foundation-PAWN/samp-plugin-profiler-backup)** - Performance profiler plugin for SA-MP server.
75
75
-**[sscanf](https://github.com/Y-Less/sscanf)** - Convert strings to multiple values, ints, floats, players, etc.
76
76
-**[MySQL Plugin](https://github.com/pBlueG/SA-MP-MySQL)** - Connect your server to a MySQL server.
77
77
-**[Streamer Plugin](https://github.com/samp-incognito/samp-streamer-plugin)** - Bypass many SA:MP limits, like objects and pickups.
@@ -129,8 +129,8 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts
129
129
130
130
Now you can make your scripts in languages other than pawn without any plugin using open.mp. See [this blog post](https://www.open.mp/blog/release-candidate-1)
131
131
132
-
-**[sampsdk](https://github.com/Zeex/samp-plugin-sdk)** - This is the bare minium that you need to develop plugins.
133
-
-**[sampgdk](https://github.com/Zeex/sampgdk)** - C/C++ Language Support for writing a gamemode for SA:MP
132
+
-**[sampsdk](https://github.com/maddinat0r/samp-plugin-sdk)** - This is the bare minimum that you need to develop plugins.
133
+
-**[sampgdk](https://github.com/Foundation-PAWN/sampgdk-backup)** - C/C++ Language Support for writing a gamemode for SA:MP
134
134
-**[SampSharp](https://github.com/ikkentim/SampSharp)** - C# Language Support for writing a gamemode for SA:MP
135
135
-**[.NET Plugin](https://github.com/Seregamil/.NET-plugin)** - C# Language Support for writing a plugin for SA:MP
136
136
-**[sampgo](https://github.com/sampgo/sampgo)** - Go Language Support for writing a gamemode/plugins for SA:MP
Copy file name to clipboardExpand all lines: frontend/docs/server/CommonServerIssues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_label: Common Server Issues
5
5
6
6
## Server instantly crashes when started
7
7
8
-
Most commonly it's an error in your server.cfg file or your gamemode is missing. Check the server_log.txt file and the reason should be located at the bottom. If not, check crashinfo.txt file. The better solution to find out what is causing the crash is using the Crash detect plugin by Zeex/0x5A656578 ([click for link](https://github.com/Y-Less/samp-plugin-crashdetect)) which will give more information like line numbers, function names, parameter values, etc. If the script is compiled in debug mode (-d3 flag) to make compiler put extra information about all that stuff into the output .amx.
8
+
Most commonly it's an error in your server.cfg file or your gamemode is missing. Check the server_log.txt file and the reason should be located at the bottom. If not, check crashinfo.txt file. The better solution to find out what is causing the crash is using the Crash detect plugin by Zeex/0x5A656578 ([click for link](https://github.com/AmyrAhmady/samp-plugin-crashdetect)) which will give more information like line numbers, function names, parameter values, etc. If the script is compiled in debug mode (-d3 flag) to make compiler put extra information about all that stuff into the output .amx.
Copy file name to clipboardExpand all lines: frontend/i18n/bs/docusaurus-plugin-content-docs/current/awesome.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ description: Kursirana lista korisnih alata, biblioteka i plugina za SA-MP devel
24
24
-**[fixes.inc](https://github.com/pawn-lang/sa-mp-fixes)** - Izuzetno optimizirani popravci za veliki broj programskih pogrešaka SA:MP. Uključi i igraj.
25
25
-**[YSI-Includes](https://github.com/pawn-lang/YSI-Includes)** - Najstariji, najveći i najviše testirani, dobro podržani library za SA:MP/pawn koji nudi ogroman broj novih značajki igre i jezika.
26
26
-**[foreach](https://github.com/Open-GTO/foreach)** - foreach samostalni include (verzija koja nije y_iterate).
27
-
-**[amx_assembly](https://github.com/Zeex/amx_assembly)** - Pristup niske razine samoj založnoj skripti.
27
+
-**[amx_assembly](https://github.com/pawn-lang/amx_assembly)** - Pristup niske razine samoj založnoj skripti.
28
28
-**[md-sort](https://github.com/oscar-broman/md-sort)** - Sortiraj višedimenzionalne nizove u Pawn-u. Modificira interne pokazivače niza umjesto kopiranja podataka.
29
29
-**[indirection](https://github.com/Y-Less/indirection)** - Sustav za neizravno prosljeđivanje pokazivača i pozivanje funkcija, sa apstraktnim metodama za prilagodbu poziva.
30
30
-**[code-parse.inc](https://github.com/Y-Less/code-parse.inc)** - Analizirajte i prilagodite založni kod u vrijeme kompajlanja.
@@ -67,9 +67,9 @@ description: Kursirana lista korisnih alata, biblioteka i plugina za SA-MP devel
67
67
68
68
## Plugini
69
69
70
-
-**[JIT](https://github.com/Zeex/samp-plugin-jit)** - Nakon što je vaš kod stabilan, upotrijebite ga da biste ga znatno ubrzali.
71
-
-**[CrashDetect](https://github.com/Y-Less/samp-plugin-crashdetect)** - Razvojni alat za pronalaženje bugova tijekom testiranja.
72
-
-**[Profiler](https://github.com/Zeex/samp-plugin-profiler)** - Plugin za profilisanje performansi za SA-MP server.
70
+
-**[JIT](https://github.com/Foundation-PAWN/samp-plugin-jit-backup)** - Nakon što je vaš kod stabilan, upotrijebite ga da biste ga znatno ubrzali.
71
+
-**[CrashDetect](https://github.com/AmyrAhmady/samp-plugin-crashdetect)** - Razvojni alat za pronalaženje bugova tijekom testiranja.
72
+
-**[Profiler](https://github.com/Foundation-PAWN/samp-plugin-profiler-backup)** - Plugin za profilisanje performansi za SA-MP server.
73
73
-**[sscanf](https://github.com/Y-Less/sscanf)** - Pretvori nizove u više vrijednosti, intove, plutajuće, playere itd.
74
74
-**[MySQL Plugin](https://github.com/pBlueG/SA-MP-MySQL)** - Konektujte svoj server sa MySQL serverom.
75
75
-**[Streamer Plugin](https://github.com/samp-incognito/samp-streamer-plugin)** - Zaobiđite mnoga SA:MP ograničenja, poput predmeta i preuzimanja.
@@ -123,8 +123,8 @@ description: Kursirana lista korisnih alata, biblioteka i plugina za SA-MP devel
123
123
124
124
Sada možete napraviti svoje skripte na drugim jezicima osim pawn-a bez ikakvog plugina koristeći open.mp. Pogledajte [ovaj blog post](https://www.open.mp/blog/release-candidate-1)
125
125
126
-
-**[sampsdk](https://github.com/Zeex/samp-plugin-sdk)** - Ovo je minimum koji vam je potreban za razvoj dodataka.
127
-
-**[sampgdk](https://github.com/Zeex/sampgdk)** - Podrška jezika C/C++ za pisanje gamemode-a za SA:MP.
126
+
-**[sampsdk](https://github.com/maddinat0r/samp-plugin-sdk)** - Ovo je minimum koji vam je potreban za razvoj dodataka.
127
+
-**[sampgdk](https://github.com/Foundation-PAWN/sampgdk-backup)** - Podrška jezika C/C++ za pisanje gamemode-a za SA:MP.
128
128
-**[SampSharp](https://github.com/ikkentim/SampSharp)** - Podrška jezika C# za pisanje gamemode-a za SA:MP.
129
129
-**[.NET Plugin](https://github.com/Seregamil/.NET-plugin)** - Podrška jezika C# za pisanje plugina za SA:MP.
130
130
-**[sampgo](https://github.com/sampgo/sampgo)** - Go jezična podrška za pisanje gamemode-a/plugina za SA:MP.
Copy file name to clipboardExpand all lines: frontend/i18n/es/docusaurus-plugin-content-docs/current/awesome.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ description: Una lista de herramientas, librerías y plugins útiles para desarr
22
22
-**_[SA:MP stdlib](https://github.com/pawn-lang/samp-stdlib)_** - Includes por defecto actualizados, con valores constantes, documentados, y completos.
23
23
-**_[fixes.inc](https://github.com/pawn-lang/sa-mp-fixes)_** - Plug-and-play. Arreglos y optimización para un gran número de errores en los servidores de SA:MP. Plug And Play.
24
24
-**_[YSI](https://github.com/pawn-lang/YSI-Includes)_** - La más vieja, extensa, probada, y adaptada libería para SA:MP/Pawn, proveyéndonos un gran número de nuevas características del lenguaje y del juego.
25
-
-**_[amx_assembly](https://github.com/Zeex/amx_assembly)_** - Acceso al bajo nivel del mismo script de Pawn.
25
+
-**_[amx_assembly](https://github.com/pawn-lang/amx_assembly)_** - Acceso al bajo nivel del mismo script de Pawn.
26
26
-**_[md-sort](https://github.com/oscar-broman/md-sort)_** - Ordena arrays multidimensionales en Pawn. Modifica los punteros internos de la matriz en lugar de copiar los datos.
27
27
-**_[indirection](https://github.com/Y-Less/indirection)_** - Sistema para pasar punteros y llamar funciones indirectamente, con métodos abstractos para customizar llamadas.
28
28
-**_[code-parse.inc](https://github.com/Y-Less/code-parse.inc)_** - Analizar y customizar código Pawn al momento de compilación.
@@ -64,9 +64,9 @@ description: Una lista de herramientas, librerías y plugins útiles para desarr
64
64
65
65
## Plugins
66
66
67
-
-**_[JIT](https://github.com/Zeex/samp-plugin-jit)_** - Una vez que tu código sea estable, utiliza esto para acelerarlo significativamente.
68
-
-**_[crashdetect](https://github.com/Y-Less/samp-plugin-crashdetect)_** - Herramienta de desarrollo para encontrar bugs durante el testeo.
69
-
-**_[Profiler](https://github.com/Zeex/samp-plugin-profiler)_** - Plugin de perfil de rendimiento para el servidor SA-MP.
67
+
-**_[JIT](https://github.com/Foundation-PAWN/samp-plugin-jit-backup)_** - Una vez que tu código sea estable, utiliza esto para acelerarlo significativamente.
68
+
-**_[crashdetect](https://github.com/AmyrAhmady/samp-plugin-crashdetect)_** - Herramienta de desarrollo para encontrar bugs durante el testeo.
69
+
-**_[Profiler](https://github.com/Foundation-PAWN/samp-plugin-profiler-backup)_** - Plugin de perfil de rendimiento para el servidor SA-MP.
-**_[MySQL](https://github.com/pBlueG/SA-MP-MySQL)_** - Enlaza tu servidor a un servidor MySQL.
72
72
-**_[streamer](https://github.com/samp-incognito/samp-streamer-plugin)_** - Sobrepasa los límites de objetos y pickups.
@@ -120,8 +120,8 @@ description: Una lista de herramientas, librerías y plugins útiles para desarr
120
120
121
121
Ahora puedes hacer tus scripts en otros lenguajes que no sean pawn sin ningun plugin usando open.mp. Ver [esta entrada de blog](https://www.open.mp/blog/release-candidate-1).
122
122
123
-
-**[sampsdk](https://github.com/Zeex/samp-plugin-sdk)** - Esto es lo mínimo que se necesita para desarrollar plugins.
124
-
-**[sampgdk](https://github.com/Zeex/sampgdk)** - Lenguaje C/C++ para escribir un gamemode para SA:MP
123
+
-**[sampsdk](https://github.com/maddinat0r/samp-plugin-sdk)** - Esto es lo mínimo que se necesita para desarrollar plugins.
124
+
-**[sampgdk](https://github.com/Foundation-PAWN/sampgdk-backup)** - Lenguaje C/C++ para escribir un gamemode para SA:MP
125
125
-**[SampSharp](https://github.com/ikkentim/SampSharp)** - Soporte de lenguaje C# para escribir un gamemode para SA:MP
126
126
-**[.NET Plugin](https://github.com/Seregamil/.NET-plugin)** - Soporte de lenguaje C# para escribir un plugin para SA:MP
127
127
-**[sampgo](https://github.com/sampgo/sampgo)** - Soporte de lenguaje Go para escribir un gamemode/plugin para SA:MP
Copy file name to clipboardExpand all lines: frontend/i18n/es/docusaurus-plugin-content-docs/current/server/CommonServerIssues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_label: Problemas Comunes
5
5
6
6
## El servidor se bloquea instantáneamente al iniciarse
7
7
8
-
Lo más común es que se deba a un error en tu archivo server.cfg o a la falta de un gamemode. Verifica el archivo server_log.txt y la razón debería estar ubicada en la parte inferior. Si no está ahí, verifica el archivo crashinfo.txt. La mejor solución para descubrir qué está causando el bloqueo es utilizar el plugin Crash Detect de Zeex/0x5A656578 ([clic aquí para acceder](https://github.com/Y-Less/samp-plugin-crashdetect)), que proporcionará más información, como números de línea, nombres de función, valores de parámetros, etc. Si el script está compilado en modo de depuración (-d3 flag) para que el compilador incluya información adicional en el archivo .amx de salida.
8
+
Lo más común es que se deba a un error en tu archivo server.cfg o a la falta de un gamemode. Verifica el archivo server_log.txt y la razón debería estar ubicada en la parte inferior. Si no está ahí, verifica el archivo crashinfo.txt. La mejor solución para descubrir qué está causando el bloqueo es utilizar el plugin Crash Detect de Zeex/0x5A656578 ([clic aquí para acceder](https://github.com/AmyrAhmady/samp-plugin-crashdetect)), que proporcionará más información, como números de línea, nombres de función, valores de parámetros, etc. Si el script está compilado en modo de depuración (-d3 flag) para que el compilador incluya información adicional en el archivo .amx de salida.
9
9
10
10
## El servidor no funciona: el firewall está desactivado
Copy file name to clipboardExpand all lines: frontend/i18n/fa/docusaurus-plugin-content-docs/current/awesome.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ description: فهرستی منظم از ابزارها، کتابخانهها
24
24
-**[fixes.inc](https://github.com/pawn-lang/sa-mp-fixes)** - تعمیرات بسیار بهینه شده برای تعداد زیادی از باگهای سرور SA:MP. کاملاً آماده استفاده.
25
25
-**[YSI-Includes](https://github.com/pawn-lang/YSI-Includes)** - قدیمیترین، بزرگترین، بیشترین تست شده و بهترین پشتیبانی شده کتابخانه برای SA:MP/pawn، ارائه تعداد زیادی از ویژگیهای جدید بازی و زبان.
26
26
-**[foreach](https://github.com/Open-GTO/foreach)** - include مستقل foreach (نسخه غیر y_iterate).
27
-
-**[amx_assembly](https://github.com/Zeex/amx_assembly)** - دسترسی سطح پایین به خود اسکریپت pawn.
27
+
-**[amx_assembly](https://github.com/pawn-lang/amx_assembly)** - دسترسی سطح پایین به خود اسکریپت pawn.
28
28
-**[md-sort](https://github.com/oscar-broman/md-sort)** - مرتب کردن آرایههای چندبعدی در Pawn. به جای کپی کردن دادهها، اشارهگرهای داخلی آرایه را تغییر میدهد.
29
29
-**[indirection](https://github.com/Y-Less/indirection)** - سیستمی برای ارسال اشارهگرها و فراخوانی غیرمستقیم توابع، با متدهای انتزاعی برای سفارشی کردن فراخوانیها.
30
30
-**[code-parse.inc](https://github.com/Y-Less/code-parse.inc)** - تجزیه و سفارشی کردن کد pawn در زمان کامپایل.
@@ -69,9 +69,9 @@ description: فهرستی منظم از ابزارها، کتابخانهها
69
69
70
70
## پلاگینها
71
71
72
-
-**[JIT](https://github.com/Zeex/samp-plugin-jit)** - وقتی کدتان پایدار شد، از این برای سرعتبخشی قابل توجه استفاده کنید.
73
-
-**[CrashDetect](https://github.com/Zeex/samp-plugin-crashdetect)** - ابزار توسعه برای یافتن باگها در هنگام تست.
74
-
-**[Profiler](https://github.com/Zeex/samp-plugin-profiler)** - پلاگین profiler عملکرد برای سرور SA-MP.
72
+
-**[JIT](https://github.com/Foundation-PAWN/samp-plugin-jit-backup)** - وقتی کدتان پایدار شد، از این برای سرعتبخشی قابل توجه استفاده کنید.
73
+
-**[CrashDetect](https://github.com/AmyrAhmady/samp-plugin-crashdetect)** - ابزار توسعه برای یافتن باگها در هنگام تست.
74
+
-**[Profiler](https://github.com/Foundation-PAWN/samp-plugin-profiler-backup)** - پلاگین profiler عملکرد برای سرور SA-MP.
75
75
-**[sscanf](https://github.com/Y-Less/sscanf)** - تبدیل رشتهها به مقادیر متعدد، اعداد صحیح، اعداد اعشاری، بازیکنان، و غیره.
76
76
-**[MySQL Plugin](https://github.com/pBlueG/SA-MP-MySQL)** - سرور خود را به سرور MySQL متصل کنید.
77
77
-**[Streamer Plugin](https://github.com/samp-incognito/samp-streamer-plugin)** - محدودیتهای زیادی از SA:MP مثل objects و pickups را دور بزنید.
@@ -129,8 +129,8 @@ description: فهرستی منظم از ابزارها، کتابخانهها
129
129
130
130
حالا میتوانید اسکریپتهای خود را در زبانهایی غیر از pawn بدون نیاز به پلاگین با open.mp بنویسید. [این پست بلاگ](https://www.open.mp/blog/release-candidate-1) را ببینید
131
131
132
-
-**[sampsdk](https://github.com/Zeex/samp-plugin-sdk)** - این حداقل چیزی است که برای توسعه پلاگینها نیاز دارید.
133
-
-**[sampgdk](https://github.com/Zeex/sampgdk)** - پشتیبانی زبان C/C++ برای نوشتن گیم مود برای SA:MP
132
+
-**[sampsdk](https://github.com/maddinat0r/samp-plugin-sdk)** - این حداقل چیزی است که برای توسعه پلاگینها نیاز دارید.
133
+
-**[sampgdk](https://github.com/Foundation-PAWN/sampgdk-backup)** - پشتیبانی زبان C/C++ برای نوشتن گیم مود برای SA:MP
134
134
-**[SampSharp](https://github.com/ikkentim/SampSharp)** - پشتیبانی زبان C# برای نوشتن گیم مود برای SA:MP
135
135
-**[.NET Plugin](https://github.com/Seregamil/.NET-plugin)** - پشتیبانی زبان C# برای نوشتن پلاگین برای SA:MP
136
136
-**[sampgo](https://github.com/sampgo/sampgo)** - پشتیبانی زبان Go برای نوشتن گیم مود/پلاگین برای SA:MP
0 commit comments