10.05.2013, 15:24
pawn Код:
if(sscanf(params, "s",texto))
{
SendClientMessage(playerid,-1,"Use: /anuncio [texto]");
}
else
{
GetPlayerName(playerid,nome,sizeof(nome));
format(Str, sizeof(Str),"Anъncio de %s [ID:%d]: %s",nome,playerid,texto);
SendClientMessageToAll(-1,Str);
}