-
Notifications
You must be signed in to change notification settings - Fork 32
Examples
Southclaws edited this page Jan 19, 2018
·
8 revisions
This page contains a list of packages that serve as good examples of well-written and well-structured Pawn Packages.
Since I (@Southclaws) developed sampctl, I have naturally attempted to spearhead the sampctl revolution by first turning all my own Pawn libraries on GitHub into Pawn Packages. I also contributed a package definition file to a number of popular libraries to help early-adopters of the tool use it.
- this is a gamemode package, it also contains a
samp.json
file. It's also undergoing a massive re-structuring so don't attempt to build it yet!
- 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.
- 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 collection of anti-cheat patches from some members of the community.