07-16-2011, 09:01
hey i want to list all players names that are alive in a string or save them to a variable or w/e... having problems doing it..
alist = self createFontString( "default", 1.2 );
alist setPoint( "BOTTOMRIGHT", "BOTTOMRIGHT", -100, -50 );
alist setText("Players Alive: Player Name");
is how i will do it, how can i store the players names and send it in that though, i tried a few methods, didnt get errors, it just wouldnt show, help plx.
alist = self createFontString( "default", 1.2 );
alist setPoint( "BOTTOMRIGHT", "BOTTOMRIGHT", -100, -50 );
alist setText("Players Alive: Player Name");
is how i will do it, how can i store the players names and send it in that though, i tried a few methods, didnt get errors, it just wouldnt show, help plx.