when I'm trying to print the String1 it prints everything okay...
Quote:
|
client_print(0, print_chat, "%s", String1[id][255])
|
but when I'm trying to copy the String1 to String2, and replace the "x*" to "" in String2, and then print it, it shows me nothing ...