View Single Post
08-04-17, 12:28 PM   #8
Mortimerlol
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Jul 2017
Posts: 71
Sorry for my english. I go to explain in code text, i hope that now you understand me:

Lua Code:
  1. BangCharHateds = {
  2.     ["Paco"] = true,
  3.     ["Anabel"] = true,
  4.     ["Francisco"] = true,
  5.  }
  6.   BangCharKills = {
  7.     ["Tarmanu"] = 43,
  8.     ["Anabel"] = 56,
  9.     ["Armario"] = 23,
  10.     ["Paco"] = 10,
  11.     ["Francisco"] = 11,
  12.     ["Casiopea"] = 22,
  13.     ["Artamundo"] = 16,
  14.     ["Costera"] = 7,
  15.  }
  16.  
  17. --  OUTPUT:
  18.  
  19. --  56 Anabel
  20. --  11 Francisco
  21. --  10 Paco

Thanks for help !!!!!!!!
  Reply With Quote