04.08.2012, 16:52
SendClientMessageToAll(COLOR_RED, string);
should from format
exemple:
should from format
exemple:
pawn Код:
new string[128];
format(string,sizeof(string), "hello man",string);
SendClientMessageToAll(COLOR_RED, string);