[Ajuda] Erro CMD
#2

Detalhes...
Код:
{
CMD:anunciar(playerid, params[])
{
new anuncio[128], formato[128];
if(sscanf(params, "s[128]", anuncio)) return SendClientMessage(playerid, vermelho, "Uso corrreto: /anunciar [TEXTO]");
format(formato, sizeof(formato), "Anuncio: %s", anuncio)
SendClientMessageToAll(azul, formato);
return 1;
}
return 0;
}
Reply


Messages In This Thread
Erro CMD - by LuizZ14 - 11.07.2016, 20:20
Re: Erro CMD - by F1N4L - 11.07.2016, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)