Posts: 562
Threads: 61
Joined: Jul 2010
15 Dec 14, 03:13AM
(This post was last modified: 15 Dec 14, 03:14AM by vonunov.)
https://www.youtube.com/watch?v=gSYT1AsSwlQ
Anyone had this before? Any idea why?
Maybe it's the server modifications but I don't see anything that should have caused it.
-PfkbMasRCDEptw
Posts: 1,033
Threads: 85
Joined: Oct 2013
(15 Dec 14, 03:13AM)vonunov Wrote: https://www.youtube.com/watch?v=gSYT1AsSwlQ
Anyone had this before? Any idea why?
Maybe it's the server modifications but I don't see anything that should have caused it.
-PfkbMasRCDEptw
You are using /forceteam CN
You need to do /forceteam CN TM
Where TM is:
0 CLA
1 RSVF
2 CLA Spect
3 RSVF Spect
4 Spect
Posts: 729
Threads: 16
Joined: Dec 2012
The error messages for that command are abysmal. Would be better if it told you exactly what you did wrong or why you can't vote.
Posts: 562
Threads: 61
Joined: Jul 2010
Posts: 2,136
Threads: 50
Joined: Jun 2010
The in-game docs have been changed for this command for over a year, but I don't know why they were missed for the 1202 release.
If you want a command that works like the old forceteam:
alias oldforce [if (> (curteam $arg1) 1) [echo (c 3) "Player must not be spectating"] [forceteam $arg1 (! (curteam $arg1) )]]
I agree that the errors aren't great for deciphering what you did wrong, but I don't think forceteam is alone in this.
Posts: 1,033
Threads: 85
Joined: Oct 2013
(15 Dec 14, 05:01AM)vonunov Wrote: Oh, cool, is that new?
I only found out what that command this year so I'm not sure.