-
Notifications
You must be signed in to change notification settings - Fork 33
Examples
Southclaws edited this page Apr 9, 2018
·
8 revisions
This page contains a list of packages that serve as good examples of well-written and well-structured Pawn Packages.
You can also find a great list on the Pawndex (Pawn Package Index) - click "Full Packages Only" to filter proper Pawn packages.
-
drift-detection
- contains a great example of a gameplay demo-test
-
Scavenge and Survive Packages
- this GitHub account contains all the packages that support the Scavenge and Survive gamemode. Every single one of these repositories is an actively maintained and up-to-date package. A lot of these packages depend on each other, providing a great example of a dependency tree.
- RIDE-2DAY/TrafficLights
- RIDE-2DAY/vSync
-
BigETI/pawn-map
- A good example of a Package that depends on a plugin. When you run the tests
with
sampctl package run
, the plugin will automatically be downloaded for the tests to run properly.
- A good example of a Package that depends on a plugin. When you run the tests
with
-
samp-anti-cheat
- A collection of anti-cheat patches from some members of the community.
-
Southclaws/samp-ini
- a minimal ini reader/writer
-
Southclaws/samp-logger
- a simple structured logging library
- kristoisberg/variadic
- kristoisberg/PlayerTextDrawStreamer
- pawn-lang/YSI-Includes
- Y-Less/indirection