05.07.2016, 22:17
You are re-writing on the spited string variables which causes this.
Corrected code:
Corrected code:
pawn Code:
format(str1, sizeof(str1), "{%s}%s: {%s}%s...",EMBED_WHITE, fullName(playerid, false), EMBED_WHITESMOKE, str1);
format(str2, sizeof(str2), "{%s}%s: {%s}...%s",EMBED_WHITE, fullName(playerid, false), EMBED_WHITESMOKE, str2);