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