18.06.2014, 01:17
Simple, just send the message.
pawn Код:
new string[128];
format(string, sizeof(string), "MESSAGE HERE!");
SendClientMessageToAll(0xFFFFFFFF, string);