29.06.2018, 05:48
Use less color codes. If you're only using {FFFFFF} you can completely omit them and set the label color to white. No sense in using colors when they never change.
Also why do you do the list by hand? Just use an array (which can be found in for example fsdebug) and format it using a loop. 3 minutes of work instead of an hour.
Also why do you do the list by hand? Just use an array (which can be found in for example fsdebug) and format it using a loop. 3 minutes of work instead of an hour.