[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
#2

good job
Reply
#3

This is nice! wanted to add something, for server owners with just 1 server (or 2 calm down ...)

Код:
@echo off
color 3f
cls
CD "C:\Program Files\Rockstar Games\GTA San Andreas\"
set /p C="Server RCON password: "
cls
start rcon.exe IPOFSERVERHERE PORT %c%
example:
Код:
@echo off
color 4f
cls
CD "C:\Program Files\Rockstar Games\GTA San Andreas\"
set /p C="Server RCON password: "
cls
start rcon.exe 86.96.69.96 1111 %c%
What this does just goes directly and loads the server IP and port, but you enter the rcon instead of just manual typing IP and port and Rcon everytime, on %c% you can put your rcon password, for FAST load and connection, but its best to leave it for " manual input "

This is nice script, though maybe i can add to it ( the speed of connection ways )
Reply
#4

dont work with w7
Reply
#5

with what?
What is w7 :P
Reply
#6

windows 7 but i found another programm to start the rcon console..
Reply
#7

not working for win 7 and allready one released the .bat for rcon console then why it's needed?
check this
https://sampforum.blast.hk/showthread.php?tid=175939
Reply
#8

@royalking:
oyeah windows 7 :P
And er, look at the topic's datum! That topic you gave was from yesterday, and this one from 30 august. He made the topic after me

p.s.
I have Windows 7 and it is working for me!
Reply
#9

very very nice ! thankx

-J
Reply
#10

nice tutorial.
Reply
#11

Very Coool

Thanks
Reply
#12

You mean .bat, not .batch.
Reply
#13

Quote:
Originally Posted by Biesmen
View Post
You mean .bat, not .batch.
Yes I meant that, my bad.
Reply
#14

What about 0.3c? I need help! I am using my private server on 0.3c!
Reply
#15

Shit, I didn't look at the date of the topic :S
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)