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.
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:
Into the endpoint
value in settings.ini
.