thanks, that worked. ok Now I have my variables listed to look like this:
Code:
Q_Player = {
[1] = {
["Bakstabb"] = true,
},
[2] = {
["john doe"] = true,
},
}
the [1] = will be the 1st player that whipsered me
the [2] = the 2nd player that whispered me
[Johndoe] is obviously the Q_Player[name]
so my question is what code would i use so that i could print out this list in my chat window to show:
[1] bakstabb
[2] john doe
so that it shows the chronologicall order of people that whipsered me?
im using: table.foreach(Q_Player, QMeUp_List) but its now working