View Single Post
08-07-17, 01:24 PM   #29
Mortimerlol
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Jul 2017
Posts: 71
Yeah, now works as like/need. THANKS !

Lua Code:
  1. if which == 1 then print("TOP 1"..numbers[i], names[numbers[i]][j]) end
  2.         if which == 2 then print("TOP 2"..numbers[i], names[numbers[i]][j]) end
  3.         if which == 3 then print("TOP 3"..numbers[i], names[numbers[i]][j]) end
  4.         if which == 4 then print("TOP 4"..numbers[i], names[numbers[i]][j]) end
  Reply With Quote