Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. window.city = ['Ithan', 'Torneg', 'Karka-han', 'Werbin', 'Thuzal', 'Mythar', 'Tuzmer', 'Eder', 'Nithal']
  2.  
  3. Logowanie = function(){
  4. if(g.dead){
  5. if(city.includes(map.name)){
  6. window.location.href = 'https://www.margonem.pl/';
  7. }
  8. }
  9. }
  10.  
  11. setInterval(Logowanie, 20000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement