Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 820 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 820 Bytes

pawn-requests-example

sampctl

This package demonstrates simple usage of the pawn-requests plugin.

Inside test.pwn is a simple gamemode that uses jsonstore.io to save and load player data as JSON.

See source code for comments explaining the process.

Usage

Once you have the package cloned locally, install the dependencies:

sampctl package ensure

You can use your own endpoint by visiting jsonstore.io and copying the URL here:

https://i.imgur.com/j9Pe8S6.png

Into the endpoint value in settings.ini.