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.

Qstat.tcl 2.1 by Peter Postma

Old posts that have not been replied to for several years.
Locked
D
Dzyzus_

Qstat.tcl 2.1 by Peter Postma

Post by Dzyzus_ »

Hi all,
I've downloaded this .tcl http://ai-bot.mine.nu/scripts/qstat.tar.gz
i have qstat2.5c, and my problem is that player.qstat is not working
he is always executing server.qstat
!hl my.cs.server works
!hlp my.cs.server is showeing same as !hl my.cs.server
Plz help me.
Thanx.
Last edited by Dzyzus_ on Mon Mar 17, 2003 8:04 am, edited 2 times in total.
D
Dzyzus_

Post by Dzyzus_ »

I think problem in this line:

Code: Select all

# run the qstat program.
  if {$players} { 
    set stat [open "|$pathqstat/qstat $gametype $arg -Ts $pathqstat/server.qstat -Tp $pathqstat/players.qstat -P" r]
  } else {
    set stat [open "|$pathqstat/qstat $gametype $arg -Ts $pathqstat/server.qstat" r]
  }
Locked