Y-Less's Stars
microsoft/vscode
Visual Studio Code
ValveSoftware/GameNetworkingSockets
Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption.
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
Southclaws/sampctl
The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
Agneese-Saini/SA-MP
samp-dev/fiddle
A playground platform for the PAWN scripting language
karimcambridge/samp-foreach
foreach standalone include (non y_iterate version)
Open-GTO/foreach
foreach standalone include (non y_iterate version)
kristoisberg/samp-td-string-width
Library for calculating the width of textdraw characters/strings and splitting strings to fit a specified width for open.mp and SA-MP.
maddinat0r/samp-log-core
Core library for logging utility
Southclaws/pawn-parser
Derived from the Golang scanner/token packages and modified for Pawn code.
Pawn-Debugger/Plugin
Pawn debugger sa-mp plugin
Zeex/samp-plugin-runner
Utility program to run tests against plugins
Y-samp/Y-Core
Core Y gamemode
On3d4y/TextDrawColour.inc
Text Draw embedded colours
Y-samp/Y-RP
Y RP gamemode scaffold
IstuntmanI/samp-includes
All SA-MP default includes, commited by version.
tdworg/samp-include-string
The library exports several useful functions for working with strings that are not in PAWN. Almost all functions can work with packed strings. Also, it fixes some bugs in PAWN functions.
tdworg/samp-include-ulong
A library for using the unsigned values in code. It works on #emit, because PAWN have AMX-instructions for working with the unsigned values. In other words, it's unsigned long int' in PAWN.
tdworg/samp-include-color
Functions and macros for working with colors in a script. They can work with functions that can send a message to the player, e.g. SendClientMessage, SendClientMessageToAll, etc..
tdworg/samp-include-error
tdworg/samp-include-test
A collection of libraries for testing, debugging and benchmarking scripts.
tdworg/samp-include-bit
The library contains useful bit manipulation macros. Also, it contains bitset library for working with bit arrays.
tdworg/samp-include-cjump
Special functions to jump between functions.
tdworg/samp-include-flags
tdworg/samp-include-rscan
Misiur/YSI-Release-Builder
Package builder for YSI
tdworg/samp-include-nrefs
tdworg/samp-include-smark
tdworg/samp-include-time
Functions for working with time in Pawn