This is a vector data structure implementation in PAWN. Detailed documentation can be checked out at the wiki.
- Get sampctl from https://github.com/Southclaws/sampctl
- Install package using this command:
sampctl package install BigETI/pawn-vector
- Include library in your PAWN code
#include <vector>
- Get pawn-memory from https://github.com/BigETI/pawn-memory
- Move or copy vector.inc to your PAWN includes directory
- Include library in your PAWN code
#include <vector>
You can find the documentation here: https://github.com/BigETI/pawn-vector/wiki
You can find the licence here: https://github.com/BigETI/pawn-vector/blob/master/LICENCE.md
Just create a fork out of this project, make your changes and create a pull request.