Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solution]Spectating in MW3 1.4.382
#1
Tongue 
Hi all,
I like to share this information on how to spectate in MW3 1.4.382
What you have to do is very simple

OnPlayerConnect(ServerClient Client)
{
if(Client.Name == "YOU") // or better with XUID
Thread.Sleep(9000);
}

This will let you be a spectator forever, you can't use the menu by pressing ESC key. Means you can't even leave the game. The only way is to kick yourself or simply close the game from desktop.
I use it now and works very great with me no problems. (Even in infected !)
It's more like a bug than a solution Tongue but it's good to share, it may help someone Smile

Peace
Reply

#2
@AboAlwe Pretty sure it will make the whole server hang, altough I don't know how the internal addon works.
Reply

#3
(05-04-2012, 23:01)JariZ Wrote: @AboAlwe Pretty sure it will make the whole server hang, altough I don't know how the internal addon works.

Yes, it makes the server hangs for 9 secs :/
Reply

#4
You can just switch yourself to the spectator team and I actually always play the game with a tool that has this option bound on a button.
Reply

#5
(05-05-2012, 12:07)SuperNovaAO Wrote: You can just switch yourself to the spectator team and I actually always play the game with a tool that has this option bound on a button.

MW3 chaos? Troll
[Image: MaEIQ.png]
Reply

#6
A much easier solution would be something like
CSHARP Code
  1. if(client.XUID == "1337")
  2. client.Other.EnableNoclip(true);
Reply

#7
(05-05-2012, 12:07)Pozzuh Wrote:
(05-05-2012, 12:07)SuperNovaAO Wrote: You can just switch yourself to the spectator team and I actually always play the game with a tool that has this option bound on a button.

MW3 chaos? Troll

I don't allow virusses to be on my hard drive.
Reply

#8
MW3 Chaos is not a virus
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#9
(05-05-2012, 13:37)SuperNovaAO Wrote:
(05-05-2012, 12:07)Pozzuh Wrote:
(05-05-2012, 12:07)SuperNovaAO Wrote: You can just switch yourself to the spectator team and I actually always play the game with a tool that has this option bound on a button.

MW3 chaos? Troll

I don't allow virusses to be on my hard drive.

Do you have evidence Troll ?
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  MW3 XD , spectating JosipNikic 3 2,603 07-25-2013, 10:46
Last Post: JosipNikic
  Help Spectating problems - un-mind fuck me! PLS. koil 6 4,092 07-16-2011, 15:40
Last Post: koil

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.