Someone posted this somewhere a while ago as well, a C version of same:

http://trog.qgl.org/up/rcon.c

-- trog

---- Original Message ----
From: <[EMAIL PROTECTED]>
To: <hlds_linux@list.valvesoftware.com>
Sent: Monday, February 21, 2005 10:30 AM
Subject: Re: [hlds_linux] kkrcon for source?

Thank you, kind sir.

john

On Sun, 20 Feb 2005, Chris Jones wrote:

[EMAIL PROTECTED] wrote:

Does anyone have something similar to kkrcon that works with source?
Perl / PHP based would be ideal

http://gruntle.org/projects/hl2/Rcon-HL2-0.04.tar.gz


use Rcon::HL2; my $rcon = Rcon::HL2->new( hostname => "yourserver", password => "yourpass", );

 print $rcon->run("status");
 $rcon->run("changelevel de_dust");


-- Chris

_______________________________________________
To unsubscribe, edit your list preferences, or view the list
archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to