PDA

View Full Version : Spectate a client by command



Ni3ls
30th June 2015, 12:50
Hi all,

How to let somebody spectate another client by rcon command? I know how to make /rcon spec name1 name2 and then name1 will do action on name2. But I dont know how to let name1 immediately spectate name2 by this command. I cant find any documentation in the stock cod2 files

filthy_freak_
30th June 2015, 13:50
self.spectatorclient = player getentitynumber();

That what you looking for?

Look here for more info;
http://killtube.org/showthread.php?1926-Replicating-the-binoculars-bug&highlight=spectator

Ni3ls
30th June 2015, 14:51
Works perfectly!