[Pedido] Aviso por voz que nao seja FS!
#1

Eu achei alguns sistema de aviso por voz, mais sao todos FS, alguem tem esse comando que nao seja FS? se tiver posta ai to precisando muito *-*
Reply
#2

Quote:
Originally Posted by dimmy_
Посмотреть сообщение
Eu achei alguns sistema de aviso por voz, mais sao todos FS, alguem tem esse comando que nao seja FS? se tiver posta ai to precisando muito *-*
Copia do FS e mete no GameMode horas!
Reply
#3

Aviso por voz ?
Anti palavrгo ?
Reply
#4

Nao tem como eu copiar e colar o comando no meu GM, por que o comando e assim, e da alguns erros na hora de copilar
pawn Код:
CMD:avoice(playerid, params[])
    {
        new Str2[30];
        if(sscanf(params, "s", Fala)) return SendClientMessage(playerid, SERVIDOR, "Use /falar [texto]");
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            format(Str, sizeof(Str), "http://translate.******.com/translate_tts?tl=pt&q=%s", Fala);
            PlayAudioStreamForPlayer(i, Str, 0, 0, 0, 0, 0);
        }
        GetPlayerName(playerid, Nome, sizeof(Nome));
        format(Str2, sizeof(Str2), "~h~~g~%s ~y~Falando", Nome);
        GameTextForAll(Str2, 1500, 1);
        return 1;
    }
Reply
#5

Tente isso

pawn Код:
if(strcmp(cmd, "/avoice", true) == 0)
    {
        new Str2[30];
        if(sscanf(params, "s", Fala)) return SendClientMessage(playerid, SERVIDOR, "Use /falar [texto]");
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            format(Str, sizeof(Str), "http://translate.******.com/translate_tts?tl=pt&q=%s", Fala);
            PlayAudioStreamForPlayer(i, Str, 0, 0, 0, 0, 0);
        }
        GetPlayerName(playerid, Nome, sizeof(Nome));
        format(Str2, sizeof(Str2), "~h~~g~%s ~y~Falando", Nome);
        GameTextForAll(Str2, 1500, 1);
        return 1;
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)