/container

This package facilitates the creation of "virtual inventories" to be created in order to store items in.

Primary LanguagePawnMIT LicenseMIT

Item Containers

This package facilitates the creation of "virtual inventories" to be created in order to store items in.

Containers are created with a static size and can have items added to and removed at any time.

Installation

Simply install to your project:

sampctl package install ScavengeSurvive/container

Include in your code and begin using the library:

#include <container>

Usage

All documentation is in the source file container.inc.

Testing

To test, simply run the package:

sampctl package run

And observe the y_testing output.