Posts: 988
Threads: 9
Joined: Jul 2006
Reputation:
0
It seem obvious that the problem is SetCam.
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
I don't really know but, When I had a problem with "SERVER: Unknown Command."
I just changed the cmd like
if(strcmp(cmdtext,"/next",true)==0)
to
if(!strcmp(cmd,"/next",true))
And it got fixed.. Since this I use only this way.
Posts: 1,042
Threads: 32
Joined: Apr 2008
Reputation:
0
Found the problem, camera 3 doesn't exist.
Its 0 1 and 2, its lower than 3, so it tries to set it to 3, which doesnt exit.
P.S: I figured out before 0rbs post.
Posts: 2,265
Threads: 80
Joined: Jul 2008
Reputation:
0
I could have told you that lol.