[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

Reply via email to