[Pedido] /Anunciar
#7

pawn Код:
CMD:anuncio(playerid, params[])
{
    new String[128];
    new Texto[128];
    new Nome[MAX_PLAYER_NAME];
    if(sscanf(params, "s", Texto)) return SendClientMessage(playerid, CINZA, "{3cff00}Ч INFO Ч {FFFFFF} Use /texto [texto]"), SendClientMessage(playerid, CINZA, "Use o comando para mandar uma mensagem em forma de GameText aos jogadores");
    format(String, sizeof(String), "~r~%s: ~w~%s", Nome(playerid), Texto);
    GameTextForAll(String, 4000, 4);
    return 1;
}
Reply


Messages In This Thread
/Anunciar - by Detonador - 12.07.2013, 20:38
Re: /Anunciar - by TheKoDaK - 12.07.2013, 20:57
Re: /Anunciar - by xxRaioxx - 12.07.2013, 21:42
Re: /Anunciar - by Detonador - 12.07.2013, 21:48
Re: /Anunciar - by TheKoDaK - 12.07.2013, 22:22
Re: /Anunciar - by xxRaioxx - 12.07.2013, 22:28
Re: /Anunciar - by TheKoDaK - 12.07.2013, 22:39
Re: /Anunciar - by Cidiei - 12.07.2013, 22:43
Re: /Anunciar - by xxRaioxx - 12.07.2013, 22:44
Re: /Anunciar - by Detonador - 13.07.2013, 03:23

Forum Jump:


Users browsing this thread: 1 Guest(s)