This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Anyone ever seen a script like this ?

Old posts that have not been replied to for several years.
Locked
A
AcidRock

Anyone ever seen a script like this ?

Post by AcidRock »

I'm looking for a script so I'll be able to get informations on a game server like Counter-Strike and send the map playing, whos playing, etc...
I would like to know either if its doable, how i could do a script like this or any links that could help me.

I can do something like this in VB by connecting to the game server by an UDP port but i didnt find any way to use a UDP port in tcl, just TCP port.

Thanks for your help !!
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

# qstat.tcl - Qstat4Eggdrop version 1.8
#
# This script will query halflife, quake 2, quake 3 and UT servers to
# display server status and players using the public commands.

its in the tcl archive
photon?
A
AcidRock

Post by AcidRock »

Thank you very much :)
Locked