Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions frontend/docs/awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts
- **[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.
- **[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.
- **[foreach](https://github.com/Open-GTO/foreach)** - foreach standalone include (non y_iterate version).
- **[amx_assembly](https://github.com/Zeex/amx_assembly)** - Low-level access to the pawn script itself.
- **[amx_assembly](https://github.com/pawn-lang/amx_assembly)** - Low-level access to the pawn script itself.
- **[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.
- **[indirection](https://github.com/Y-Less/indirection)** - System for passing pointers and calling functions indirectly, with abstract methods to customise calls.
- **[code-parse.inc](https://github.com/Y-Less/code-parse.inc)** - Parse and customise pawn code at compile-time.
Expand Down Expand Up @@ -69,9 +69,9 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts

## Plugins

- **[JIT](https://github.com/Zeex/samp-plugin-jit)** - Once your code is stable, use this to speed it up significantly.
- **[CrashDetect](https://github.com/Zeex/samp-plugin-crashdetect)** - Development tool to find bugs during testing.
- **[Profiler](https://github.com/Zeex/samp-plugin-profiler)** - Performance profiler plugin for SA-MP server.
- **[JIT](https://github.com/Foundation-PAWN/samp-plugin-jit-backup)** - Once your code is stable, use this to speed it up significantly.
- **[CrashDetect](https://github.com/AmyrAhmady/samp-plugin-crashdetect)** - Development tool to find bugs during testing.
- **[Profiler](https://github.com/Foundation-PAWN/samp-plugin-profiler-backup)** - Performance profiler plugin for SA-MP server.
- **[sscanf](https://github.com/Y-Less/sscanf)** - Convert strings to multiple values, ints, floats, players, etc.
- **[MySQL Plugin](https://github.com/pBlueG/SA-MP-MySQL)** - Connect your server to a MySQL server.
- **[Streamer Plugin](https://github.com/samp-incognito/samp-streamer-plugin)** - Bypass many SA:MP limits, like objects and pickups.
Expand Down Expand Up @@ -129,8 +129,8 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts

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)

- **[sampsdk](https://github.com/Zeex/samp-plugin-sdk)** - This is the bare minium that you need to develop plugins.
- **[sampgdk](https://github.com/Zeex/sampgdk)** - C/C++ Language Support for writing a gamemode for SA:MP
- **[sampsdk](https://github.com/maddinat0r/samp-plugin-sdk)** - This is the bare minimum that you need to develop plugins.
- **[sampgdk](https://github.com/Foundation-PAWN/sampgdk-backup)** - C/C++ Language Support for writing a gamemode for SA:MP
- **[SampSharp](https://github.com/ikkentim/SampSharp)** - C# Language Support for writing a gamemode for SA:MP
- **[.NET Plugin](https://github.com/Seregamil/.NET-plugin)** - C# Language Support for writing a plugin for SA:MP
- **[sampgo](https://github.com/sampgo/sampgo)** - Go Language Support for writing a gamemode/plugins for SA:MP
Expand Down
2 changes: 1 addition & 1 deletion frontend/docs/server/CommonServerIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Common Server Issues

## Server instantly crashes when started

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

## Server is not working - firewall is disabled

Expand Down
2 changes: 1 addition & 1 deletion frontend/docs/tutorials/PluginDevelopmentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Here are the downloads you'll need for this section:

**Visual C++ 2010 express:** [Free download](https://visualstudio.microsoft.com/vs/express/)

**Plugin SDK (Plain):** [Download](https://github.com/Zeex/samp-plugin-sdk)
**Plugin SDK (Plain):** [Download](https://github.com/maddinat0r/samp-plugin-sdk)

- The first thing we want to do is create a new project. Select file->new->project to do just that.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: Kursirana lista korisnih alata, biblioteka i plugina za SA-MP devel
- **[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.
- **[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.
- **[foreach](https://github.com/Open-GTO/foreach)** - foreach samostalni include (verzija koja nije y_iterate).
- **[amx_assembly](https://github.com/Zeex/amx_assembly)** - Pristup niske razine samoj založnoj skripti.
- **[amx_assembly](https://github.com/pawn-lang/amx_assembly)** - Pristup niske razine samoj založnoj skripti.
- **[md-sort](https://github.com/oscar-broman/md-sort)** - Sortiraj višedimenzionalne nizove u Pawn-u. Modificira interne pokazivače niza umjesto kopiranja podataka.
- **[indirection](https://github.com/Y-Less/indirection)** - Sustav za neizravno prosljeđivanje pokazivača i pozivanje funkcija, sa apstraktnim metodama za prilagodbu poziva.
- **[code-parse.inc](https://github.com/Y-Less/code-parse.inc)** - Analizirajte i prilagodite založni kod u vrijeme kompajlanja.
Expand Down Expand Up @@ -67,9 +67,9 @@ description: Kursirana lista korisnih alata, biblioteka i plugina za SA-MP devel

## Plugini

- **[JIT](https://github.com/Zeex/samp-plugin-jit)** - Nakon što je vaš kod stabilan, upotrijebite ga da biste ga znatno ubrzali.
- **[CrashDetect](https://github.com/Y-Less/samp-plugin-crashdetect)** - Razvojni alat za pronalaženje bugova tijekom testiranja.
- **[Profiler](https://github.com/Zeex/samp-plugin-profiler)** - Plugin za profilisanje performansi za SA-MP server.
- **[JIT](https://github.com/Foundation-PAWN/samp-plugin-jit-backup)** - Nakon što je vaš kod stabilan, upotrijebite ga da biste ga znatno ubrzali.
- **[CrashDetect](https://github.com/AmyrAhmady/samp-plugin-crashdetect)** - Razvojni alat za pronalaženje bugova tijekom testiranja.
- **[Profiler](https://github.com/Foundation-PAWN/samp-plugin-profiler-backup)** - Plugin za profilisanje performansi za SA-MP server.
- **[sscanf](https://github.com/Y-Less/sscanf)** - Pretvori nizove u više vrijednosti, intove, plutajuće, playere itd.
- **[MySQL Plugin](https://github.com/pBlueG/SA-MP-MySQL)** - Konektujte svoj server sa MySQL serverom.
- **[Streamer Plugin](https://github.com/samp-incognito/samp-streamer-plugin)** - Zaobiđite mnoga SA:MP ograničenja, poput predmeta i preuzimanja.
Expand Down Expand Up @@ -123,8 +123,8 @@ description: Kursirana lista korisnih alata, biblioteka i plugina za SA-MP devel

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)

- **[sampsdk](https://github.com/Zeex/samp-plugin-sdk)** - Ovo je minimum koji vam je potreban za razvoj dodataka.
- **[sampgdk](https://github.com/Zeex/sampgdk)** - Podrška jezika C/C++ za pisanje gamemode-a za SA:MP.
- **[sampsdk](https://github.com/maddinat0r/samp-plugin-sdk)** - Ovo je minimum koji vam je potreban za razvoj dodataka.
- **[sampgdk](https://github.com/Foundation-PAWN/sampgdk-backup)** - Podrška jezika C/C++ za pisanje gamemode-a za SA:MP.
- **[SampSharp](https://github.com/ikkentim/SampSharp)** - Podrška jezika C# za pisanje gamemode-a za SA:MP.
- **[.NET Plugin](https://github.com/Seregamil/.NET-plugin)** - Podrška jezika C# za pisanje plugina za SA:MP.
- **[sampgo](https://github.com/sampgo/sampgo)** - Go jezična podrška za pisanje gamemode-a/plugina za SA:MP.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: Una lista de herramientas, librerías y plugins útiles para desarr
- **_[SA:MP stdlib](https://github.com/pawn-lang/samp-stdlib)_** - Includes por defecto actualizados, con valores constantes, documentados, y completos.
- **_[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.
- **_[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.
- **_[amx_assembly](https://github.com/Zeex/amx_assembly)_** - Acceso al bajo nivel del mismo script de Pawn.
- **_[amx_assembly](https://github.com/pawn-lang/amx_assembly)_** - Acceso al bajo nivel del mismo script de Pawn.
- **_[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.
- **_[indirection](https://github.com/Y-Less/indirection)_** - Sistema para pasar punteros y llamar funciones indirectamente, con métodos abstractos para customizar llamadas.
- **_[code-parse.inc](https://github.com/Y-Less/code-parse.inc)_** - Analizar y customizar código Pawn al momento de compilación.
Expand Down Expand Up @@ -64,9 +64,9 @@ description: Una lista de herramientas, librerías y plugins útiles para desarr

## Plugins

- **_[JIT](https://github.com/Zeex/samp-plugin-jit)_** - Una vez que tu código sea estable, utiliza esto para acelerarlo significativamente.
- **_[crashdetect](https://github.com/Y-Less/samp-plugin-crashdetect)_** - Herramienta de desarrollo para encontrar bugs durante el testeo.
- **_[Profiler](https://github.com/Zeex/samp-plugin-profiler)_** - Plugin de perfil de rendimiento para el servidor SA-MP.
- **_[JIT](https://github.com/Foundation-PAWN/samp-plugin-jit-backup)_** - Una vez que tu código sea estable, utiliza esto para acelerarlo significativamente.
- **_[crashdetect](https://github.com/AmyrAhmady/samp-plugin-crashdetect)_** - Herramienta de desarrollo para encontrar bugs durante el testeo.
- **_[Profiler](https://github.com/Foundation-PAWN/samp-plugin-profiler-backup)_** - Plugin de perfil de rendimiento para el servidor SA-MP.
- **_[sscanf](https://github.com/Y-Less/sscanf)_** - Convierte strings en múltiples valores, enteros, flotantes, jugadores, etcétera.
- **_[MySQL](https://github.com/pBlueG/SA-MP-MySQL)_** - Enlaza tu servidor a un servidor MySQL.
- **_[streamer](https://github.com/samp-incognito/samp-streamer-plugin)_** - Sobrepasa los límites de objetos y pickups.
Expand Down Expand Up @@ -120,8 +120,8 @@ description: Una lista de herramientas, librerías y plugins útiles para desarr

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

- **[sampsdk](https://github.com/Zeex/samp-plugin-sdk)** - Esto es lo mínimo que se necesita para desarrollar plugins.
- **[sampgdk](https://github.com/Zeex/sampgdk)** - Lenguaje C/C++ para escribir un gamemode para SA:MP
- **[sampsdk](https://github.com/maddinat0r/samp-plugin-sdk)** - Esto es lo mínimo que se necesita para desarrollar plugins.
- **[sampgdk](https://github.com/Foundation-PAWN/sampgdk-backup)** - Lenguaje C/C++ para escribir un gamemode para SA:MP
- **[SampSharp](https://github.com/ikkentim/SampSharp)** - Soporte de lenguaje C# para escribir un gamemode para SA:MP
- **[.NET Plugin](https://github.com/Seregamil/.NET-plugin)** - Soporte de lenguaje C# para escribir un plugin para SA:MP
- **[sampgo](https://github.com/sampgo/sampgo)** - Soporte de lenguaje Go para escribir un gamemode/plugin para SA:MP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Problemas Comunes

## El servidor se bloquea instantáneamente al iniciarse

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

## El servidor no funciona: el firewall está desactivado

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: فهرستی منظم از ابزارها، کتابخانه‌ها
- **[fixes.inc](https://github.com/pawn-lang/sa-mp-fixes)** - تعمیرات بسیار بهینه شده برای تعداد زیادی از باگ‌های سرور SA:MP. کاملاً آماده استفاده.
- **[YSI-Includes](https://github.com/pawn-lang/YSI-Includes)** - قدیمی‌ترین، بزرگ‌ترین، بیشترین تست شده و بهترین پشتیبانی شده کتابخانه برای SA:MP/pawn، ارائه تعداد زیادی از ویژگی‌های جدید بازی و زبان.
- **[foreach](https://github.com/Open-GTO/foreach)** - include مستقل foreach (نسخه غیر y_iterate).
- **[amx_assembly](https://github.com/Zeex/amx_assembly)** - دسترسی سطح پایین به خود اسکریپت pawn.
- **[amx_assembly](https://github.com/pawn-lang/amx_assembly)** - دسترسی سطح پایین به خود اسکریپت pawn.
- **[md-sort](https://github.com/oscar-broman/md-sort)** - مرتب کردن آرایه‌های چندبعدی در Pawn. به جای کپی کردن داده‌ها، اشاره‌گرهای داخلی آرایه را تغییر می‌دهد.
- **[indirection](https://github.com/Y-Less/indirection)** - سیستمی برای ارسال اشاره‌گرها و فراخوانی غیرمستقیم توابع، با متدهای انتزاعی برای سفارشی کردن فراخوانی‌ها.
- **[code-parse.inc](https://github.com/Y-Less/code-parse.inc)** - تجزیه و سفارشی کردن کد pawn در زمان کامپایل.
Expand Down Expand Up @@ -69,9 +69,9 @@ description: فهرستی منظم از ابزارها، کتابخانه‌ها

## پلاگین‌ها

- **[JIT](https://github.com/Zeex/samp-plugin-jit)** - وقتی کدتان پایدار شد، از این برای سرعت‌بخشی قابل توجه استفاده کنید.
- **[CrashDetect](https://github.com/Zeex/samp-plugin-crashdetect)** - ابزار توسعه برای یافتن باگ‌ها در هنگام تست.
- **[Profiler](https://github.com/Zeex/samp-plugin-profiler)** - پلاگین profiler عملکرد برای سرور SA-MP.
- **[JIT](https://github.com/Foundation-PAWN/samp-plugin-jit-backup)** - وقتی کدتان پایدار شد، از این برای سرعت‌بخشی قابل توجه استفاده کنید.
- **[CrashDetect](https://github.com/AmyrAhmady/samp-plugin-crashdetect)** - ابزار توسعه برای یافتن باگ‌ها در هنگام تست.
- **[Profiler](https://github.com/Foundation-PAWN/samp-plugin-profiler-backup)** - پلاگین profiler عملکرد برای سرور SA-MP.
- **[sscanf](https://github.com/Y-Less/sscanf)** - تبدیل رشته‌ها به مقادیر متعدد، اعداد صحیح، اعداد اعشاری، بازیکنان، و غیره.
- **[MySQL Plugin](https://github.com/pBlueG/SA-MP-MySQL)** - سرور خود را به سرور MySQL متصل کنید.
- **[Streamer Plugin](https://github.com/samp-incognito/samp-streamer-plugin)** - محدودیت‌های زیادی از SA:MP مثل objects و pickups را دور بزنید.
Expand Down Expand Up @@ -129,8 +129,8 @@ description: فهرستی منظم از ابزارها، کتابخانه‌ها

حالا می‌توانید اسکریپت‌های خود را در زبان‌هایی غیر از pawn بدون نیاز به پلاگین با open.mp بنویسید. [این پست بلاگ](https://www.open.mp/blog/release-candidate-1) را ببینید

- **[sampsdk](https://github.com/Zeex/samp-plugin-sdk)** - این حداقل چیزی است که برای توسعه پلاگین‌ها نیاز دارید.
- **[sampgdk](https://github.com/Zeex/sampgdk)** - پشتیبانی زبان C/C++ برای نوشتن گیم مود برای SA:MP
- **[sampsdk](https://github.com/maddinat0r/samp-plugin-sdk)** - این حداقل چیزی است که برای توسعه پلاگین‌ها نیاز دارید.
- **[sampgdk](https://github.com/Foundation-PAWN/sampgdk-backup)** - پشتیبانی زبان C/C++ برای نوشتن گیم مود برای SA:MP
- **[SampSharp](https://github.com/ikkentim/SampSharp)** - پشتیبانی زبان C# برای نوشتن گیم مود برای SA:MP
- **[.NET Plugin](https://github.com/Seregamil/.NET-plugin)** - پشتیبانی زبان C# برای نوشتن پلاگین برای SA:MP
- **[sampgo](https://github.com/sampgo/sampgo)** - پشتیبانی زبان Go برای نوشتن گیم مود/پلاگین برای SA:MP
Expand Down
Loading