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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
/frontend/i18n/sr/ @Trysha-rbrn
/frontend/i18n/es/ @Woscript @DestinyDragon49 @FreddieCrew @Fede5432
/frontend/i18n/tl/ @MySekwel
/frontend/i18n/zh-tw/ @SumiHeart
/frontend/i18n/zh-CN/ @dockfries
/frontend/i18n/zh-TW/ @SumiHeart
/frontend/i18n/ar/ @midosvt @ImOver00
/frontend/i18n/sv/ @fusez
/frontend/i18n/vi/ @PHATBENTRE
4 changes: 2 additions & 2 deletions frontend/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const config: Config = {
"th",
"tr",
"vi",
"zh-cn",
"zh-tw",
"zh-CN",
"zh-TW",
],
},

Expand Down
163 changes: 163 additions & 0 deletions frontend/i18n/zh-CN/docusaurus-plugin-content-docs/current/awesome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
---
title: Awesome
sidebar_label: Awesome
description: 精心整理的实用工具、库、游戏模式、滤镜脚本和插件列表,用于SA-MP开发。
---

## 工具

- **[社区编译器](https://github.com/pawn-lang/compiler)** - 经过大量更新的编译器版本,包含多项修复和增强功能。
- **[sampctl](https://github.com/Southclaws/sampctl)** - 用于安装库和运行服务器的包管理器。
- **[插件运行器](https://github.com/Zeex/samp-plugin-runner)** - 直接从命令行运行轻量级服务器版本的工具(无需server.cfg),用于测试插件。
- **[插件模板](https://github.com/Southclaws/samp-plugin-boilerplate)** - 通过模板快速创建插件。
- **[SA:MP 插件模板库](https://github.com/katursis/samp-ptl)** - 使用此模板库快速轻松地创建自定义插件。
- **[SA-MP 代码试验场](https://fiddle.sa-mp.dev)** - 测试脚本片段(代码片段、概念验证、调试等)并与他人分享的平台。
- **[Pawn语法 - Sublime](https://packagecontrol.io/packages/Pawn%20syntax)** - Sublime Text的Pawn自动补全插件。
- **[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。

## 库

- **[samp-stdlib](https://github.com/pawn-lang/samp-stdlib)** - 更新版默认包含文件,包含`const`修正、完整文档和功能。
- **[fixes.inc](https://github.com/pawn-lang/sa-mp-fixes)** - 针对大量SA:MP服务器bug的高度优化修复方案,即插即用。
- **[YSI-Includes](https://github.com/pawn-lang/YSI-Includes)** - 最古老、最庞大、测试最充分的SA:MP/pawn库,提供大量新游戏和语言功能。
- **[foreach](https://github.com/Open-GTO/foreach)** - 独立版foreach包含文件(非y_iterate版本)。
- **[amx_assembly](https://github.com/Zeex/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代码。
- **[扩展车辆信息](https://github.com/Vince0789/sa-mp-extended-vehicle-information)** - 将单机版大量车辆标志导入SQLite数据库。
- **[sqlitei](https://github.com/oscar-broman/sqlitei)** - SA-MP SQLite函数的高级API。
- **[weapon-config](https://github.com/oscar-broman/samp-weapon-config)** - 更稳定、响应更快的伤害系统,包含多项新功能。
- **[samp-geoip](https://github.com/Southclaws/SAMP-geoip)** - 基于IP地址的地理信息查询。
- **[progress2](https://github.com/Southclaws/progress2)** - 以进度条形式显示时间、生命值、车辆燃油等信息。
- **[weapon-data](https://github.com/Southclaws/samp-weapon-data)** - 精细调整、可自定义的武器数据。
- **[MV_Youtube](https://github.com/MichaelBelgium/MV_Youtube)** - 音频流的Youtube转换API。
- **[MySQL预处理语句](https://github.com/PatrickGTR/MySQL-Prepared-Statements)** - 为PAWN MySQL插件模拟预处理语句。
- **[samp-server-weapons](https://github.com/Brunoo16/samp-server-weapons)** - 完全由服务器控制的武器系统。
- **[actor_robbery](https://github.com/PatrickGTR/actor_robbery)** - 灵感来自GTA V商店抢劫,实现类似功能的actor_robbery.inc。
- **[samp-aviation](https://github.com/Southclaws/samp-aviation)** - SA-MP基础俯仰高度和滚转航向自动驾驶系统。
- **[samp-logger](https://github.com/Southclaws/samp-logger)** - 结构化日志记录工具,提供简单的日志记录和调试功能。
- **[TDW递归扫描器](https://github.com/tdworg/samp-include-rscan)** - 检测代码中递归调用的库。
- **[easyDialog](https://github.com/Awsomedude/easyDialog)** - 简化对话框使用流程。
- **[mdialog](https://github.com/Open-GTO/mdialog)** - 现代化对话框系统,类似easyDialog。
- **[模型尺寸增强版](https://github.com/Crayder/Model-Sizes-Plus)** - 更新版modelsizes包含文件,更精确的模型尺寸数据。
- **[physics.inc](https://github.com/uPeppe/physics.inc)** - 模拟2D和3D物理效果(真实运动、碰撞等)。
- **[samp-async-dialogs](https://github.com/AGraber/samp-async-dialogs)** - 通过PawnPlus任务实现异步对话框处理。
- **[speedcap.inc](https://github.com/openmultiplayer/archive/blob/master/includes/speedcap.inc)** - 控制车辆速度的包含文件。
- **[SA:MP指令猜测](https://github.com/Kirima2nd/samp-command-guess)** - 使用Levenshtein距离函数实现的SA:MP指令猜测器。
- **[vending](https://github.com/wuzi/vending)** - SA-MP服务端自动售货机系统。
- **[strlib](https://github.com/oscar-broman/strlib)** - 实用字符串函数集合。
- **[mathutil](https://github.com/ScavengeSurvive/mathutil)** - 实用数学函数集合。
- **[rotations.inc](https://github.com/sampctl/rotations.inc)** - Nero_3D rotations.inc提供的实用旋转函数集合。
- **[SA-MP距离函数](https://github.com/Y-Less/samp-distance)** - 实用距离检测函数集合。
- **[新SA-MP回调](https://github.com/emmet-jones/New-SA-MP-callbacks)** - 实用新回调函数集合。
- **[替代对话框](https://github.com/NexiusTailer/Alternative-Dialogs)** - 采用新设计的文本绘图对话框。
- **[eSelection](https://github.com/TommyB123/eSelection)** - 在游戏模式中创建动态模型选择菜单的功能。
- **[mSelection](https://github.com/alextwothousand/mSelection)** - 类似eSelection,但采用不同风格。
- **[RGB-文本绘图](https://github.com/adib-yg/SAMP-RGB-Textdraw)** - 为文本绘图添加RGB色彩支持。
- **[LangPlus](https://github.com/mysy00/LangPlus)** - open.mp服务器多语言支持库。
- **[beckzy的改装店](https://beckzy.net/index.php?action=downloads;sa=view;id=41)** - 服务端改装店包含文件。

## 指令处理器

- **[I-ZCMD](https://github.com/YashasSamaga/I-ZCMD)** - ZCMD的改进版本。
- **[Pawn.CMD](https://github.com/katursis/Pawn.CMD)** - 比任何其他指令处理器更快速。
- **[y_commands](https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Visual/y_commands.md)** - YSI包含文件中的指令处理器

## 插件

- **[JIT](https://github.com/Zeex/samp-plugin-jit)** - 代码稳定后使用可显著提升运行速度。
- **[CrashDetect](https://github.com/Zeex/samp-plugin-crashdetect)** - 开发阶段用于发现错误的工具。
- **[性能分析器](https://github.com/Zeex/samp-plugin-profiler)** - SA-MP服务器性能分析插件。
- **[sscanf](https://github.com/Y-Less/sscanf)** - 将字符串转换为多种值类型(整数、浮点数、玩家等)。
- **[MySQL插件](https://github.com/pBlueG/SA-MP-MySQL)** - 连接服务器到MySQL数据库。
- **[流加载插件](https://github.com/samp-incognito/samp-streamer-plugin)** - 突破SA:MP多项限制(物体、拾取物等)。
- **[原生检查器](https://github.com/openmultiplayer/archive/raw/master/plugins/nativechecker.zip)** - 服务器启动时检查原生函数。
- **[FCNPC](https://github.com/ziggi/FCNPC)** - 增强标准NPC功能的插件(截至2023年1月暂不支持open.mp)。
- **[文件管理器](https://github.com/JaTochNietDan/SA-MP-FileManager)** - 允许管理根目录文件(不限于scriptfiles目录)。
- **[Pawn.Raknet](https://github.com/katursis/Pawn.RakNet)** - 分析RakNet网络流量。
- **[samp-precise-timers](https://github.com/bmisiak/samp-precise-timers)** - 提供精确定时器的Rust插件(open.mp已内置此功能)。
- **[PawnPlus](https://github.com/IllidanS4/PawnPlus)** - 通过新结构、数据类型和编程技术扩展Pawn语言。
- **[PAWN内存访问](https://github.com/BigETI/pawn-memory)** - 允许在PAWN中分配和释放堆内存。
- **[原生回退](https://github.com/IllidanS4/NativeFallback)** - 为未注册原生函数提供回退实现。
- **[YSF](https://github.com/IllidanS4/YSF)** - 通过内存编辑和钩子实现服务器功能扩展(部分功能已集成至open.mp)。
- **[SKY](https://github.com/oscar-broman/SKY)** - 提供底层功能实现强大脚本操作。
- **[Pawn.Regex](https://github.com/katursis/Pawn.Regex)** - 为Pawn添加正则表达式支持。
- **[pawn-scraper](https://github.com/Sreyas-Sreelal/pawn-scraper)** - 支持HTML解析和CSS选择器的强大爬虫插件。
- **[TOTP](https://github.com/philip1337/samp-plugin-totp)** - 在游戏模式中使用TOTP身份验证。
- **[DNS插件](https://github.com/samp-incognito/samp-dns-plugin)** - 提供DNS正反向查询功能。
- **[MapAndreas](https://github.com/Southclaws/samp-plugin-mapandreas)** - 加载不同高度图并查询坐标海拔。
- **[ColAndreas](https://github.com/Pottus/ColAndreas)** - 使用Bullet物理库模拟圣安地列斯世界碰撞。
- **[路径查找器](https://bitbucket.org/Pamdex/pathfinder/src/master)** - 计算圣安地列斯地图点对点路径。
- **[自定义查询洪水检测](https://github.com/spmn/samp-custom-query-flood-check)** - 自定义防御查询洪水攻击。
- **[sampml](https://github.com/YashasSamaga/sampml)** - 简化机器学习工具包(包含自瞄检测功能)。
- **[TgConnector](https://github.com/Sreyas-Sreelal/tgconnector)** - 通过SA-MP与Telegram机器人交互的插件。
- **[Discord连接器](https://github.com/maddinat0r/samp-discord-connector)** - 在PAWN脚本中控制Discord机器人。
- **[TS连接器](https://github.com/maddinat0r/samp-tsconnector)** - 在PAWN脚本中控制TeamSpeak3服务器。
- **[IRC插件](https://github.com/samp-incognito/samp-irc-plugin)** - 创建和管理IRC机器人。
- **[pawn-requests](https://github.com/Southclaws/pawn-requests)** - 提供HTTP(S) API交互接口,支持文本和JSON数据类型。
- **[pawn-redis](https://github.com/Southclaws/pawn-redis)** - 访问快速内存数据库和异步消息通道。
- **[Chrono](https://github.com/Southclaws/pawn-chrono)** - 现代日期时间处理库。
- **[俄语文本修复](https://github.com/ziggi/rustext)** - 修复GameText、TextDraw和Menu的俄语显示问题。
- **[高级昵称系统](https://github.com/KrYpToDeN/Advanced-SA-NickName)** - 支持任意字符的昵称系统。
- **[SAMPSON](https://github.com/Hual/SAMPSON)** - SA-MP JSON插件。
- **[samp-chatbot](https://github.com/SimoSbara/samp-chatbot)** - 游戏内AI聊天机器人插件。
- **[SA-MP BitStream崩溃修复](https://github.com/AmyrAhmady/samp-bscrashfix)** - 修复BitStream读取溢出问题。
- **[pawn-json](https://github.com/Southclaws/pawn-json)** - Pawn版JSON处理库。

## 客户端-服务器插件

- **[SA-MP+](https://github.com/Hual/SA-MP-Plus)** - 通过插件SDK与服务器交互并添加新功能的客户端修改版。
- **[CHandling](https://github.com/dotSILENT/chandling)** - 为单个车辆分配独立操控数据的功能。
- **[SAMPVOICE](https://github.com/CyberMor/sampvoice)** - 为SA:MP服务器实现语音通信系统。
- **[按键监听器](https://github.com/CyberMor/keylistener)** - 追踪任意按键操作的客户端-服务器插件。
- **[SA-MP CEF](https://github.com/ZOTTCE/samp-cef)** - 嵌入CEF的客户端和服务器插件。
- **[SAMP_AC_v2](https://github.com/Whitetigerswt/SAMP_AC_v2)** - SA:MP客户端反作弊系统。

## 加密插件

- **[whirlpool](https://github.com/Southclaws/samp-whirlpool)** - SA:MP版Whirlpool加密插件。
- **[SyS的bcrypt插件](https://github.com/Sreyas-Sreelal/samp-bcrypt)** - Sreyas Sreelal开发的Bcrypt加密插件。
- **[lassir的bcrypt插件](https://github.com/lassir/bcrypt-samp)** - lassir开发的Bcrypt加密插件。
- **[samp-crypto](https://github.com/alextwothousand/samp-crypto)** - 支持Argon2、Scrypt和Bcrypt的加密函数集合。
- **[SHA512](https://github.com/openmultiplayer/archive/raw/master/plugins/SHA512.zip)** - SA:MP版SHA512加密插件。

## GDK/SDK

现在无需插件即可使用open.mp通过其他语言编写脚本,详见[此博客文章](https://www.open.mp/blog/release-candidate-1)

- **[sampsdk](https://github.com/Zeex/samp-plugin-sdk)** - 插件开发基础SDK。
- **[sampgdk](https://github.com/Zeex/sampgdk)** - C/C++语言支持(编写SA:MP游戏模式)
- **[SampSharp](https://github.com/ikkentim/SampSharp)** - C#语言支持(编写SA:MP游戏模式)
- **[.NET插件](https://github.com/Seregamil/.NET-plugin)** - C#语言支持(编写SA:MP插件)
- **[sampgo](https://github.com/sampgo/sampgo)** - Go语言支持(编写SA:MP游戏模式/插件)
- **[samp-node](https://github.com/AmyrAhmady/samp-node)** - JavaScript/TypeScript语言支持(编写SA:MP游戏模式)
- **[Shoebill项目](https://github.com/Shoebill/ShoebillPlugin)** - Java语言支持(编写SA:MP游戏模式)
- **[pySAMP](https://github.com/habecker/PySAMP)** - Python语言支持(编写SA:MP游戏模式)
- **[samp-rs](https://github.com/ZOTTCE/samp-rs)** - Rust语言支持(编写SA:MP插件)
- **[Yet Another Lua插件](https://github.com/IllidanS4/YALP)** - Lua语言支持(编写SA:MP游戏模式)
- **[SAMPHP](https://github.com/Lapayo/SAMPHP)** - PHP语言支持(编写SA:MP游戏模式)
- **[SA-MP S[D]K](https://github.com/Hual/SA-MP-S-D-K)** - D语言支持(编写SA:MP游戏模式)
- **[Kamp](https://github.com/Double-O-Seven/kamp)** - Kotlin语言支持(编写SA:MP游戏模式)

## 游戏模式

- **[简单基础脚本](https://github.com/midosvt/omp-base-script)** - 帮助新手入门的简单基础脚本。
- **[ScavengeSurvive](https://github.com/Southclaws/ScavengeSurvive)** - 基于PvP的生存游戏模式。
- **[gta-open](https://github.com/PatrickGTR/gta-open)** - 以洛圣都为背景的警察与劫匪模式。
- **[SF-CnR](https://github.com/zeelorenc/sf-cnr)** - 圣菲耶罗警察与劫匪游戏模式。
- **[次世代角色扮演](https://github.com/NextGenerationGamingLLC/SA-MP-Development)** - 次世代游戏公司的SA:MP游戏模式。
- **[SC-RP](https://github.com/seanny/SC-RP)** - 支持MySQL的角色扮演游戏模式。

## 滤镜脚本

- **[地图修复](https://github.com/NexiusTailer/MapFix)** - 修复GTA圣安地列斯地图的纹理错误。
- **[SA:MP动画浏览器](https://github.com/Southclaws/samp-animbrowse)** - SA:MP动画浏览工具。
- **[检测安卓用户](https://github.com/Fairuz-Afdhal/IsPlayerUsingAndroid)** - 检测玩家是否使用安卓设备。
- **[文本绘图编辑器](https://github.com/Nickk888SAMP/TextDraw-Editor)** - 功能丰富的文本绘图编辑器。
- **[终极创造器](https://github.com/NexiusTailer/Ultimate-Creator)** - 具备多项功能的先进地图编辑器。
- **[Fusez地图编辑器](https://github.com/fusez/Map-Editor-V3)** - 游戏内地图编辑器。
- **[材质工作室](https://github.com/Pottus/Texture-Studio)** - 支持16种材质索引和颜色设置的室内地图编辑器。
Loading