24.04.2011, 23:20
That is not the matter
Aren't you wanna format() this?
pawn Код:
SendClientMessageToAll(0xFFFFFF,"Player %s used command /help");
pawn Код:
new text[128];
format(text,sizeof(text),"Player %s has used command /help",name);
//and
SendClientMessageToAll(C3FF00,text);