strcat(str, "{F7D358}(Name) {FFFFFF}%s\n",name);
format(YourString, sizeof YourString, "{F7D358}(Name) {FFFFFF}%s\n",name);strcat(str, YourString);