I want to have my qw so that if i specc a duel i want to see wp_stats when i push tab (to see scores) like this:
To get it to be like this i use this lines:
What happens now is that when i push tab in lets say a 4on4 i see the scores, and i see the kteams command scores, i dont see wp_stats (so, that works just like i want it to)
If i specc (a 4on4) on a qizmo-cam i see the scores, but i get an error that "scores" isnt a command (since it is only a kteams command and not "forwarded" throu qizmo to speccs)
If i specc a duel and press tab i see the scores (+showteamscores) and i see the wp_stats, BUT i dont see kteams scores command, that dont work!
So! Two things that have to be solved:
1. I need to be able to identify if i am on a qizmo-cam (to eliminate the errors from using kteams commands)
2. I need to get the kteams command "scores" to work if i am on a duelserver.
To get it to be like this i use this lines:
alias +bothscores "scores;+showteamscores;if $matchtype = duel then +wp_stats"
alias -bothscores "-showteamscores;if $matchtype = duel then -wp_stats"
bind TAB "+bothscores"
alias -bothscores "-showteamscores;if $matchtype = duel then -wp_stats"
bind TAB "+bothscores"
What happens now is that when i push tab in lets say a 4on4 i see the scores, and i see the kteams command scores, i dont see wp_stats (so, that works just like i want it to)
If i specc (a 4on4) on a qizmo-cam i see the scores, but i get an error that "scores" isnt a command (since it is only a kteams command and not "forwarded" throu qizmo to speccs)
If i specc a duel and press tab i see the scores (+showteamscores) and i see the wp_stats, BUT i dont see kteams scores command, that dont work!
So! Two things that have to be solved:
1. I need to be able to identify if i am on a qizmo-cam (to eliminate the errors from using kteams commands)
2. I need to get the kteams command "scores" to work if i am on a duelserver.