21.03.2010, 18:58
Why does my name do not show in the text?
%s should be my Name, and after them a text...
%s should be my Name, and after them a text...
pawn Код:
if(dialogid == Chat){
if(listitem == 0){
new string[128];
new aname[MAX_PLAYER_NAME];
format(string, sizeof(string), "[%s]:text",aname);
SendClientMessageToAll(0x0ffffff, string);