Skip to content

Installation

BigETI edited this page May 4, 2018 · 1 revision

Using sampctl

  1. Get sampctl from https://github.com/Southclaws/sampctl
  2. Install package using this command:
sampctl package install BigETI/pawn-memory
  1. Include library in your PAWN code
#include <memory>

Manually

  1. Move or copy the required files accordingly
  2. Include library in your PAWN code
#include <memory>
Clone this wiki locally