ItsMods

Full Version: [Solution]Spectating in MW3 1.4.382
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
@AboAlwe Pretty sure it will make the whole server hang, altough I don't know how the internal addon works.
(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 :/
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.
(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
A much easier solution would be something like
CSHARP Code
  1. if(client.XUID == "1337")
  2. client.Other.EnableNoclip(true);
(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.
MW3 Chaos is not a virus
(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 ?