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
9 changes: 5 additions & 4 deletions frontend/docs/awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts
- **[Pawn Syntax - Visual Marketplace](https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn)** - Pawn autocompletes for Visual Studio Code.
- **[SA-MP Zone Editor](https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads)** - Zone Editor for making Area and stuff.
- **[SA-MP Map Editor](https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip)** - Popular Map Editor for SA:MP.
- **[open.mp Server Browser](https://github.com/adib-yg/openmp-server-browser)** - open.mp server browser GUI for Desktop.

## Libraries

Expand All @@ -33,6 +32,7 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts
- **[weapon-config](https://github.com/oscar-broman/samp-weapon-config)** - More consistent and responsive damage system with many new features.
- **[samp-geoip](https://github.com/Southclaws/SAMP-geoip)** - Geographical information based on IP Address.
- **[progress2](https://github.com/Southclaws/progress2)** - Display time, health, vehicle fuel and other things as a progressive bar.
- **[GameText+](https://github.com/itsneufox/GameText-Plus)** - An include for both SA-MP and open.mp that improves the native GameText.
- **[weapon-data](https://github.com/Southclaws/samp-weapon-data)** - Finely tuned, customisable weapon data.
- **[MV_Youtube](https://github.com/MichaelBelgium/MV_Youtube)** - Youtube Converter API for Audio Stream.
- **[MySQL Prepared Statements](https://github.com/PatrickGTR/MySQL-Prepared-Statements)** - Emulating Prepared Statement for PAWN MySQL plugin.
Expand All @@ -59,7 +59,7 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts
- **[mSelection](https://github.com/alextwothousand/mSelection)** - Same as eSelection, but different style.
- **[RGB-Textdraw](https://github.com/adib-yg/SAMP-RGB-Textdraw)** - Adds RGB to textdraw.
- **[LangPlus](https://github.com/mysy00/LangPlus)** - Multi-language library for open.mp servers.
- **[beckzy's mod shops](https://beckzy.net/index.php?action=downloads;sa=view;id=41)** - An include for server side mod shops..
- **[beckzy's mod shops](https://beckzy.net/index.php?action=downloads;sa=view;id=41)** - An include for server side mod shops.

## Command Processors

Expand All @@ -75,8 +75,8 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts
- **[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.
- **[nativechecker](https://github.com/openmultiplayer/archive/raw/master/plugins/nativechecker.zip)** - Checking natives when server starts.
- **[FCNPC](https://github.com/ziggi/FCNPC)** - A plugin for SA-MP servers which adds a lot of capabilities to the existing standard NPCs. It does not currently work in open.mp, as of January 2023.
- **[nativechecker](https://github.com/openmultiplayer/archive/raw/master/plugins/nativechecker.zip)** - Checking natives when server starts. It is not needed in open.mp, as open.mp is provided with native checking mechanism.
- **[FCNPC](https://github.com/ziggi/FCNPC)** - A plugin for SA-MP servers which adds a lot of capabilities to the existing standard NPCs. It does not work in open.mp, but you can use the official NPC component instead.
- **[FileManager](https://github.com/JaTochNietDan/SA-MP-FileManager)** - Allows you to manage files and folders from root folder (not limited to the scriptfiles server directory with this plugin).
- **[Pawn.Raknet](https://github.com/katursis/Pawn.RakNet)** - Allows you to analyze RakNet traffic.
- **[samp-precise-timers](https://github.com/bmisiak/samp-precise-timers)** - A plugin for SA-MP providing precise timers, written in Rust. It is not needed in open.mp, as open.mp is provided with precise timers.
Expand Down Expand Up @@ -158,6 +158,7 @@ Now you can make your scripts in languages other than pawn without any plugin us
- **[SA:MP Animbrowse](https://github.com/Southclaws/samp-animbrowse)** - Animation browser tool for SA:MP.
- **[IsPlayerUsingAndroid](https://github.com/Fairuz-Afdhal/IsPlayerUsingAndroid)** - Checks if a player is an android user.
- **[TextDraw-Editor](https://github.com/Nickk888SAMP/TextDraw-Editor)** - A TextDraw editor which have some rich features.
- **[Nexor's Textdraw Editor](https://github.com/nexquery/samp-textdraw-editor)** - This editor offers you many features such as grouping, undeleting texts, undoing changes, importing text drawings from a file.
- **[Ultimate Creator](https://github.com/NexiusTailer/Ultimate-Creator)** - Advanced map editor with a lot of features.
- **[Fusez's Map Editor](https://github.com/fusez/Map-Editor-V3)** - An In-Game map editor for SA:MP.
- **[Texture Studio](https://github.com/Pottus/Texture-Studio)** - This is an in game map editor that will let you texture up to material index 15 (16 materials) as well as set color for that material index on objects.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ description: Kursirana lista korisnih alata, biblioteka i plugina za SA-MP devel
- **[Pawn Syntax - Visual Marketplace](https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn)** - Pawn se samodovršava za Visual Studio Code.
- **[SA-MP Zone Editor](https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads)** - Zone Editor za izradu područja i ostalog.
- **[SA-MP Map Editor](https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip)** - Popularni Map Editor za SA:MP.
- **[open.mp Server Browser](https://github.com/adib-yg/openmp-server-browser)** - GUI preglednik open.mp servera za radnu površinu.

## Biblioteke

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ description: فهرستی منظم از ابزارها، کتابخانه‌ها
- **[Pawn Syntax - Visual Marketplace](https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn)** - تکمیل خودکار Pawn برای Visual Studio Code.
- **[SA-MP Zone Editor](https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads)** - ویرایشگر Zone برای ساخت Area و موارد مشابه.
- **[SA-MP Map Editor](https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip)** - ویرایشگر نقشه محبوب برای SA:MP.
- **[open.mp Server Browser](https://github.com/adib-yg/openmp-server-browser)** - مرورگر سرور open.mp با رابط گرافیکی برای دسکتاپ.

## کتابخانه‌ها

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ description: Az SA-MP fejlesztéséhez hasznos eszközök, könyvtárak és bőv
- **[Pawn Syntax - Visual Marketplace](https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn)** - Pawn autocomplet a Visual Studio Code-hoz.
- **[SA-MP Zone Editor](https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads)** - Zóna szerkesztő a terület és egyéb dolgok készítéséhez.
- **[SA-MP Map Editor](https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip)** - Népszerű térkép szerkesztő SA:MP-hoz.
- **[open.mp Server Browser](https://github.com/adib-yg/openmp-server-browser)** - open.mp szerverkereső grafikus felhasználói felülete.

## Könyvtárak

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ description: Lista oficial com ferramentas úteis, libs, gamemodes, filterscript
- **[actor_robbery](https://github.com/PatrickGTR/actor_robbery)** - Inspirado no GTA V roubo de lojas. actor_robbery.inc imita isso!
- **[samp-aviation](https://github.com/Southclaws/samp-aviation)** - A basic pitch-based altitude and roll-based heading autopilot for SA-MP.
- **[samp-logger](https://github.com/Southclaws/samp-logger)** - Logger estruturado, provê uma simples gama de funções para realizar o Log e Debug.
Simple structured logger which provides a simple set of functions for logging and debugging.
- **[TDW Recursion Scanner](https://github.com/tdworg/samp-include-rscan)** - Lib para encontrar recursões no código.
- **[easyDialog](https://github.com/Awsomedude/easyDialog)** - Faça os dialogs serem mais fáceis de usar em modo geral.
- **[mdialog](https://github.com/Open-GTO/mdialog)** - Sistema de Dialog moderno, similar ao easyDialog.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ description: Информна листа корисних алата, библи
- **[Pawn Синтакса - Визуелно Трговиште](https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn)** - Аутоматско допуњавање Павн кода за Визуелни Студио Код.
- **[SA-MP Уређивач Зона](https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads)** - Уређивач за прављење Зона и слично.
- **[SA-MP Уређивач Мапа](https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip)** - Популарни Уређивач Мапа за SA:MP.
- **[open.mp Претраживач Сервера](https://github.com/adib-yg/openmp-server-browser)** - open.mp претраживач сервера графички интерфејс за Рачунар.

## Библиотеке

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ description: SA-MP geliştirmeleri için kullanışlı araçlar, kütüphaneler,
- **[Pawn Syntax - Visual Marketplace](https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn)** - Visual Studio Code için Pawn otomatik tamamlamaları.
- **[SA-MP Bölge Düzenleyici](https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads)** - Bölge ve benzeri oluşturmak için Bölge Düzenleyici.
- **[SA-MP Harita Düzenleyici](https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip)** - Popüler SA:MP Harita Düzenleyici.
- **[open.mp Sunucu Tarayıcısı](https://github.com/adib-yg/openmp-server-browser)** - Masaüstü için open.mp sunucu tarayıcı arayüzü.

## Kütüphaneler

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ description: Danh sách được tuyển chọn các tool, librarie, gamemode, f
- **[Pawn Syntax - Visual Marketplace](https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn)** - Pawn Syntax cho Visual Studio Code.
- **[SA-MP Zone Editor](https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads)** - Trình chỉnh sửa vùng để tạo vùng và các thứ khác.
- **[SA-MP Map Editor](https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip)** - Trình chỉnh sửa bản đồ cho SA:MP.
- **[open.mp Server Browser](https://github.com/adib-yg/openmp-server-browser)** - open.mp server trình duyệt GUI cho máy tính để bàn.

## Libraries

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ description: 精心整理的实用工具、库、游戏模式、滤镜脚本和
- **[Pawn语法 - Visual市场](https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn)** - Visual Studio Code的Pawn自动补全插件。
- **[SA-MP区域编辑器](https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads)** - 用于创建区域和其他内容的区域编辑器。
- **[SA-MP地图编辑器](https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip)** - 流行的SA:MP地图编辑器。
- **[open.mp服务器浏览器](https://github.com/adib-yg/openmp-server-browser)** - 桌面版open.mp服务器浏览器GUI。

## 库

Expand Down