Skip to content

philip1337/samp-plugin-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON-WEB-Api for San Andreas Multiplayer

This plugin allows you to host a web api for your SA-MP Server. It's still work in progress, not all rcon features are implemented yet.

Features

  • Very fast
  • More informations than rcon provides
  • More secure

Various api functions

url params return
/player/list - A list of players
/player/kick/:name - -
/player/ban/:name - -
/misc/say {color, name, message} -
/misc/echo {color, name, message} -
/misc/ip/ban {ip,time} -
/misc/ip/unban {ip} -
/settings/list - A list of settings
/settings/gamemodetext {value} -
/settings/gravity {value} -
/settings/weather {value} -

Build

Requirements

Synchronize dependencies from DEPS File.

gclient.py sync -v -f

You can also download it manually and place it into the external directory.

mkdir build
cd build
cmake ..\samp-log-spdlog
make

License

About

An extended API for SA-MP as replacement for RCON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages