31.07.2012, 00:40
pawn Код:
static string[128], Nome[24], Texto[64];
GetPlayerName(playerid, Nome, 24);
format(Texto, sizeof Texto, "%s", Variбvel que armazena o texto que quer que seja enviado);
format(string, sizeof string, "%s: %s", Nome, Texto);
SendClientMessageToAll(-1, string);
