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.
Simply install to your project:
sampctl package install ScavengeSurvive/container
Include in your code and begin using the library:
#include <container>
All documentation is in the source file container.inc
.
To test, simply run the package:
sampctl package run
And observe the y_testing output.