First of all, I don't know if this list is the correct list... please
redirect me if not.

We've developed in PHP functions to control server info, server status,
kick, ban etc.
we open socket and after getting challenge number we send commands this
way:

"\xff\xff\xff\xffrcon $this->challenge_number \"$this->rconPass\"
$command\n";

Now in the new CS Source we don't know how translate all the old
commands...
We've done only the function "getStatus" with the 3 tipical queries ->
$querys[] = "\xFF\xFF\xFF\xFF\x54";
                $querys[] = "\xFF\xFF\xFF\xFF\x55";
                $querys[] = "\xFF\xFF\xFF\xFF\x56";

But we've searched for the other functions implementations in vain...
:-(

¿Where we can get that code or information about how to code it (in PHP
if possible...):
kick, ban, server status (map, info players complete(with id,
steamid,...)) etc. in the new HL2 protocol?

Thanks a lot!!


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

Reply via email to