Results 1 to 10 of 27

Thread: Replicating the binoculars bug?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    You could try to monitor the attack button and cycle this way through all players and set these variables:
    Code:
    spectator.spectatorclient = player getEntityNumber();
    spectator.psoffsettime = 0;
    spectator.archivetime = 0;
    However this does not prevent the spectator from pressing the right mouse button, maybe unbind the mouse buttons while spectating and rebind when spawned via clientcmd-method?

    Or when all bots are in the same team you could use some parts out of the maps\mp\gametypes\_spectating.gsc?


    EDIT:

    i like this layout
    how did you changed the font of the 'You killed'?
    Last edited by serthy; 2nd May 2014 at 16:01.

  2. The Following User Says Thank You to serthy For This Useful Post:

    filthy_freak_ (2nd May 2014)

Posting Permissions

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