The best way I can explain this is through example in my code.
Code:
get_players(players, playercount, "a")
player = players[random_num(0, playercount)]
As you can see, through this code, I've selected a random alive user and his user id is stored in the variable player. Now, my question is, how do I take that user id and get that users name from it?
Thanks for your help eXist.