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 but it's good to share, it may help someone
Peace
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 but it's good to share, it may help someone
Peace