/pawn-package-template

A boilerplate template repository for a Pawn Package. If you're writing a new package, clone this repo as a starting point!

Primary LanguagePawnMIT LicenseMIT

{{.Repo}}

sampctl

Installation

Simply install to your project:

sampctl package install {{.User}}/{{.Repo}}

Include in your code and begin using the library:

#include <{{.Repo}}>

Usage

Testing

To test, simply run the package:

sampctl package run