A simple inventory script for storing items in per-player containers.
Simply install to your project:
sampctl package install ScavengeSurvive/inventory
Include in your code and begin using the library:
#include <inventory>
See source code for documentation.
(todo: unit tests)
To test, simply run the package:
sampctl package run