30.08.2010, 07:37
(
Последний раз редактировалось Kwarde; 27.05.2011 в 22:18.
)
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;
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:
!! 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
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%
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%
Place it in your GTA SA Directory
Kind Regards,
Kevin aka Kwarde