Implementation of Queue data structure in PAWN.
- Get sampctl if you haven't installed already.
- Simply install to your project:
sampctl package install AkshayMohan/pawn-queue
- Clone / Download the repository.
- Copy pawno folder into your server directory.
Include in your code and begin using the library:
#include <queue>
Detailed documentation can be found here - https://github.com/AkshayMohan/pawn-queue/wiki
v1.2.0 - 15th of January, 2019.
- Added support for multi-dimensional queues:
- Queue arrays.
- Queue matrices.
v1.0.1 - 13th of January, 2019.
- Added macro
queue_force_enqueue
v1.0.0 - 13th of January, 2019.
- Initial release.
Licensed under MIT - LICENSE.