17.05.2017, 10:58
You can also do this using ternary operator. Simple and neat.
Код HTML:
strcat(string, (IsPlayerRegisterd[id]) ? ("Yes") : ("No"));