From 8f5d4879c00f8e7f07aa36fafa606c3e78c58674 Mon Sep 17 00:00:00 2001 From: Robert O'Leary Date: Mon, 10 Oct 2016 23:11:18 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 377e68a..aee814e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # SA-MP-RCON-GUI -Old simple tool made to give SA-MP's standard RCON a GUI +Old simple tool made to give SA-MP's standard RCON a GUI. Not maintained. + +![image](https://cloud.githubusercontent.com/assets/2043465/19251255/bbcefef2-8f3e-11e6-923f-4cff80a5cbcc.png) + +### Features + +- Saves IP and RCON password for simplicity +- Shows a list of players, the hostname, maxplayers, gamemode and map of a server +- Kick/Ban players by selecting them from a list +- Set the hostname, mapname, gametext or gravity +- Ban and Unban IP addresses +- Change currently active gamemode +- Load/Unload/Reload filterscripts +- Close the server/Restart the gamemode +- Reload the log or Reload bans +- Send a message in-game + +### Credits +Cueball for his C# SA-MP Query class here.