• Sort Table By Values?
    0 replies, posted
[B]I've Fixed it[/B] function SortTable(a,b,v) return a[v] > b[v] end table.sort(table, SortTable)
Sorry, you need to Log In to post a reply to this thread.