Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. g.loadQueue.push({
  2. fun : function (b) {
  3. for (var i in b) {
  4. if (hero.nick == i) {
  5. $('<style>').text('#hero, #mytrader, #troop' + hero.id + '{background-image: url(' + b[i] + ') !important}').appendTo('head');
  6. };
  7. };
  8. },
  9. data : {
  10.  
  11.  
  12. 'Mściwy Peba' : 'https://www.margonem.pl/obrazki/postacie/paid/licy_mag_m.gif',
  13. 'Jr Peba' : 'http://odysea.margonem.pl/obrazki/postacie/spec/w18-outk2.gif',
  14. 'Mściwy Pebek' : 'https://www.margonem.pl/obrazki/postacie/vip/3590390.gif',
  15. 'Meemette' : 'https://www.margonem.pl/obrazki/postacie/vip/6805038.gif',
  16. 'Peboon' : 'https://www.margonem.pl/obrazki/postacie/paid/licy_lowca.gif'
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. }
  36. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement