Hi Napoleon_be,
Thanks for your detailed explain. There is one more thing I want to ask. I understand the use of this
%L parameter. Sometimes they use
%s, sometimes use
%d and sometimes
%i parameters. How to determine which one to use? Is the following usage correct?
Code:
client_print(id, print_chat, "[INFO] Name: %s | Kills: %s | Score: %s", NAME, KILLS, SCORE)