Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.08 KB

File metadata and controls

46 lines (32 loc) · 1.08 KB

pawn-queue

sampctl

Description

Implementation of Queue data structure in PAWN.

Installation

Using sampctl

  1. Get sampctl if you haven't installed already.
  2. Simply install to your project:
sampctl package install AkshayMohan/pawn-queue

Manually

  1. Clone / Download the repository.
  2. Copy pawno folder into your server directory.

Including

Include in your code and begin using the library:

#include <queue>

Documentation

Detailed documentation can be found here - https://github.com/AkshayMohan/pawn-queue/wiki

Changelogs

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.

License

Licensed under MIT - LICENSE.