This is a plugin I created as a challenge while learning C++. It enables the integration of a REST API within the SA-MP server, allowing you to handle requests directly in the AMX of your server (honestly, this is not highly recommended). However, it can be useful in situations where you need to perform in-game manipulation without direct access to the server. Here are a few examples:
- With Mercado Pago's API, you can receive a request when a player completes a payment.
- You have a Discord bot and want to ban a player (let's pretend Discord Connector doesn't exist).
There are many potentially useful situations, but use this with caution. After all, we don't want the server freezing up to handle unnecessary requests.e unnecessary requests.