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 "Â"?
parse('sv_msg2 '..player_say_id..' "'..BBLUE..' Error!'..WHITE..' You are not admin.')
©000128128 Error!©255255255You are not admin.
\169
instead of ©️.
\169
as it's much simpler and futureproof.