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