The developers of Call of Duty: Black Ops Cold War and Call of Duty: Warzone are preparing new attractions for players. At the end of the month, the second season of the tournament will begin, which will take the daredevils into the woods. Check out the eye-catching news trailer.
They have already appeared today First leaks on the new Call of DutyBut we can’t forget that Call of Duty: Black Ops Cold War is just starting a development that will be tightly linked to Call of Duty: Warzone.
The developers have just posted a trailer for the second season of the tournament – Treyarch continues the events after the last attack. Now our mission will be to storm the site in the heart of the Lao forest:
“After the attack on The Pines, Adler is taken hostage. Intelligence reports that in Southeast Asia, the Naga man, Perseus, with the help of an extensive network of cartels, is distributing the deadly Nova 6 gas.”
The latest material shows, among other things, the new operators (Wolf, Rivas, and Naga), but it also lets you get a look at new weapons (Galil, LC10-SMG and Crossbow). More points will also appear in production.
You see, great weeks ahead of Call of Duty fans … now wait for the full list of news – hopefully, the jungle will also appear in Call of Duty Warzone.
function statusChangeCallback(response, forced) {
if (response.status === 'connected') {
// Logged into your app and Facebook.
FB.api('/me', function(response) {
if (forced == 1) {
console.log('Próba logowania przez przycisk');
} else {
console.log('Próba autologowania');
}
console.log(JSON.stringify(response));
//fbAutoLogin(JSON.stringify(response), forced); });
//fbAutoLogin(fb_user_id);
} else if (response.status === 'not_authorized') {
// The person is logged into Facebook, but not your app.
console.log('Please log into this app.');
} else {
// The person is not logged into Facebook, so we're not sure if
// they are logged into this app or not.
console.log('Please log into Facebook.');
} }
// This function is called when someone finishes with the Login
// Button. See the onlogin handler attached to it in the sample
// code below.
function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response, 1);
});
}
window.fbAsyncInit = function() {
FB.init({
appId: '113502828807977', // App ID
cookie: true, // enable cookies to allow the server to access the session
xfbml: true, // parse social plugins on this page
version: 'v2.2' // use version 2.2
});
FB.getLoginStatus(function(response) {
statusChangeCallback(response, 0);
});
}
// Here we run a very simple test of the Graph API after login is
// successful. See statusChangeCallback() for when this call is made.
function testAPI() {
}
// Load the SDK Asynchronously
(function(d) {
var js, id = 'facebook-jssdk',
ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {
return;
}
js = d.createElement('script');
js.id = id;
js.async = true;
js.src = "https://connect.facebook.net/pl_PL/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));