15.03.2011, 20:05
It will just show the first text character. Test yourself:
pawn Код:
new string[200];
format(string,sizeof(string),""#lime"(id: %d): "#normal"%s",playerid,text);
SendPlayerMessageToAll(playerid, string);
return 0;