[Tutorial] RCON remote console starter (0.3b!)
#1

Hi,
Almost everyone know that you can't open the REMOTE CONSOLE in 0.3b via the client.
Well, I maked a batch file where you can open it, just by clicking a file on the desktop (or another map)
There are 2 options (A and B).
Follow A if you have installed GTA SA on the default directory (C:\Program Files\Rockstar Games\GTA San Andreas\)
Follow B if you have a different GTA SA directory


A)
1. Open notepad
2. Copy the following tekst into notepad;
Код:
@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%
3. Click on 'file -> Save as'
4. Choose 'all files' and choose a place where to save. Give the file the name: 'a_name.cmd' or 'a_name.bat'.
Just make a file with the extension .CMD or .BAT !!
5. Open the file, give the server IP, press enter. Then give the server port, press enter again. Then the same with the RCON password. You have opened the RCON remote console

B)
Do the same as above buth with this tekst:
Код:
@echo off
color 3f
cls
echo.
echo Please give your GTA San Andreas directory!
echo Default: "C:\Program Files\Rockstar Games\GTA San Andreas\"
echo.
echo.
set /p A="GTA San Andreas Directory: "
CD %A%
cls
set /p B="Server IP: "
cls
set /p C="Server port: "
cls
set /p D="Server RCON password: "
cls
start rcon.exe %B% %C% %D%
!! If it says: 'Can't find RCON.exe' download this: http://www.rpdsamp.nl/get/gta/sa/mp/...e/rcon.exe.zip
Place it in your GTA SA Directory

Kind Regards,
Kevin aka Kwarde
Reply


Messages In This Thread
RCON remote console starter (0.3b!) - by Kwarde - 30.08.2010, 07:37
Re: RCON remote console starter (0.3b!) - by [RO]Nicusor - 30.08.2010, 09:18
Re: RCON remote console starter (0.3b!) - by Tenshi - 31.08.2010, 11:19
Re: RCON remote console starter (0.3b!) - by Rapgangsta - 12.09.2010, 18:04
Re: RCON remote console starter (0.3b!) - by Kwarde - 12.09.2010, 18:29
Re: RCON remote console starter (0.3b!) - by Rapgangsta - 12.09.2010, 18:43
Re: RCON remote console starter (0.3b!) - by royal_king - 12.09.2010, 18:54
Re: RCON remote console starter (0.3b!) - by Kwarde - 12.09.2010, 18:57
Re: RCON remote console starter (0.3b!) - by Jantjuh - 07.12.2010, 17:48
Re: RCON remote console starter (0.3b!) - by Haji - 07.12.2010, 18:27
AW: RCON remote console starter (0.3b!) - by Johann95 - 22.05.2011, 13:02
Re: RCON remote console starter (0.3b!) - by Biesmen - 22.05.2011, 13:04
Re: RCON remote console starter (0.3b!) - by Kwarde - 27.05.2011, 22:17
Re: RCON remote console starter (0.3b!) - by SpLaSh - 31.07.2011, 08:52
Re: RCON remote console starter (0.3b!) - by Pinguinn - 23.10.2011, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)