Results 1 to 3 of 3

Thread: Spectate a client by command

  1. #1
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts

    Spectate a client by command

    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

  2. #2
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    PHP Code:
    self.spectatorclient player getentitynumber(); 
    That what you looking for?

    Look here for more info;
    http://killtube.org/showthread.php?1...ight=spectator

  3. The Following 2 Users Say Thank You to filthy_freak_ For This Useful Post:

    kung foo man (30th June 2015),Ni3ls (30th June 2015)

  4. #3
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Works perfectly!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •