pawn-memory
pawn-memory copied to clipboard
PAWN memory access plugin
PAWN memory access plugin
Description
The PAWN memory access plugin allows to allocate and free memory from heap in PAWN. Detailed documentation can be checked out at the wiki.
Installation
Using sampctl
- Get sampctl from https://github.com/Southclaws/sampctl
- Install package using this command:
sampctl package install BigETI/pawn-memory
- Include library in your PAWN code
#include <memory>
Manually
- Move or copy the required files accordingly
- Include library in your PAWN code
#include <memory>
Dependencies
- https://github.com/sampctl/pawn-stdlib
Documentation
The documentation is located at https://github.com/BigETI/pawn-memory/wiki
Licence
You can find the licence here: https://github.com/BigETI/pawn-memory/blob/master/LICENCE.md
How to contribute to this project?
Just create a fork out of this project, make your changes and create a pull request.