Thanks guys for the replies.
@CrazY.
I tried both ways, but still it shows the same error.
@KliPPy
I think you're right, but I can't figure out what's the missing parameter.
This is from the lang file:
Code:
YOUR_RANK_IS = Your rank is ^3%d ^4of ^3%d ^4with ^3%d kill(s)^4, ^3%d hit(s)^4, skill level ^3%0.0f%%^4.
Of course I modified the colour tags to match with the client_print_color. Here I see that it has 4 integers, and one float, also in client_print_color 5 parameters are entered after "YOUR_RANK_IS" as in my 1st post, but I can't quite make out what is the purpose of "id" before "YOUR_RANK_IS" in client_print_color.
Only the * character before %L is printed in the game so maybe the problem lies in the "YOUR_RANK_IS".
Here's the original statsx_shell: