I am using this in my code:
PHP Code:
client_print(id, print_chat, "bibu said %s to all", g_szWelcomeMsgs[g_RandomMsg])
I also use the welcome msg in a menu, so it does display like this:
bibu said \yhi
Now in the menu it looks colored, but I want that if \y or \w or \r, \d contained, removed in the client_print part.
Can someone help me with that?