1
parse('sv_msg2 '..player_say_id..' "'..BBLUE..' Error!'..WHITE..' You are not admin.')
And have this output:
1
©000128128 Error!©255255255You are not admin.
How to remove the "Â"?
Scripts
How to remove "Â" in color script
How to remove "Â" in color script
1

parse('sv_msg2 '..player_say_id..' "'..BBLUE..' Error!'..WHITE..' You are not admin.')
©000128128 Error!©255255255You are not admin.
\169instead of
©️.
Kolia_rus, it is better to use \169as it's much simpler and futureproof.
Kolia_rus, try it, it's much better as it's not limited to encoding and using the appropriate IDE, it even gets highlighted so it's easier to see and understand.
1
