This is a map data structure implementation in PAWN using binary search tree. 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-map
- Include library in your PAWN code
#include <map>
- Get pawn-memory from https://github.com/BigETI/pawn-memory
- Move or copy map.inc to your PAWN includes directory
- Include library in your PAWN code
#include <map>
You can find the documentation here: https://github.com/BigETI/pawn-map/wiki
You can find the licence here: https://github.com/BigETI/pawn-map/blob/master/LICENCE.md
Just create a fork out of this project, make your changes and create a pull request.