/pawn-requests-example

This simple gamemode demonstrates how to use the pawn-requests plugin with jsonstore.io to store player data.

Primary LanguagePawn

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.