SA-MP Forums Archive
[Ajuda] /GRITAR - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] /GRITAR (/showthread.php?tid=632370)



/GRITAR - BrGabrielBr - 13.04.2017

Tenho um sistema de gritar tipo ele funciona normalmente mais quaando boto /gritar e escolho o audio so eu esculto o audio o outro player perto de mim n e acontece a mesma coisa quando outro player bota gritar


Re: /GRITAR - IlanZ - 13.04.2017

Tente usar de base

PHP код:
CMD:gritar(playeridparams[])
{
    new 
Float:Pos[3];
    
GetPlayerPos(playeridPos[0], Pos[1], Pos[2]);
    for(new 
iMAX_PLAYERSi++)
    {
          if(
IsPlayerInRangeOfPoint(i15.0Pos[0], Pos[1], Pos[2]))
          {
              
// Code
          
}
    }
    return 
1;




Respuesta: /GRITAR - BrGabrielBr - 13.04.2017

O meu ja tem uma base gritar vou te mostrar
Quote:

dcmd_gritar(playerid, params[])
{
#pragma unused params
ShowPlayerDialog(playerid, DIALOG_GRITAR, DIALOG_STYLE_LIST, "Grito De Facзхes", "CMD\n3CP\nLLL\nMLC\nORGS", "OK", "Cancelar");
return 1;
}




Re: /GRITAR - henriqueTL - 13.04.2017

PHP код:
//TOPO DO GM NO DIALOGґS
#define DIALOG_RADIO 2319
dcmd_Grita(playeridparams[])
{
    
#pragma unused params
    
if(Player[playerid][pLogged] == false)
        return 
SendClientMessage(playeridCOR_ERRO"ERRO: Vocк nгo estб logado para utilizar este comando!");
    
ShowPlayerDialog(playeridDIALOG_GRITARDIALOG_STYLE_LIST"SALTA GRITO""Ok""");
    return 
1;
}
//------------------------------------------------------------------------------------------------------------------------
if(dialogid == DIALOG_GRITAR)
  {
     if(
response)
        {
            if(
listitem == 0)
            {
                
PlayAudioStreamForPlayer(playerid,"AUDIO ");
                
SendClientMessage(playeridCOR_AZUL"voce esta saltando um grito");
            }
        }
        return 
1;
    } 



Respuesta: /GRITAR - BrGabrielBr - 13.04.2017

ai e so eu criar um
Quote:

dcmd(gritar, cmdtext);

no dcmd ne


Re: Respuesta: /GRITAR - henriqueTL - 13.04.2017

Quote:
Originally Posted by BrGabrielBr
Посмотреть сообщение
ai e so eu criar um no dcmd ne
isso ai #Capeta


Respuesta: /GRITAR - BrGabrielBr - 14.04.2017

mano aonde estб em
Quote:

#define DIALOG_RADIO 2319

posso botar assim
Quote:

#define DIALOG_GRITAR 2319




- IlanZ - 14.04.2017

Depende, pode dar conflito se a 2319 estiver jб em uso


Respuesta: /GRITAR - BrGabrielBr - 14.04.2017

tbm tem isso mas vou dar uma olhadinha acho q n mais posso trocar radio por gritar ne ? se n estiver nenhuma 2319