<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[samp | open.mp 联机社区论坛 - 发布]]></title>
		<link>https://open-mp.cn/</link>
		<description><![CDATA[samp | open.mp 联机社区论坛 - https://open-mp.cn]]></description>
		<pubDate>Mon, 04 May 2026 12:37:57 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[服务器开发 精选资源清单]]></title>
			<link>https://open-mp.cn/showthread.php?tid=27</link>
			<pubDate>Sun, 22 Mar 2026 00:24:28 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://open-mp.cn/member.php?action=profile&uid=3">小鸟unsigned</a>]]></dc:creator>
			<guid isPermaLink="false">https://open-mp.cn/showthread.php?tid=27</guid>
			<description><![CDATA[<hr class="mycode_hr" />
为 SA-MP 开发精选的实用工具、库、游戏模式、滤镜脚本和插件列表。<br />
<hr class="mycode_hr" />
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">工具</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/compiler" target="_blank" rel="noopener" class="mycode_url">Community Compiler</a></span> - 一个大幅更新的编译器版本，包含众多修复和增强功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/sampctl" target="_blank" rel="noopener" class="mycode_url">sampctl</a></span> - 用于安装库和运行服务器的包管理器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Zeex/samp-plugin-runner" target="_blank" rel="noopener" class="mycode_url">Plugin Runner</a></span> - 用于直接从命令行运行轻量级服务器版本（无需 server.cfg）以测试插件的工具。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-plugin-boilerplate" target="_blank" rel="noopener" class="mycode_url">Plugin Boilerplate</a></span> - 通过样板代码简化插件的创建。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/katursis/samp-ptl" target="_blank" rel="noopener" class="mycode_url">SA:MP Plugin Template Library</a></span> - 使用此模板库，可以非常轻松快速地制作自己的插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://fiddle.sa-mp.dev" target="_blank" rel="noopener" class="mycode_url">SA-MP Fiddle</a></span> - 一个测试脚本（代码片段、概念验证、调试等）并分享给其他人的地方。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://packagecontrol.io/packages/Pawn%20syntax" target="_blank" rel="noopener" class="mycode_url">Pawn Syntax - Sublime</a></span> - 为 Sublime Text 提供的 Pawn 自动补全。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn" target="_blank" rel="noopener" class="mycode_url">Pawn Syntax - Visual Marketplace</a></span> - 为 Visual Studio Code 提供的 Pawn 自动补全。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads" target="_blank" rel="noopener" class="mycode_url">SA-MP Zone Editor</a></span> - 用于制作区域等的区域编辑器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip" target="_blank" rel="noopener" class="mycode_url">SA-MP Map Editor</a></span> - 流行的 SA:MP 地图编辑器。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">库</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/samp-stdlib" target="_blank" rel="noopener" class="mycode_url">samp-stdlib</a></span> - 默认包含文件的更新版本。<code style="background:#f0f0f0;border:1px solid #ddd;padding:1px 5px;border-radius:3px;font-family:Consolas,monospace;font-size:0.9em;">const</code> 正确、文档齐全且完整。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/sa-mp-fixes" target="_blank" rel="noopener" class="mycode_url">fixes.inc</a></span> - 针对大量 SA:MP 服务器错误的高度优化修复。即插即用。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/YSI-Includes" target="_blank" rel="noopener" class="mycode_url">YSI-Includes</a></span> - 为 SA:MP/pawn 开发的最古老、最大、经过最充分测试且支持最完善的库，提供了大量新的游戏和语言特性。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Open-GTO/foreach" target="_blank" rel="noopener" class="mycode_url">foreach</a></span> - 独立的 foreach 包含文件（非 y_iterate 版本）。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/amx_assembly" target="_blank" rel="noopener" class="mycode_url">amx_assembly</a></span> - 对 pawn 脚本本身的底层访问。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/md-sort" target="_blank" rel="noopener" class="mycode_url">md-sort</a></span> - 在 Pawn 中对多维数组进行排序。修改数组的内部指针，而不是复制数据。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Y-Less/indirection" target="_blank" rel="noopener" class="mycode_url">indirection</a></span> - 用于传递指针和间接调用函数的系统，并提供了自定义调用的抽象方法。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Y-Less/code-parse.inc" target="_blank" rel="noopener" class="mycode_url">code-parse.inc</a></span> - 在编译时解析和自定义 pawn 代码。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Vince0789/sa-mp-extended-vehicle-information" target="_blank" rel="noopener" class="mycode_url">Extended Vehicle Information</a></span> - 将单人游戏中的大量车辆标志导入 SQLite 数据库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/sqlitei" target="_blank" rel="noopener" class="mycode_url">sqlitei</a></span> - 为 SA-MP SQLite 函数提供的高级 API。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/samp-weapon-config" target="_blank" rel="noopener" class="mycode_url">weapon-config</a></span> - 更一致、响应更快的伤害系统，并包含许多新特性。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/SAMP-geoip" target="_blank" rel="noopener" class="mycode_url">samp-geoip</a></span> - 基于 IP 地址的地理位置信息。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/progress2" target="_blank" rel="noopener" class="mycode_url">progress2</a></span> - 将时间、生命值、车辆燃料等内容显示为进度条。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/itsneufox/GameText-Plus" target="_blank" rel="noopener" class="mycode_url">GameText+</a></span> - 一个为 SA-MP 和 open.mp 改进原生 GameText 的包含文件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-weapon-data" target="_blank" rel="noopener" class="mycode_url">weapon-data</a></span> - 精细调校、可自定义的武器数据。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/MichaelBelgium/MV_Youtube" target="_blank" rel="noopener" class="mycode_url">MV_Youtube</a></span> - 用于音频流的 YouTube 转换器 API。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/PatrickGTR/MySQL-Prepared-Statements" target="_blank" rel="noopener" class="mycode_url">MySQL Prepared Statements</a></span> - 为 PAWN MySQL 插件模拟预处理语句。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Brunoo16/samp-server-weapons" target="_blank" rel="noopener" class="mycode_url">samp-server-weapons</a></span> - 完全由服务器控制的武器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/PatrickGTR/actor_robbery" target="_blank" rel="noopener" class="mycode_url">actor_robbery</a></span> - 灵感来自 GTA V 的商店抢劫。actor_robbery.inc 模仿了该功能！<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-aviation" target="_blank" rel="noopener" class="mycode_url">samp-aviation</a></span> - 一个基于俯仰角的高度自动控制和基于横滚角的航向自动控制的基础系统。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-logger" target="_blank" rel="noopener" class="mycode_url">samp-logger</a></span> - 简单的结构化日志记录器，提供了一组简单的日志记录和调试函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/tdworg/samp-include-rscan" target="_blank" rel="noopener" class="mycode_url">TDW Recursion Scanner</a></span> - 一个查找代码中递归的库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Awsomedude/easyDialog" target="_blank" rel="noopener" class="mycode_url">easyDialog</a></span> - 简化对话框的通用使用方法。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Open-GTO/mdialog" target="_blank" rel="noopener" class="mycode_url">mdialog</a></span> - 现代化的对话框系统，类似于 easyDialog。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Crayder/Model-Sizes-Plus" target="_blank" rel="noopener" class="mycode_url">Model Sizes Plus</a></span> - 更新、更高级、更精确的旧版 modelsizes 包含文件版本。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/uPeppe/physics.inc" target="_blank" rel="noopener" class="mycode_url">physics.inc</a></span> - 模拟 2D 和 3D 物理效果（真实运动、碰撞等）。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/AGraber/samp-async-dialogs" target="_blank" rel="noopener" class="mycode_url">samp-async-dialogs</a></span> - 使用 PawnPlus 任务的异步对话框处理。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/openmultiplayer/archive/blob/master/includes/speedcap.inc" target="_blank" rel="noopener" class="mycode_url">speedcap.inc</a></span> - 一个控制车辆速度的包含文件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Kirima2nd/samp-command-guess" target="_blank" rel="noopener" class="mycode_url">SA:MP Command Guess</a></span> - 使用莱文斯坦距离函数为 SA:MP 实现的命令猜测器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/wuzi/vending" target="_blank" rel="noopener" class="mycode_url">vending</a></span> - SA-MP 的服务器端自动售货机。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/strlib" target="_blank" rel="noopener" class="mycode_url">strlib</a></span> - 一系列实用的字符串函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ScavengeSurvive/mathutil" target="_blank" rel="noopener" class="mycode_url">mathutil</a></span> - 一系列实用的数学函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/sampctl/rotations.inc" target="_blank" rel="noopener" class="mycode_url">rotations.inc</a></span> - 一系列实用的旋转函数，来源于 Nero_3D 的 rotations.inc。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Y-Less/samp-distance" target="_blank" rel="noopener" class="mycode_url">SA-MP Distance Functions</a></span> - 一系列实用的距离检测函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/emmet-jones/New-SA-MP-callbacks" target="_blank" rel="noopener" class="mycode_url">New SA-MP callbacks</a></span> - 一系列实用的新回调函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/NexiusTailer/Alternative-Dialogs" target="_blank" rel="noopener" class="mycode_url">Alternative Dialogs</a></span> - 具有全新设计的文本绘图对话框。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/TommyB123/eSelection" target="_blank" rel="noopener" class="mycode_url">eSelection</a></span> - 增加在 SA-MP 游戏模式中创建动态模型选择菜单的功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/alextwothousand/mSelection" target="_blank" rel="noopener" class="mycode_url">mSelection</a></span> - 与 eSelection 类似，但风格不同。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/adib-yg/SAMP-RGB-Textdraw" target="_blank" rel="noopener" class="mycode_url">RGB-Textdraw</a></span> - 为文本绘图添加 RGB 颜色支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/mysy00/LangPlus" target="_blank" rel="noopener" class="mycode_url">LangPlus</a></span> - 为 open.mp 服务器提供的多语言库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://beckzy.net/index.php?action=downloads;sa=view;id=41" target="_blank" rel="noopener" class="mycode_url">beckzy's mod shops</a></span> - 一个用于服务器端改装店的包含文件。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">命令处理器</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/YashasSamaga/I-ZCMD" target="_blank" rel="noopener" class="mycode_url">I-ZCMD</a></span> - ZCMD 的改进版本。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/katursis/Pawn.CMD" target="_blank" rel="noopener" class="mycode_url">Pawn.CMD</a></span> - 比任何其他命令处理器都快。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Visual/y_commands.md" target="_blank" rel="noopener" class="mycode_url">y_commands</a></span> - 来自 YSI Includes 的命令处理器。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">插件</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Foundation-PAWN/samp-plugin-jit-backup" target="_blank" rel="noopener" class="mycode_url">JIT</a></span> - 代码稳定后，使用此插件可以显著提高速度。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/AmyrAhmady/samp-plugin-crashdetect" target="_blank" rel="noopener" class="mycode_url">CrashDetect</a></span> - 在测试期间用于查找错误的开发工具。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Foundation-PAWN/samp-plugin-profiler-backup" target="_blank" rel="noopener" class="mycode_url">Profiler</a></span> - SA-MP 服务器的性能分析器插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Y-Less/sscanf" target="_blank" rel="noopener" class="mycode_url">sscanf</a></span> - 将字符串转换为多个值、整数、浮点数、玩家等。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pBlueG/SA-MP-MySQL" target="_blank" rel="noopener" class="mycode_url">MySQL Plugin</a></span> - 将服务器连接到 MySQL 数据库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/samp-incognito/samp-streamer-plugin" target="_blank" rel="noopener" class="mycode_url">Streamer Plugin</a></span> - 绕过许多 SA:MP 限制，例如物体和拾取物的数量限制。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/openmultiplayer/archive/raw/master/plugins/nativechecker.zip" target="_blank" rel="noopener" class="mycode_url">nativechecker</a></span> - 在服务器启动时检查原生函数。在 open.mp 中不需要，因为 open.mp 自带原生函数检查机制。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ziggi/FCNPC" target="_blank" rel="noopener" class="mycode_url">FCNPC</a></span> - 一个为 SA-MP 服务器添加大量功能给现有标准 NPC 的插件。它在 open.mp 中无法使用，但你可以改用官方的 NPC 组件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/JaTochNietDan/SA-MP-FileManager" target="_blank" rel="noopener" class="mycode_url">FileManager</a></span> - 允许你管理根文件夹中的文件和文件夹（通过此插件，不局限于 scriptfiles 服务器目录）。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/katursis/Pawn.RakNet" target="_blank" rel="noopener" class="mycode_url">Pawn.Raknet</a></span> - 允许你分析 RakNet 流量。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/bmisiak/samp-precise-timers" target="_blank" rel="noopener" class="mycode_url">samp-precise-timers</a></span> - 一个用 Rust 编写的 SA-MP 插件，提供精确计时器。在 open.mp 中不需要，因为 open.mp 自带精确计时器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/IllidanS4/PawnPlus" target="_blank" rel="noopener" class="mycode_url">PawnPlus</a></span> - 通过新的结构、数据类型和编程技术扩展 Pawn 脚本语言的可能性。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/BigETI/pawn-memory" target="_blank" rel="noopener" class="mycode_url">PAWN memory access</a></span> - 允许在 PAWN 中从堆中分配和释放内存。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/IllidanS4/NativeFallback" target="_blank" rel="noopener" class="mycode_url">Native Fallback</a></span> - SA-MP 插件，为未注册的原生函数提供回退实现。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/IllidanS4/YSF" target="_blank" rel="noopener" class="mycode_url">YSF</a></span> - 一个旨在从服务器中挖掘最大可能性的插件，主要通过内存编辑和钩子实现。它的许多功能现在已经内置在 open.mp 中。请参阅 <a href="https://github.com/openmultiplayer/open.mp/issues/189" target="_blank" rel="noopener" class="mycode_url">这个 github issue</a> 了解功能列表。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/SKY" target="_blank" rel="noopener" class="mycode_url">SKY</a></span> - 该插件提供底层函数，让 Pawn 脚本能够执行强大的操作。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/katursis/Pawn.Regex" target="_blank" rel="noopener" class="mycode_url">Pawn.Regex</a></span> - 为 Pawn 添加正则表达式支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Sreyas-Sreelal/pawn-scraper" target="_blank" rel="noopener" class="mycode_url">pawn-scraper</a></span> - 一个强大的爬虫插件，提供了在 pawn 中使用 html 解析器和 css 选择器的接口。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/philip1337/samp-plugin-totp" target="_blank" rel="noopener" class="mycode_url">TOTP</a></span> - 允许在 sa-mp 游戏模式中使用 TOTP 身份验证。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/samp-incognito/samp-dns-plugin" target="_blank" rel="noopener" class="mycode_url">DNS Plugin</a></span> - 该插件提供 DNS 查找和反向 DNS 查找的功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-plugin-mapandreas" target="_blank" rel="noopener" class="mycode_url">MapAndreas</a></span> - 允许你加载不同的高度图并检查 x, y 坐标处的最低高度。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Pottus/ColAndreas" target="_blank" rel="noopener" class="mycode_url">ColAndreas</a></span> - 创建一个圣安地列斯世界的模拟。使用 Bullet Physics 库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://bitbucket.org/Pamdex/pathfinder/src/master" target="_blank" rel="noopener" class="mycode_url">PathFinder</a></span> - 允许你计算圣安地列斯地图上从 A 点到 B 点的路线。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/spmn/samp-custom-query-flood-check" target="_blank" rel="noopener" class="mycode_url">Custom Query Flood Check</a></span> - 编写针对查询洪水攻击的自定义保护措施。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/YashasSamaga/sampml" target="_blank" rel="noopener" class="mycode_url">sampml</a></span> - 简化的机器学习工具包及相关 SAMP 项目（如自瞄检测）。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Sreyas-Sreelal/tgconnector" target="_blank" rel="noopener" class="mycode_url">TgConnector</a></span> - 一个电报连接器插件，帮助通过 SA-MP 与电报机器人交互。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/maddinat0r/samp-discord-connector" target="_blank" rel="noopener" class="mycode_url">Discord connector</a></span> - 允许你从 PAWN 脚本中控制 Discord 机器人。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/maddinat0r/samp-tsconnector" target="_blank" rel="noopener" class="mycode_url">TSConnector</a></span> - 允许你从 PAWN 脚本中控制 Teamspeak3 服务器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/samp-incognito/samp-irc-plugin" target="_blank" rel="noopener" class="mycode_url">IRC Plugin</a></span> - 允许通过 SA-MP 服务器创建和管理 IRC 机器人。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/pawn-requests" target="_blank" rel="noopener" class="mycode_url">pawn-requests</a></span> - 提供了一个与 HTTP(S) API 交互的 API，支持文本和 JSON 数据类型。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/pawn-redis" target="_blank" rel="noopener" class="mycode_url">pawn-redis</a></span> - 授予对快速内存数据库的访问权限，以及与其他程序之间的异步消息通道。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/pawn-chrono" target="_blank" rel="noopener" class="mycode_url">Chrono</a></span> - 一个用于处理日期和时间的现代 Pawn 库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ziggi/rustext" target="_blank" rel="noopener" class="mycode_url">rustext</a></span> - SA-MP 的俄文文本修复插件：修复 GameText、TextDraw 和 Menu。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/KrYpToDeN/Advanced-SA-NickName" target="_blank" rel="noopener" class="mycode_url">Advanced SA NickName</a></span> - 支持昵称中的任何符号。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Hual/SAMPSON" target="_blank" rel="noopener" class="mycode_url">SAMPSON</a></span> - 一个 SA-MP 的 JSON 插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/SimoSbara/samp-chatbot" target="_blank" rel="noopener" class="mycode_url">samp-chatbot</a></span> - 一个用于在游戏内进行 AI 聊天机器人通信的 GTA SAMP 插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/AmyrAhmady/samp-bscrashfix" target="_blank" rel="noopener" class="mycode_url">SAMP BitStream Crash Fix</a></span> - 修复了 BitStream 读取溢出的问题。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/pawn-json" target="_blank" rel="noopener" class="mycode_url">pawn-json</a></span> - 为 Pawn 提供的 JSON 支持。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">客户端-服务器插件</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Hual/SA-MP-Plus" target="_blank" rel="noopener" class="mycode_url">SA-MP+</a></span> - 一个客户端修改，利用 SA-MP 的插件 SDK 与服务器交互并添加新功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/dotSILENT/chandling" target="_blank" rel="noopener" class="mycode_url">CHandling</a></span> - 通过修改游戏的默认行为，为单个车辆分配车辆操控数据的功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/CyberMor/sampvoice" target="_blank" rel="noopener" class="mycode_url">SAMPVOICE</a></span> - 在 SA:MP 服务器的 Pawn 语言中实现语音通信系统。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/CyberMor/keylistener" target="_blank" rel="noopener" class="mycode_url">KeyListener</a></span> - 用于跟踪任何按键的客户端-服务器插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ZOTTCE/samp-cef" target="_blank" rel="noopener" class="mycode_url">SAMP CEF</a></span> - 为 SA:MP 嵌入 CEF 的客户端和服务器插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Whitetigerswt/SAMP_AC_v2" target="_blank" rel="noopener" class="mycode_url">SAMP_AC_v2</a></span> - SA:MP 客户端反作弊。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">加密插件</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-whirlpool" target="_blank" rel="noopener" class="mycode_url">whirlpool</a></span> - SA:MP 的 Whirlpool 加密插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Sreyas-Sreelal/samp-bcrypt" target="_blank" rel="noopener" class="mycode_url">SyS' bcrypt Plugin</a></span> - 由 Sreyas Sreelal 为 SA:MP 制作的 Bcrypt 加密插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/lassir/bcrypt-samp" target="_blank" rel="noopener" class="mycode_url">lassir's bcrypt Plugin</a></span> - 由 lassir 为 SA:MP 制作的 Bcrypt 加密插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/alextwothousand/samp-crypto" target="_blank" rel="noopener" class="mycode_url">samp-crypto</a></span> - 为 SA:MP 提供的一系列加密函数，如 Argon2、Scrypt 和 Bcrypt。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/openmultiplayer/archive/raw/master/plugins/SHA512.zip" target="_blank" rel="noopener" class="mycode_url">SHA512</a></span> - SA:MP 的 SHA512 加密插件。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">GDK/SDK</h3><br />
<br />
现在，你可以使用 open.mp 在不借助任何插件的情况下，用 Pawn 以外的语言编写脚本。请参阅 <a href="https://www.open.mp/blog/release-candidate-1" target="_blank" rel="noopener" class="mycode_url">这篇博客文章</a>。<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/maddinat0r/samp-plugin-sdk" target="_blank" rel="noopener" class="mycode_url">sampsdk</a></span> - 这是开发插件所需的最基本内容。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Foundation-PAWN/sampgdk-backup" target="_blank" rel="noopener" class="mycode_url">sampgdk</a></span> - 为 SA:MP 编写游戏模式的 C/C++ 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ikkentim/SampSharp" target="_blank" rel="noopener" class="mycode_url">SampSharp</a></span> - 为 SA:MP 编写游戏模式的 C# 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Seregamil/.NET-plugin" target="_blank" rel="noopener" class="mycode_url">.NET Plugin</a></span> - 为 SA:MP 编写插件的 C# 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/sampgo/sampgo" target="_blank" rel="noopener" class="mycode_url">sampgo</a></span> - 为 SA:MP 编写游戏模式/插件的 Go 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/AmyrAhmady/samp-node" target="_blank" rel="noopener" class="mycode_url">samp-node</a></span> - 为 SA:MP 编写游戏模式的 Javascript/Typescript 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Shoebill/ShoebillPlugin" target="_blank" rel="noopener" class="mycode_url">Shoebill Project</a></span> - 为 SA:MP 编写游戏模式的 Java 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/habecker/PySAMP" target="_blank" rel="noopener" class="mycode_url">pySAMP</a></span> - 为 SA:MP 编写游戏模式的 Python 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ZOTTCE/samp-rs" target="_blank" rel="noopener" class="mycode_url">samp-rs</a></span> - 为 SA:MP 编写插件的 Rust 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/IllidanS4/YALP" target="_blank" rel="noopener" class="mycode_url">Yet Another Lua Plugin</a></span> - 为 SA:MP 编写游戏模式的 Lua 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Lapayo/SAMPHP" target="_blank" rel="noopener" class="mycode_url">SAMPHP</a></span> - 为 SA:MP 编写游戏模式的 PHP 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">[SA-MP S[D]K](<a href="https://github.com/Hual/SA-MP-S-D-K" target="_blank" rel="noopener" class="mycode_url">https://github.com/Hual/SA-MP-S-D-K</a>)</span> - 为 SA:MP 编写游戏模式的 D 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Double-O-Seven/kamp" target="_blank" rel="noopener" class="mycode_url">Kamp</a></span> - 为 SA:MP 编写游戏模式的 Kotlin 语言支持。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">游戏模式</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/midosvt/omp-base-script" target="_blank" rel="noopener" class="mycode_url">Simple base script</a></span> - 一个帮助初学者入门的简单基础脚本。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/ScavengeSurvive" target="_blank" rel="noopener" class="mycode_url">ScavengeSurvive</a></span> - 基于 PvP 的生存游戏模式。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/PatrickGTR/gta-open" target="_blank" rel="noopener" class="mycode_url">gta-open</a></span> - 一个以洛圣都为背景的警察与匪徒模式。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/zeelorenc/sf-cnr" target="_blank" rel="noopener" class="mycode_url">SF-CnR</a></span> - 为 SA-MP 开发的圣费耶罗警察与匪徒游戏模式。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/NextGenerationGamingLLC/SA-MP-Development" target="_blank" rel="noopener" class="mycode_url">Next Generation Roleplay</a></span> - Next Generation Gaming, LLC 的 SA:MP 游戏模式。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/seanny/SC-RP" target="_blank" rel="noopener" class="mycode_url">SC-RP</a></span> - 一个支持 MySQL 的角色扮演游戏模式。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">滤镜脚本</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/NexiusTailer/MapFix" target="_blank" rel="noopener" class="mycode_url">MapFix</a></span> - 修复 GTA 圣安地列斯地图的纹理错误。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-animbrowse" target="_blank" rel="noopener" class="mycode_url">SA:MP Animbrowse</a></span> - SA:MP 的动画浏览器工具。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Fairuz-Afdhal/IsPlayerUsingAndroid" target="_blank" rel="noopener" class="mycode_url">IsPlayerUsingAndroid</a></span> - 检查玩家是否为安卓用户。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Nickk888SAMP/TextDraw-Editor" target="_blank" rel="noopener" class="mycode_url">Nickk's TextDraw Editor</a></span> - 一个具有丰富功能的文本绘图编辑器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/nexquery/samp-textdraw-editor" target="_blank" rel="noopener" class="mycode_url">Nexor's Textdraw Editor</a></span> - 此编辑器提供许多功能，如分组、恢复删除的文本、撤销更改、从文件导入文本绘图等。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/NexiusTailer/Ultimate-Creator" target="_blank" rel="noopener" class="mycode_url">Ultimate Creator</a></span> - 具有众多功能的高级地图编辑器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/fusez/Map-Editor-V3" target="_blank" rel="noopener" class="mycode_url">Fusez's Map Editor</a></span> - SA:MP 的游戏内地图编辑器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Pottus/Texture-Studio" target="_blank" rel="noopener" class="mycode_url">Texture Studio</a></span> - 这是一个游戏内地图编辑器，允许你为物体贴图，最多支持材质索引 15（16 种材质），并可为该材质索引设置颜色。<br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<hr class="mycode_hr" />
为 SA-MP 开发精选的实用工具、库、游戏模式、滤镜脚本和插件列表。<br />
<hr class="mycode_hr" />
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">工具</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/compiler" target="_blank" rel="noopener" class="mycode_url">Community Compiler</a></span> - 一个大幅更新的编译器版本，包含众多修复和增强功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/sampctl" target="_blank" rel="noopener" class="mycode_url">sampctl</a></span> - 用于安装库和运行服务器的包管理器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Zeex/samp-plugin-runner" target="_blank" rel="noopener" class="mycode_url">Plugin Runner</a></span> - 用于直接从命令行运行轻量级服务器版本（无需 server.cfg）以测试插件的工具。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-plugin-boilerplate" target="_blank" rel="noopener" class="mycode_url">Plugin Boilerplate</a></span> - 通过样板代码简化插件的创建。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/katursis/samp-ptl" target="_blank" rel="noopener" class="mycode_url">SA:MP Plugin Template Library</a></span> - 使用此模板库，可以非常轻松快速地制作自己的插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://fiddle.sa-mp.dev" target="_blank" rel="noopener" class="mycode_url">SA-MP Fiddle</a></span> - 一个测试脚本（代码片段、概念验证、调试等）并分享给其他人的地方。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://packagecontrol.io/packages/Pawn%20syntax" target="_blank" rel="noopener" class="mycode_url">Pawn Syntax - Sublime</a></span> - 为 Sublime Text 提供的 Pawn 自动补全。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn" target="_blank" rel="noopener" class="mycode_url">Pawn Syntax - Visual Marketplace</a></span> - 为 Visual Studio Code 提供的 Pawn 自动补全。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads" target="_blank" rel="noopener" class="mycode_url">SA-MP Zone Editor</a></span> - 用于制作区域等的区域编辑器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/openmultiplayer/archive/raw/master/tools/Map%20Editor.zip" target="_blank" rel="noopener" class="mycode_url">SA-MP Map Editor</a></span> - 流行的 SA:MP 地图编辑器。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">库</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/samp-stdlib" target="_blank" rel="noopener" class="mycode_url">samp-stdlib</a></span> - 默认包含文件的更新版本。<code style="background:#f0f0f0;border:1px solid #ddd;padding:1px 5px;border-radius:3px;font-family:Consolas,monospace;font-size:0.9em;">const</code> 正确、文档齐全且完整。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/sa-mp-fixes" target="_blank" rel="noopener" class="mycode_url">fixes.inc</a></span> - 针对大量 SA:MP 服务器错误的高度优化修复。即插即用。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/YSI-Includes" target="_blank" rel="noopener" class="mycode_url">YSI-Includes</a></span> - 为 SA:MP/pawn 开发的最古老、最大、经过最充分测试且支持最完善的库，提供了大量新的游戏和语言特性。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Open-GTO/foreach" target="_blank" rel="noopener" class="mycode_url">foreach</a></span> - 独立的 foreach 包含文件（非 y_iterate 版本）。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/amx_assembly" target="_blank" rel="noopener" class="mycode_url">amx_assembly</a></span> - 对 pawn 脚本本身的底层访问。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/md-sort" target="_blank" rel="noopener" class="mycode_url">md-sort</a></span> - 在 Pawn 中对多维数组进行排序。修改数组的内部指针，而不是复制数据。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Y-Less/indirection" target="_blank" rel="noopener" class="mycode_url">indirection</a></span> - 用于传递指针和间接调用函数的系统，并提供了自定义调用的抽象方法。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Y-Less/code-parse.inc" target="_blank" rel="noopener" class="mycode_url">code-parse.inc</a></span> - 在编译时解析和自定义 pawn 代码。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Vince0789/sa-mp-extended-vehicle-information" target="_blank" rel="noopener" class="mycode_url">Extended Vehicle Information</a></span> - 将单人游戏中的大量车辆标志导入 SQLite 数据库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/sqlitei" target="_blank" rel="noopener" class="mycode_url">sqlitei</a></span> - 为 SA-MP SQLite 函数提供的高级 API。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/samp-weapon-config" target="_blank" rel="noopener" class="mycode_url">weapon-config</a></span> - 更一致、响应更快的伤害系统，并包含许多新特性。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/SAMP-geoip" target="_blank" rel="noopener" class="mycode_url">samp-geoip</a></span> - 基于 IP 地址的地理位置信息。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/progress2" target="_blank" rel="noopener" class="mycode_url">progress2</a></span> - 将时间、生命值、车辆燃料等内容显示为进度条。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/itsneufox/GameText-Plus" target="_blank" rel="noopener" class="mycode_url">GameText+</a></span> - 一个为 SA-MP 和 open.mp 改进原生 GameText 的包含文件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-weapon-data" target="_blank" rel="noopener" class="mycode_url">weapon-data</a></span> - 精细调校、可自定义的武器数据。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/MichaelBelgium/MV_Youtube" target="_blank" rel="noopener" class="mycode_url">MV_Youtube</a></span> - 用于音频流的 YouTube 转换器 API。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/PatrickGTR/MySQL-Prepared-Statements" target="_blank" rel="noopener" class="mycode_url">MySQL Prepared Statements</a></span> - 为 PAWN MySQL 插件模拟预处理语句。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Brunoo16/samp-server-weapons" target="_blank" rel="noopener" class="mycode_url">samp-server-weapons</a></span> - 完全由服务器控制的武器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/PatrickGTR/actor_robbery" target="_blank" rel="noopener" class="mycode_url">actor_robbery</a></span> - 灵感来自 GTA V 的商店抢劫。actor_robbery.inc 模仿了该功能！<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-aviation" target="_blank" rel="noopener" class="mycode_url">samp-aviation</a></span> - 一个基于俯仰角的高度自动控制和基于横滚角的航向自动控制的基础系统。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-logger" target="_blank" rel="noopener" class="mycode_url">samp-logger</a></span> - 简单的结构化日志记录器，提供了一组简单的日志记录和调试函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/tdworg/samp-include-rscan" target="_blank" rel="noopener" class="mycode_url">TDW Recursion Scanner</a></span> - 一个查找代码中递归的库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Awsomedude/easyDialog" target="_blank" rel="noopener" class="mycode_url">easyDialog</a></span> - 简化对话框的通用使用方法。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Open-GTO/mdialog" target="_blank" rel="noopener" class="mycode_url">mdialog</a></span> - 现代化的对话框系统，类似于 easyDialog。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Crayder/Model-Sizes-Plus" target="_blank" rel="noopener" class="mycode_url">Model Sizes Plus</a></span> - 更新、更高级、更精确的旧版 modelsizes 包含文件版本。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/uPeppe/physics.inc" target="_blank" rel="noopener" class="mycode_url">physics.inc</a></span> - 模拟 2D 和 3D 物理效果（真实运动、碰撞等）。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/AGraber/samp-async-dialogs" target="_blank" rel="noopener" class="mycode_url">samp-async-dialogs</a></span> - 使用 PawnPlus 任务的异步对话框处理。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/openmultiplayer/archive/blob/master/includes/speedcap.inc" target="_blank" rel="noopener" class="mycode_url">speedcap.inc</a></span> - 一个控制车辆速度的包含文件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Kirima2nd/samp-command-guess" target="_blank" rel="noopener" class="mycode_url">SA:MP Command Guess</a></span> - 使用莱文斯坦距离函数为 SA:MP 实现的命令猜测器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/wuzi/vending" target="_blank" rel="noopener" class="mycode_url">vending</a></span> - SA-MP 的服务器端自动售货机。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/strlib" target="_blank" rel="noopener" class="mycode_url">strlib</a></span> - 一系列实用的字符串函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ScavengeSurvive/mathutil" target="_blank" rel="noopener" class="mycode_url">mathutil</a></span> - 一系列实用的数学函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/sampctl/rotations.inc" target="_blank" rel="noopener" class="mycode_url">rotations.inc</a></span> - 一系列实用的旋转函数，来源于 Nero_3D 的 rotations.inc。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Y-Less/samp-distance" target="_blank" rel="noopener" class="mycode_url">SA-MP Distance Functions</a></span> - 一系列实用的距离检测函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/emmet-jones/New-SA-MP-callbacks" target="_blank" rel="noopener" class="mycode_url">New SA-MP callbacks</a></span> - 一系列实用的新回调函数。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/NexiusTailer/Alternative-Dialogs" target="_blank" rel="noopener" class="mycode_url">Alternative Dialogs</a></span> - 具有全新设计的文本绘图对话框。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/TommyB123/eSelection" target="_blank" rel="noopener" class="mycode_url">eSelection</a></span> - 增加在 SA-MP 游戏模式中创建动态模型选择菜单的功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/alextwothousand/mSelection" target="_blank" rel="noopener" class="mycode_url">mSelection</a></span> - 与 eSelection 类似，但风格不同。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/adib-yg/SAMP-RGB-Textdraw" target="_blank" rel="noopener" class="mycode_url">RGB-Textdraw</a></span> - 为文本绘图添加 RGB 颜色支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/mysy00/LangPlus" target="_blank" rel="noopener" class="mycode_url">LangPlus</a></span> - 为 open.mp 服务器提供的多语言库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://beckzy.net/index.php?action=downloads;sa=view;id=41" target="_blank" rel="noopener" class="mycode_url">beckzy's mod shops</a></span> - 一个用于服务器端改装店的包含文件。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">命令处理器</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/YashasSamaga/I-ZCMD" target="_blank" rel="noopener" class="mycode_url">I-ZCMD</a></span> - ZCMD 的改进版本。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/katursis/Pawn.CMD" target="_blank" rel="noopener" class="mycode_url">Pawn.CMD</a></span> - 比任何其他命令处理器都快。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Visual/y_commands.md" target="_blank" rel="noopener" class="mycode_url">y_commands</a></span> - 来自 YSI Includes 的命令处理器。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">插件</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Foundation-PAWN/samp-plugin-jit-backup" target="_blank" rel="noopener" class="mycode_url">JIT</a></span> - 代码稳定后，使用此插件可以显著提高速度。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/AmyrAhmady/samp-plugin-crashdetect" target="_blank" rel="noopener" class="mycode_url">CrashDetect</a></span> - 在测试期间用于查找错误的开发工具。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Foundation-PAWN/samp-plugin-profiler-backup" target="_blank" rel="noopener" class="mycode_url">Profiler</a></span> - SA-MP 服务器的性能分析器插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Y-Less/sscanf" target="_blank" rel="noopener" class="mycode_url">sscanf</a></span> - 将字符串转换为多个值、整数、浮点数、玩家等。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/pBlueG/SA-MP-MySQL" target="_blank" rel="noopener" class="mycode_url">MySQL Plugin</a></span> - 将服务器连接到 MySQL 数据库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/samp-incognito/samp-streamer-plugin" target="_blank" rel="noopener" class="mycode_url">Streamer Plugin</a></span> - 绕过许多 SA:MP 限制，例如物体和拾取物的数量限制。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/openmultiplayer/archive/raw/master/plugins/nativechecker.zip" target="_blank" rel="noopener" class="mycode_url">nativechecker</a></span> - 在服务器启动时检查原生函数。在 open.mp 中不需要，因为 open.mp 自带原生函数检查机制。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ziggi/FCNPC" target="_blank" rel="noopener" class="mycode_url">FCNPC</a></span> - 一个为 SA-MP 服务器添加大量功能给现有标准 NPC 的插件。它在 open.mp 中无法使用，但你可以改用官方的 NPC 组件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/JaTochNietDan/SA-MP-FileManager" target="_blank" rel="noopener" class="mycode_url">FileManager</a></span> - 允许你管理根文件夹中的文件和文件夹（通过此插件，不局限于 scriptfiles 服务器目录）。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/katursis/Pawn.RakNet" target="_blank" rel="noopener" class="mycode_url">Pawn.Raknet</a></span> - 允许你分析 RakNet 流量。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/bmisiak/samp-precise-timers" target="_blank" rel="noopener" class="mycode_url">samp-precise-timers</a></span> - 一个用 Rust 编写的 SA-MP 插件，提供精确计时器。在 open.mp 中不需要，因为 open.mp 自带精确计时器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/IllidanS4/PawnPlus" target="_blank" rel="noopener" class="mycode_url">PawnPlus</a></span> - 通过新的结构、数据类型和编程技术扩展 Pawn 脚本语言的可能性。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/BigETI/pawn-memory" target="_blank" rel="noopener" class="mycode_url">PAWN memory access</a></span> - 允许在 PAWN 中从堆中分配和释放内存。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/IllidanS4/NativeFallback" target="_blank" rel="noopener" class="mycode_url">Native Fallback</a></span> - SA-MP 插件，为未注册的原生函数提供回退实现。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/IllidanS4/YSF" target="_blank" rel="noopener" class="mycode_url">YSF</a></span> - 一个旨在从服务器中挖掘最大可能性的插件，主要通过内存编辑和钩子实现。它的许多功能现在已经内置在 open.mp 中。请参阅 <a href="https://github.com/openmultiplayer/open.mp/issues/189" target="_blank" rel="noopener" class="mycode_url">这个 github issue</a> 了解功能列表。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/oscar-broman/SKY" target="_blank" rel="noopener" class="mycode_url">SKY</a></span> - 该插件提供底层函数，让 Pawn 脚本能够执行强大的操作。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/katursis/Pawn.Regex" target="_blank" rel="noopener" class="mycode_url">Pawn.Regex</a></span> - 为 Pawn 添加正则表达式支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Sreyas-Sreelal/pawn-scraper" target="_blank" rel="noopener" class="mycode_url">pawn-scraper</a></span> - 一个强大的爬虫插件，提供了在 pawn 中使用 html 解析器和 css 选择器的接口。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/philip1337/samp-plugin-totp" target="_blank" rel="noopener" class="mycode_url">TOTP</a></span> - 允许在 sa-mp 游戏模式中使用 TOTP 身份验证。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/samp-incognito/samp-dns-plugin" target="_blank" rel="noopener" class="mycode_url">DNS Plugin</a></span> - 该插件提供 DNS 查找和反向 DNS 查找的功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-plugin-mapandreas" target="_blank" rel="noopener" class="mycode_url">MapAndreas</a></span> - 允许你加载不同的高度图并检查 x, y 坐标处的最低高度。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Pottus/ColAndreas" target="_blank" rel="noopener" class="mycode_url">ColAndreas</a></span> - 创建一个圣安地列斯世界的模拟。使用 Bullet Physics 库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://bitbucket.org/Pamdex/pathfinder/src/master" target="_blank" rel="noopener" class="mycode_url">PathFinder</a></span> - 允许你计算圣安地列斯地图上从 A 点到 B 点的路线。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/spmn/samp-custom-query-flood-check" target="_blank" rel="noopener" class="mycode_url">Custom Query Flood Check</a></span> - 编写针对查询洪水攻击的自定义保护措施。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/YashasSamaga/sampml" target="_blank" rel="noopener" class="mycode_url">sampml</a></span> - 简化的机器学习工具包及相关 SAMP 项目（如自瞄检测）。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Sreyas-Sreelal/tgconnector" target="_blank" rel="noopener" class="mycode_url">TgConnector</a></span> - 一个电报连接器插件，帮助通过 SA-MP 与电报机器人交互。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/maddinat0r/samp-discord-connector" target="_blank" rel="noopener" class="mycode_url">Discord connector</a></span> - 允许你从 PAWN 脚本中控制 Discord 机器人。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/maddinat0r/samp-tsconnector" target="_blank" rel="noopener" class="mycode_url">TSConnector</a></span> - 允许你从 PAWN 脚本中控制 Teamspeak3 服务器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/samp-incognito/samp-irc-plugin" target="_blank" rel="noopener" class="mycode_url">IRC Plugin</a></span> - 允许通过 SA-MP 服务器创建和管理 IRC 机器人。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/pawn-requests" target="_blank" rel="noopener" class="mycode_url">pawn-requests</a></span> - 提供了一个与 HTTP(S) API 交互的 API，支持文本和 JSON 数据类型。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/pawn-redis" target="_blank" rel="noopener" class="mycode_url">pawn-redis</a></span> - 授予对快速内存数据库的访问权限，以及与其他程序之间的异步消息通道。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/pawn-chrono" target="_blank" rel="noopener" class="mycode_url">Chrono</a></span> - 一个用于处理日期和时间的现代 Pawn 库。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ziggi/rustext" target="_blank" rel="noopener" class="mycode_url">rustext</a></span> - SA-MP 的俄文文本修复插件：修复 GameText、TextDraw 和 Menu。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/KrYpToDeN/Advanced-SA-NickName" target="_blank" rel="noopener" class="mycode_url">Advanced SA NickName</a></span> - 支持昵称中的任何符号。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Hual/SAMPSON" target="_blank" rel="noopener" class="mycode_url">SAMPSON</a></span> - 一个 SA-MP 的 JSON 插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/SimoSbara/samp-chatbot" target="_blank" rel="noopener" class="mycode_url">samp-chatbot</a></span> - 一个用于在游戏内进行 AI 聊天机器人通信的 GTA SAMP 插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/AmyrAhmady/samp-bscrashfix" target="_blank" rel="noopener" class="mycode_url">SAMP BitStream Crash Fix</a></span> - 修复了 BitStream 读取溢出的问题。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/pawn-json" target="_blank" rel="noopener" class="mycode_url">pawn-json</a></span> - 为 Pawn 提供的 JSON 支持。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">客户端-服务器插件</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Hual/SA-MP-Plus" target="_blank" rel="noopener" class="mycode_url">SA-MP+</a></span> - 一个客户端修改，利用 SA-MP 的插件 SDK 与服务器交互并添加新功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/dotSILENT/chandling" target="_blank" rel="noopener" class="mycode_url">CHandling</a></span> - 通过修改游戏的默认行为，为单个车辆分配车辆操控数据的功能。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/CyberMor/sampvoice" target="_blank" rel="noopener" class="mycode_url">SAMPVOICE</a></span> - 在 SA:MP 服务器的 Pawn 语言中实现语音通信系统。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/CyberMor/keylistener" target="_blank" rel="noopener" class="mycode_url">KeyListener</a></span> - 用于跟踪任何按键的客户端-服务器插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ZOTTCE/samp-cef" target="_blank" rel="noopener" class="mycode_url">SAMP CEF</a></span> - 为 SA:MP 嵌入 CEF 的客户端和服务器插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Whitetigerswt/SAMP_AC_v2" target="_blank" rel="noopener" class="mycode_url">SAMP_AC_v2</a></span> - SA:MP 客户端反作弊。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">加密插件</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-whirlpool" target="_blank" rel="noopener" class="mycode_url">whirlpool</a></span> - SA:MP 的 Whirlpool 加密插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Sreyas-Sreelal/samp-bcrypt" target="_blank" rel="noopener" class="mycode_url">SyS' bcrypt Plugin</a></span> - 由 Sreyas Sreelal 为 SA:MP 制作的 Bcrypt 加密插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/lassir/bcrypt-samp" target="_blank" rel="noopener" class="mycode_url">lassir's bcrypt Plugin</a></span> - 由 lassir 为 SA:MP 制作的 Bcrypt 加密插件。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/alextwothousand/samp-crypto" target="_blank" rel="noopener" class="mycode_url">samp-crypto</a></span> - 为 SA:MP 提供的一系列加密函数，如 Argon2、Scrypt 和 Bcrypt。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/openmultiplayer/archive/raw/master/plugins/SHA512.zip" target="_blank" rel="noopener" class="mycode_url">SHA512</a></span> - SA:MP 的 SHA512 加密插件。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">GDK/SDK</h3><br />
<br />
现在，你可以使用 open.mp 在不借助任何插件的情况下，用 Pawn 以外的语言编写脚本。请参阅 <a href="https://www.open.mp/blog/release-candidate-1" target="_blank" rel="noopener" class="mycode_url">这篇博客文章</a>。<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/maddinat0r/samp-plugin-sdk" target="_blank" rel="noopener" class="mycode_url">sampsdk</a></span> - 这是开发插件所需的最基本内容。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Foundation-PAWN/sampgdk-backup" target="_blank" rel="noopener" class="mycode_url">sampgdk</a></span> - 为 SA:MP 编写游戏模式的 C/C++ 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ikkentim/SampSharp" target="_blank" rel="noopener" class="mycode_url">SampSharp</a></span> - 为 SA:MP 编写游戏模式的 C# 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Seregamil/.NET-plugin" target="_blank" rel="noopener" class="mycode_url">.NET Plugin</a></span> - 为 SA:MP 编写插件的 C# 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/sampgo/sampgo" target="_blank" rel="noopener" class="mycode_url">sampgo</a></span> - 为 SA:MP 编写游戏模式/插件的 Go 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/AmyrAhmady/samp-node" target="_blank" rel="noopener" class="mycode_url">samp-node</a></span> - 为 SA:MP 编写游戏模式的 Javascript/Typescript 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Shoebill/ShoebillPlugin" target="_blank" rel="noopener" class="mycode_url">Shoebill Project</a></span> - 为 SA:MP 编写游戏模式的 Java 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/habecker/PySAMP" target="_blank" rel="noopener" class="mycode_url">pySAMP</a></span> - 为 SA:MP 编写游戏模式的 Python 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/ZOTTCE/samp-rs" target="_blank" rel="noopener" class="mycode_url">samp-rs</a></span> - 为 SA:MP 编写插件的 Rust 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/IllidanS4/YALP" target="_blank" rel="noopener" class="mycode_url">Yet Another Lua Plugin</a></span> - 为 SA:MP 编写游戏模式的 Lua 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Lapayo/SAMPHP" target="_blank" rel="noopener" class="mycode_url">SAMPHP</a></span> - 为 SA:MP 编写游戏模式的 PHP 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">[SA-MP S[D]K](<a href="https://github.com/Hual/SA-MP-S-D-K" target="_blank" rel="noopener" class="mycode_url">https://github.com/Hual/SA-MP-S-D-K</a>)</span> - 为 SA:MP 编写游戏模式的 D 语言支持。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Double-O-Seven/kamp" target="_blank" rel="noopener" class="mycode_url">Kamp</a></span> - 为 SA:MP 编写游戏模式的 Kotlin 语言支持。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">游戏模式</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/midosvt/omp-base-script" target="_blank" rel="noopener" class="mycode_url">Simple base script</a></span> - 一个帮助初学者入门的简单基础脚本。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/ScavengeSurvive" target="_blank" rel="noopener" class="mycode_url">ScavengeSurvive</a></span> - 基于 PvP 的生存游戏模式。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/PatrickGTR/gta-open" target="_blank" rel="noopener" class="mycode_url">gta-open</a></span> - 一个以洛圣都为背景的警察与匪徒模式。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/zeelorenc/sf-cnr" target="_blank" rel="noopener" class="mycode_url">SF-CnR</a></span> - 为 SA-MP 开发的圣费耶罗警察与匪徒游戏模式。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/NextGenerationGamingLLC/SA-MP-Development" target="_blank" rel="noopener" class="mycode_url">Next Generation Roleplay</a></span> - Next Generation Gaming, LLC 的 SA:MP 游戏模式。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/seanny/SC-RP" target="_blank" rel="noopener" class="mycode_url">SC-RP</a></span> - 一个支持 MySQL 的角色扮演游戏模式。<br />
</li>
</ul>
<br />
<h3 style="font-size:1.4em;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:4px;margin:16px 0 8px;">滤镜脚本</h3><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/NexiusTailer/MapFix" target="_blank" rel="noopener" class="mycode_url">MapFix</a></span> - 修复 GTA 圣安地列斯地图的纹理错误。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Southclaws/samp-animbrowse" target="_blank" rel="noopener" class="mycode_url">SA:MP Animbrowse</a></span> - SA:MP 的动画浏览器工具。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Fairuz-Afdhal/IsPlayerUsingAndroid" target="_blank" rel="noopener" class="mycode_url">IsPlayerUsingAndroid</a></span> - 检查玩家是否为安卓用户。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Nickk888SAMP/TextDraw-Editor" target="_blank" rel="noopener" class="mycode_url">Nickk's TextDraw Editor</a></span> - 一个具有丰富功能的文本绘图编辑器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/nexquery/samp-textdraw-editor" target="_blank" rel="noopener" class="mycode_url">Nexor's Textdraw Editor</a></span> - 此编辑器提供许多功能，如分组、恢复删除的文本、撤销更改、从文件导入文本绘图等。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/NexiusTailer/Ultimate-Creator" target="_blank" rel="noopener" class="mycode_url">Ultimate Creator</a></span> - 具有众多功能的高级地图编辑器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/fusez/Map-Editor-V3" target="_blank" rel="noopener" class="mycode_url">Fusez's Map Editor</a></span> - SA:MP 的游戏内地图编辑器。<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b"><a href="https://github.com/Pottus/Texture-Studio" target="_blank" rel="noopener" class="mycode_url">Texture Studio</a></span> - 这是一个游戏内地图编辑器，允许你为物体贴图，最多支持材质索引 15（16 种材质），并可为该材质索引设置颜色。<br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[转载][工具]DAWNO - PAWN 编辑器]]></title>
			<link>https://open-mp.cn/showthread.php?tid=11</link>
			<pubDate>Mon, 02 Mar 2026 11:27:19 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://open-mp.cn/member.php?action=profile&uid=3">小鸟unsigned</a>]]></dc:creator>
			<guid isPermaLink="false">https://open-mp.cn/showthread.php?tid=11</guid>
			<description><![CDATA[# DAWNO - PAWN 编辑器<br />
<br />
## 作者<br />
<br />
由 deksdeveloper 开发。<br />
更多信息，请访问 [GitHub 仓库](<a href="https://github.com/deksdeveloper/dawno)。" target="_blank" rel="noopener" class="mycode_url">https://github.com/deksdeveloper/dawno)。</a><br />
<br />
DAWNO 是一款现代化、注重性能的 PAWN 代码编辑器，专为 SA-MP（圣安地列斯多人游戏）和 open.mp 开发者设计。它基于 Next.js、Electron 和 Monaco 编辑器技术构建，是经典 Pawno 编辑器的现代替代品。<br />
<br />
## 概述<br />
<br />
传统 PAWN 编辑过程因工具过时而显得繁琐。DAWNO 弥补了这一不足，提供了一个专业环境，在保持针对圣安地列斯模组开发的轻量级特性的同时，兼具了 Visual Studio Code 等现代代码编辑器的功能和美学。<br />
<br />
## 主要特点<br />
<br />
- **现代化用户界面与体验**：采用 VS Code 风格的时尚界面，支持原生深色模式，带来高级质感。<br />
- **高级 Monaco 编辑器**：高性能文本编辑，具备语法高亮、智能代码补全和平滑滚动功能。<br />
- **自动化检测**：深度扫描（最多 4 级目录），自动识别服务器可执行文件（samp-server.exe, omp-server.exe）和配置文件（server.cfg, config.json）。<br />
- **集成服务器管理器**：直接在编辑器中控制服务器，支持启动、停止、重启操作，并实时查看控制台日志。<br />
- **配置编辑器**：提供专用的表格界面管理服务器设置，无需手动编辑文本文件。<br />
- **编码支持**：全面的字符编码列表，包括对土耳其语（Windows-1254）等的完整支持，并支持即时切换编码。<br />
- **Discord 富文本状态**：自动更新您的 Discord 状态，显示当前正在处理的项目和文件。<br />
- **多语言支持**：内置国际化（i18n）功能，开箱即支持英语、土耳其语和德语。<br />
<br />
## 国际化 (i18n)<br />
<br />
DAWNO 通过基于 React Context 的自定义 i18n 解决方案支持多种语言。开发者可以通过在 `renderer/i18n/locales/` 中添加新的语言文件来轻松扩展语言支持。<br />
<br />
当前支持的语言：<br />
- 英语<br />
- 土耳其语<br />
- 德语<br />
<br />
## 许可证<br />
<br />
本项目采用 MIT 许可证。详情请参阅 LICENSE 文件。]]></description>
			<content:encoded><![CDATA[# DAWNO - PAWN 编辑器<br />
<br />
## 作者<br />
<br />
由 deksdeveloper 开发。<br />
更多信息，请访问 [GitHub 仓库](<a href="https://github.com/deksdeveloper/dawno)。" target="_blank" rel="noopener" class="mycode_url">https://github.com/deksdeveloper/dawno)。</a><br />
<br />
DAWNO 是一款现代化、注重性能的 PAWN 代码编辑器，专为 SA-MP（圣安地列斯多人游戏）和 open.mp 开发者设计。它基于 Next.js、Electron 和 Monaco 编辑器技术构建，是经典 Pawno 编辑器的现代替代品。<br />
<br />
## 概述<br />
<br />
传统 PAWN 编辑过程因工具过时而显得繁琐。DAWNO 弥补了这一不足，提供了一个专业环境，在保持针对圣安地列斯模组开发的轻量级特性的同时，兼具了 Visual Studio Code 等现代代码编辑器的功能和美学。<br />
<br />
## 主要特点<br />
<br />
- **现代化用户界面与体验**：采用 VS Code 风格的时尚界面，支持原生深色模式，带来高级质感。<br />
- **高级 Monaco 编辑器**：高性能文本编辑，具备语法高亮、智能代码补全和平滑滚动功能。<br />
- **自动化检测**：深度扫描（最多 4 级目录），自动识别服务器可执行文件（samp-server.exe, omp-server.exe）和配置文件（server.cfg, config.json）。<br />
- **集成服务器管理器**：直接在编辑器中控制服务器，支持启动、停止、重启操作，并实时查看控制台日志。<br />
- **配置编辑器**：提供专用的表格界面管理服务器设置，无需手动编辑文本文件。<br />
- **编码支持**：全面的字符编码列表，包括对土耳其语（Windows-1254）等的完整支持，并支持即时切换编码。<br />
- **Discord 富文本状态**：自动更新您的 Discord 状态，显示当前正在处理的项目和文件。<br />
- **多语言支持**：内置国际化（i18n）功能，开箱即支持英语、土耳其语和德语。<br />
<br />
## 国际化 (i18n)<br />
<br />
DAWNO 通过基于 React Context 的自定义 i18n 解决方案支持多种语言。开发者可以通过在 `renderer/i18n/locales/` 中添加新的语言文件来轻松扩展语言支持。<br />
<br />
当前支持的语言：<br />
- 英语<br />
- 土耳其语<br />
- 德语<br />
<br />
## 许可证<br />
<br />
本项目采用 MIT 许可证。详情请参阅 LICENSE 文件。]]></content:encoded>
		</item>
	</channel>
</rss>