View Single Post
08-07-17, 12:26 PM   #25
Mortimerlol
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Jul 2017
Posts: 71
Your code woks but I dont understand why I can't print line per line, as for example:

Lua Code:
  1. print("TOP 1: "..numbers[1], names[numbers[1]][1])
  2.         print("TOP 2: "..numbers[2], names[numbers[2]][2])
  3.         print("TOP 3: "..numbers[3], names[numbers[3]][3])

I dont see that I do wrong.
  Reply With Quote