ID:807929
 
(See the best response by Gamer_cad.)
Is it possible? I don't how this can be done. But I know that it has been done.
Errm. I imagine you could write some code to generate your own text as an image and then add the image... but just raw text on the Screen? Not that I know of.
I ment if it was a image set for it, it would show, Like whats in a duelist hand or so? Wouldn't be text, would be 100 x 100 icons.
I'm a little confused. Can you provide more detail please on what it is exactly you're trying to do? I might be able to help more then/
Well if your playing a game of fish right and you have a hand of cards correct? Well I want to access that list of cards and show there icons on the client screen. Is there a way I can access the list and give a spacing between cards so it saves time for me going through like 60 cards?
Best response
Loop through the list of objects, then for each one grab their icon, add it to client.screen, then set the position of the card to wherever. Then set the position of the next card to card1.x + card1.width + seperator?