Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
This was working once in some older version but was disabled for some reason, dont know why at the momemt.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
If it was disabled, why didn't they remove it from the SA-MP client?
Posts: 2,857
Threads: 62
Joined: Dec 2010
Reputation:
0
It used to be for the remote console, but they removed that aswell for some strange reason...
TheInnocentOne
Unregistered
Quote:
Originally Posted by RealCop228
I'm pretty sure it was removed.
|
It's installed to the SA-MP installation directory, but there's no option to launch it from the SA-MP client.
Posts: 66
Threads: 5
Joined: Sep 2011
Reputation:
0
Whenever i click on rcon.exe it just opens and closes again no idea why
Posts: 137
Threads: 2
Joined: Aug 2011
Reputation:
0
I just used the command prompt in windows, and gave rcon.exe the parameters <ip> <port> <password> to my remote server and it works great. You can just execute rcon commands from the prompt.
Posts: 1,046
Threads: 29
Joined: Mar 2010
Go to the directory where your rcon.exe is.
Create a new .cmd file (example RconConsole.cmd) and add this code inside the .cmd file:
Код:
@echo off
color 3f
cls
CD "C:\Program Files\Rockstar Games\GTA San Andreas\"
cls
set /p A="Server IP: "
cls
set /p B="Server port: "
cls
set /p C="Server RCON password: "
cls
start rcon.exe %A% %B% %C%
save this file and run.
It will ask for server IP, port and RCON password.
Done!
Posts: 244
Threads: 19
Joined: Mar 2012
Reputation:
0
You have to fix your server.cfg file, and you have to do portforwarding, and get it online if you want tips I can make a ******* video for you, and I have a volt-host server tht im not using 10 player slots your welcome to use it if you want.