Advertisement
Guest User

Untitled

a guest
May 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. foreach i,j in group_string(clan_leaderboards, "\\w+\\.php\\?.*?who=(\\d+)\""){
  2. if(j==1){
  3. clan_urls[i][1] = group_string(visit_url("showplayer.php?who="+group_string(clan_leaderboards, "\\w+\\.php\\?.*?who=(\\d+)\"")[i][1])[1][1];
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement