Portal SAMP
[Ajuda] AJUDA NO VOIP - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] AJUDA NO VOIP (/showthread.php?tid=4749)



AJUDA NO VOIP - FormigaPWN - 05/05/2024

Boa noite, pessoal eu coloquei/tentei por o voip e eu peguei la do youtube e fui colocando de boa, é a primeira vez que deu errado quando coloquei o voip, eu upei a gm na host e entrei pelo mobile e o outro pelo pc, quando ativei o voip pelo celular o server cai. Voces poderia me dizer uma certa suposição do que seria? coloquei include, plugin e tudo.

FOTO DOS ARQUIVOS DA GM


RE: AJUDA NO VOIP - xbruno1000x - 05/05/2024

svlog é o log do Voice Samp. Manda ele aqui pra termos uma ideia do problema.


RE: AJUDA NO VOIP - FormigaPWN - 05/05/2024

(05/05/2024 21:44)xbruno1000x Escreveu: svlog é o log do Voice Samp. Manda ele aqui pra termos uma ideia do problema.

FOTO DO SVLOG

(05/05/2024 21:52)FormigaPWN Escreveu:
(05/05/2024 21:44)xbruno1000x Escreveu: svlog é o log do Voice Samp. Manda ele aqui pra termos uma ideia do problema.

FOTO DO SVLOG

Código:
public SV_VOID:OnPlayerActivationKeyRelease(SV_UINT:playerid,SV_UINT:keyid)
{
    if(keyid == 0x5A && lstream[playerid])
    {
        SvDetachSpeakerFromStream(lstream[playerid], playerid);
    }
}
O CODIGO ESTÁ ASSIM ELE ESTAVA ASSIM...
Código:
public SV_VOID:OnPlayerActivationKeyRelease(SV_UINT:playerid,SV_UINT:keyid)
{
    if(keyid == 0x5A && lstream[playerid])
    {
        SvDetachSpeakerFromStream(lstream[playerid], playerid);
    }
    if(keyid == 0x42 && gstream)
    {
        if(IsPlayerAdmin(playerid))
        {
            SvDetachSpeakerFromStream(gstream, playerid);
        }
    }
}
DEIXO ASSIM SEM MODIFICAÇÃO PRA VER SE RESOLVE?


RE: AJUDA NO VOIP - White_Blue - 06/05/2024

Amigo, as fotos que você enviou são temporárias e já expiraram. Por favor, envie as fotos usando o Imgur ou outro serviço de hospedagem de imagens permanente. Se estiver enviando o log, envie-o em texto para melhor visualização.


RE: AJUDA NO VOIP - FormigaPWN - 06/05/2024

(06/05/2024 00:10)White_Blue Escreveu: Amigo, as fotos que você enviou são temporárias e já expiraram. Por favor, envie as fotos usando o Imgur ou outro serviço de hospedagem de imagens permanente. Se estiver enviando o log, envie-o em texto para melhor visualização.

[20:28:11] : [sv:dbg:main:AmxLoad] : net game pointer (value:0x90bd410) received
[20:28:11] : [sv:dbg:network:bind] : voice server running on port 54639
[20:28:11] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyPress' callback function...
[20:28:11] : [sv:dbg:pawn:register] : finded 'OnPlayerActivationKeyPress' callback function (index:385)
[20:28:11] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyRelease' callback function...
[20:28:11] : [sv:dbg:pawn:register] : finded 'OnPlayerActivationKeyRelease' callback function (index:386)

ISSO É OQ APARECE NO SVLOG, APARECE NAS ULTIMAS MENSAGENS!!


RE: AJUDA NO VOIP - Calasans - 06/05/2024

(06/05/2024 16:50)FormigaPWN Escreveu:
(06/05/2024 00:10)White_Blue Escreveu: Amigo, as fotos que você enviou são temporárias e já expiraram. Por favor, envie as fotos usando o Imgur ou outro serviço de hospedagem de imagens permanente. Se estiver enviando o log, envie-o em texto para melhor visualização.

[20:28:11] : [sv:dbg:main:AmxLoad] : net game pointer (value:0x90bd410) received
[20:28:11] : [sv:dbg:network:bind] : voice server running on port 54639
[20:28:11] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyPress' callback function...
[20:28:11] : [sv:dbg:pawn:register] : finded 'OnPlayerActivationKeyPress' callback function (index:385)
[20:28:11] : [sv:dbg:pawn:register] : finding 'OnPlayerActivationKeyRelease' callback function...
[20:28:11] : [sv:dbg:pawn:register] : finded 'OnPlayerActivationKeyRelease' callback function (index:386)

ISSO É OQ APARECE NO SVLOG, APARECE NAS ULTIMAS MENSAGENS!!

Colega, use o Include: https://github.com/ocalasans/Voip-Inclusion
Basta ler o repositório para saber como funciona.