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.
# 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]
}