Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Додати можливість мобілізації
var domain = document.domain; // Звільнити з каменярні всіх селюків var i; for (i = 1; i < hm_cities + 1; i++) { var time = new Date().getTime(); $.get('http://'+domain+'/society/actions/actions.php?my_p_id='+txt_myid_txt+'&action=goRes&cityN='+i+'&what=stonemine&howmuch=0&_='+time); //setTimeout(function() {}, 100); } // Послати селюків до армії var i; for (i = 1; i < hm_cities + 1; i++) { var time = new Date().getTime(); $.get('http://'+domain+'/society/actions/actions.php?my_p_id='+txt_myid_txt+'&action=makeUnit&cityN='+i+'&who=pikemens&howmuch=1220&_='+time); //setTimeout(function() {}, 100); } // Найняти нових селюків var i; for (i = 1; i < hm_cities + 1; i++) { var time = new Date().getTime(); $.get('http://'+domain+'/society/actions/actions.php?my_p_id='+txt_myid_txt+'&action=makeUnit&cityN='+i+'&who=workers&howmuch=1220&_='+time); //setTimeout(function() {}, 100); }