[AJUDA]Anuncio
#3

pawn Code:
CMD:anuncio (playerid, params[])
    {
        new Nome[MAX_PLAYER_NAME], texto[128];
        GetPlayerName(playerid, Nome sizeof(Nome));
        if(sscanf(params, "s", texto)) return SendClientMessage(playerid, -1, "use: /anuncio [texto]");
        new string2[128];
        format(string2, sizeof(string2), "Anuncio de %s: %s", Nome, texto);
        SendClientMessageToAll(-1, string2);
        return 1;
    }
tenta (nao testei apenas fis aqui no bloco de notas) caso de erro poste aqui
Reply


Messages In This Thread
[AJUDA]Anuncio - by Manoloww - 25.03.2012, 19:02
Re: [AJUDA]Anuncio - by DouglasRodrigues - 25.03.2012, 19:09
Re: [AJUDA]Anuncio - by histire - 25.03.2012, 19:11
Re: [AJUDA]Anuncio - by Manoloww - 25.03.2012, 19:13
Re: [AJUDA]Anuncio - by histire - 25.03.2012, 19:16
Re: [AJUDA]Anuncio - by DouglasRodrigues - 25.03.2012, 19:21
Re: [AJUDA]Anuncio - by .FuneraL. - 25.03.2012, 20:31
Re: [AJUDA]Anuncio - by histire - 25.03.2012, 20:34
Re: [AJUDA]Anuncio - by StrondA_ - 25.03.2012, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)