04.11.2014, 09:23
You can't assign a string in this manner in Pawn. For all you know, someone inputs "MyVeryLongTag". This is obviously longer than 10 characters. Then what?
Don't use format to copy strings, use strcat or strcpy.
Don't use format to copy strings, use strcat or strcpy.