Jump to content
Spyler.X

Doubt with list of online players

Recommended Posts

I have tried to make a list of players online, and although it is fully functional. I think there has to be a way to make it simpler. What functions do I have to use to reduce this logic and that it is as elegant as in the Gold rust game?

20181210135729_1.thumb.jpg.31cdbe5978e50448f6d9f1288cff312f.jpg

20181210135744_1.thumb.jpg.d68289d9f836cfb048d0bf705030f024.jpg

 

Share this post


Link to post
Share on other sites

I think that the most effective way would be to use FOR EACH (wiki coming soon) loop :)

2018-12-10_14h21_53.png

 

TIP: to create list with lines, use [NL] string after each name (it will start new line)

  • Thanks 1

Share this post


Link to post
Share on other sites

ok thank you very much @Rudy.cz, I'll try the reps, they look better.

And I'm waiting for that wiki, at this moment it's a constant trial and error:P 

but little by little things start to work, even with a long and ugly logic. xD

Share this post


Link to post
Share on other sites
2 hours ago, Rudy.cz said:

I think that the most effective way would be to use FOR EACH (wiki coming soon) loop :)

2018-12-10_14h21_53.png

 

TIP: to create list with lines, use [NL] string after each name (it will start new line)

Oooooo, I didn't know about that! Thanks!!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×