[.bat] Rcon Tool -
Mike Garber - 11.09.2010
Since RCON is removed from the GUI and I was bored yesterday,
I just made something real quick.
It's an easy tool, just specify IP, Port & Password and you're good to go.
It's .bat, so If you're worried about your computer, right-click on it and click on Edit (Open with Notepad).
First I made'em .exe, but then I changed my mind since you wouldn't trust me :P
I was bored when I made this so It might be useful for you or not. It's all up to what you think.
There's two versions for 32-bit and 64-bit due to the different directories.
It will ask you if you're using the default installation directory of GTA:SA, If not you can specify yours.
It uses the default RCON to function.
Download:
http://erpsite.net/RconTools.rar
Re: [.bat] Rcon Tool -
Calgon - 11.09.2010
Someone already released something similar a while ago.
Re: [.bat] Rcon Tool -
Mike Garber - 11.09.2010
Quote:
Originally Posted by Calgon
Someone already released something similar a while ago.
|
Now that was useful! Like there aint multiple scripts/apps/tools of the same type of everything else?
Also i just released It cuz I was bored, not for It to be something unique or better then anybody.
It's not like this is an advanced tool to make.
Re: [.bat] Rcon Tool -
royal_king - 11.09.2010
nice this is usefull for SA-MP 0.3b server thanks
Re: [.bat] Rcon Tool -
Jantjuh - 11.09.2010
handy
very very handy, becuz the rcon button at the client is removed
This forum requires that you wait 120 seconds between posts. Please try again in 34 seconds. >: (
Re: [.bat] Rcon Tool -
HyperZ - 11.09.2010
Great job...
Re: [.bat] Rcon Tool -
Mike Garber - 11.09.2010
Quote:
Originally Posted by royal_king[xXx]
nice this is usefull for SA-MP 0.3b server thanks
|
Thanks
Re: [.bat] Rcon Tool -
Kwarde - 12.09.2010
It IS usefull, but I already made one too, but my topic is an tutorial
here it is:
https://sampforum.blast.hk/showthread.php?tid=172450
Kind Regards,
Kwarde
Re : [.bat] Rcon Tool -
Karting06 - 01.10.2010
Its not working!
Re: Re : [.bat] Rcon Tool -
Scenario - 02.10.2010
Quote:
Originally Posted by Karting06
Its not working!
|
I tested it out as well and it
does not work.
Re: [.bat] Rcon Tool -
Mike Garber - 07.10.2010
It IS working, but Yes, sometimes It fails to connect properly. Just restart It and try again.
Re: [.bat] Rcon Tool -
Kwarde - 07.10.2010
Maybe you miss the 'rcon.exe'
To get that one, follow this link:
http://rpdsamp.nl/get/gta/sa/mp/clientside/rcon.exe.zip
And @Mike: You may add it in your post
Re: [.bat] Rcon Tool -
Flyfishes - 07.10.2010
I like the idea and you've done it awesome. Great work!
Re: [.bat] Rcon Tool -
CJ101 - 07.10.2010
-.- i posted in wrong topic :/
Re: [.bat] Rcon Tool -
Calgon - 07.10.2010
Quote:
Originally Posted by cj101
|
It's a *.bat, you can clearly see the source code before you run it. There's a bit of a difference between an app coded in a language like C++ and a small console .bat application.
Re: [.bat] Rcon Tool -
Cameltoe - 17.10.2010
Actually, theres an rcon tool included with samp.. go to your /san andreas dir.
Re: [.bat] Rcon Tool -
ELITEGAMER - 16.12.2010
i downloaded it and installed too i typed the ip nd then port nd then password when i pressed enter it closed Wha ?
Re: [.bat] Rcon Tool -
cessil - 16.12.2010
I had the problem of it closing too, just take out the variable questions so your .bat file looks something like this
Код:
@echo off
color 1f
cls
CD "C:\Program Files\Rockstar Games\GTA San Andreas\"
cls
start rcon.exe IP PORT PASSWORD
Re: [.bat] Rcon Tool -
iFriSki - 16.12.2010
Not quite sure why you're going through the trouble of making everything user submitted, when they could simply send the arguments straight up. Then have them throw it in the directory itself, as I highly doubt everyone will understand that they need to set it there.
Another thing you didn't mention is they need to set
rcon to 1, in the server.cfg.
Код:
rcon.exe IP PORT PASSWORD
Re: [.bat] Rcon Tool -
Mehtab - 16.12.2010
it closes for me also