Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for (h in a){
  2. if (isset(a[h].nick) && isset(a[h].icon) && $.inArray(a[h].nick, [ "Bandyta ze skrzynią", "Złodziej skarbów", "Łowca skarbów", "Zbir ze skrzynią", "Złodziejska zguba"] )>=0){
  3. message('<b>'+a[h].nick+' ('+a[h].lvl+'lvl)</b>'+a[h].x+','+a[h].y+'</b>');
  4.  
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement