AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Ingame remote rcon control (https://forums.alliedmods.net/showthread.php?t=55881)

hackziner 06-01-2007 07:05

Ingame remote rcon control
 
1 Attachment(s)
PHP Code:

/***************************  Ingame remote rcon control *********************
Ingame remote rcon control ( yes it's an useless plugin )

This plugin is a short implemenation of the hlds rcon protocol

Idea : Alka ;) He wanted this plugin ... even if I tell him it's useless


usage : amx_remote_rcon <ip> <port> <rcon> <command>
ip & port = ip and port of the remote server
rcon = rcon of the remote server
command = command to execute, please use "" 

Note: The hlds rcon protocol is unsecure ... so I don't support this thing :)

Contact : 
mail: [email protected]
msn: [email protected]

*******************************************************************************/ 

This plugin allows to control an other server with rcon ...

I can't help thinking that plugin is totally useless ... But Alka tells me it isn't ...

So ... ;)

vvg125 06-01-2007 08:16

Re: Ingame remote rcon control
 
Actually, it's not bad of an idea. It's being to enter the ip, port, password, and command in one line. However would this save the ip, port, and password after the first time the command is executed?

hackziner 06-03-2007 08:22

Re: Ingame remote rcon control
 
Sorryn i'm just too lazy to do that ....

vvg125 06-03-2007 18:06

Re: Ingame remote rcon control
 
Heh... s'okay. That's what things like HLSW are for. :P

Lee 06-03-2007 18:54

Re: Ingame remote rcon control
 
I believe the reason he says this is useless is because this functionality already exists within Half-Life.

hackziner 06-03-2007 19:06

Re: Ingame remote rcon control
 
I don't think this function already exist in half life ...

This plugin might be useful ... But only if you've several server and if you have something like cross admin ...

Lee 06-03-2007 20:32

Re: Ingame remote rcon control
 
I just started Counter-Strike. I don't see why you can't make use of rcon_address, rcon_port and rcon_password..

hackziner 06-03-2007 20:50

Re: Ingame remote rcon control
 
It's the same thing :)

But, when you use "rcon_address", ... you make a "connection" between you and the server ...

The plugin make a "connexion" between two server ...

If you want to control 2 server with rcon ingame, you've to change rcon_address and rcon_password ...
with the plugin you haven't

In fact this plugin needs few improvements ...


Yes, I know It's an "useless" plugin :)

Dav3 08-04-2007 07:23

Re: Ingame remote rcon control
 
It's usefull 4 HLTVs ... ;P

ehha 08-04-2007 08:29

Re: Ingame remote rcon control
 
this can be don within cs1.6 console alone, connected or disconnected from a server

just type in the rcon pass of the remote server "rcon_password PASS", "rcon_address" and then "rcon cmd" and if needed "rcon_port"


All times are GMT -4. The time now is 11:13.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.