Skip to content

Commit 3920e55

Browse files
authored
Merge pull request #1243 from ADRFranklin/chore/update-awesome-docs
chore: updated outdated links, added ompgo and pawn playground
2 parents d96bf18 + bf2ce4a commit 3920e55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/docs/awesome.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description: A curated list of useful tools, libraries, gamemodes, filterscripts
88

99
- **[Community Compiler](https://github.com/pawn-lang/compiler)** - A vastly updated version of the compiler, with many fixes and enhancements.
1010
- **[sampctl](https://github.com/Southclaws/sampctl)** - Package manager for installing libraries and running your server.
11-
- **[Plugin Runner](https://github.com/Zeex/samp-plugin-runner)** - Tool to run a lightweight version of the server directly from command-line (no server.cfg required) for testing plugins.
11+
- **[Plugin Runner](https://github.com/Y-Less/samp-plugin-runner)** - Tool to run a lightweight version of the server directly from command-line (no server.cfg required) for testing plugins.
1212
- **[Plugin Boilerplate](https://github.com/Southclaws/samp-plugin-boilerplate)** - Making a plugin easier with boilerplate.
1313
- **[SA:MP Plugin Template Library](https://github.com/katursis/samp-ptl)** - Making your own plugins very easy and fast with this template library.
14-
- **[SA-MP Fiddle](https://fiddle.sa-mp.dev)** - A place to test your scripts (snippets, PoC, debugging, etc) and share it to others.
14+
- **[Pawn Playground](https://pg.open.mp)** - An official online pawn code playground provided by open.mp.
1515
- **[Pawn Syntax - Sublime](https://packagecontrol.io/packages/Pawn%20syntax)** - Pawn autocompletes for Sublime Text.
1616
- **[Pawn Syntax - Visual Marketplace](https://marketplace.visualstudio.com/items?itemName=southclaws.vscode-pawn)** - Pawn autocompletes for Visual Studio Code.
1717
- **[SA-MP Zone Editor](https://bitbucket.org/Grimrandomer/samp-zone-editor/downloads)** - Zone Editor for making Area and stuff.
@@ -134,6 +134,7 @@ Now you can make your scripts in languages other than pawn without any plugin us
134134
- **[SampSharp](https://github.com/ikkentim/SampSharp)** - C# Language Support for writing a gamemode for SA:MP
135135
- **[.NET Plugin](https://github.com/Seregamil/.NET-plugin)** - C# Language Support for writing a plugin for SA:MP
136136
- **[sampgo](https://github.com/sampgo/sampgo)** - Go Language Support for writing a gamemode/plugins for SA:MP
137+
- **[ompgo](https://github.com/ompgo-dev/ompgo)** - Go Language Support for writing a gamemode/components for open.mp
137138
- **[samp-node](https://github.com/AmyrAhmady/samp-node)** - Javascript/Typescript Language Support for writing a gamemode for SA:MP
138139
- **[Shoebill Project](https://github.com/Shoebill/ShoebillPlugin)** - Java Language Support for writing a gamemode for SA:MP
139140
- **[pySAMP](https://github.com/habecker/PySAMP)** - Python Language Support for writing a gamemode for SA:MP

0 commit comments

Comments
 (0)