[Ajuda] Sistema de Celular
#1

Fala ae, to tentando colocar esse sistema no meu Gamemode e tipo, atй estб funcionando uma parte. Os problemas que eu achei foi o seguinte.

Quando o player da /at da um flood falando "* Fulano atendeu o celular."
Quando o player atende, vocк escreve algo, nгo chega atй o outro que estб na linha, e aparece pra vocк "Ninguйm lб..."

Se alguйm ai puder ajudar й nуis <3

PHP код:
CMD:at(playerid)
{
    if(
PlayerInfo[playerid][pMuted] == 1)
    {
        
        
SendClientMessage(playerid, -1"Vocк nгo pode falar, pois foi calado");
        return 
true;
    }
    if(
Mobile[playerid] != 255)
    {
        
        
SendClientMessage(playeridCOLOR_GRAD2"Vocк jб estб em uma ligaзгo.");
        return 
true;
    }
    new 
string[128];
    for(new 
0MAX_PLAYERSi++)
    {
        
        if(
Mobile[i] == playerid)
        {
            
            
Mobile[playerid] = i//caller connecting
            
SendClientMessage(i,  COLOR_GRAD2"Atendeu o celular.");
            
GetPlayerName(playeridsendernamesizeof(sendername));
            
format(stringsizeof(string), "* %s atendeu o celular."NomePlayer(playerid));
            
SendClientMessageInRange(30.0playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
            
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE);
            
RingTone[playerid] = 0;
        }
    }
    return 
true;
}
public 
OnPlayerText(playeridtext[])
{
    new 
string[256],
    
tmp_text[256];
    if(
Mobile[playerid] != 255)
    {
        
        new 
idx;
        
tmp_text strtok(textidx);
        
GetPlayerName(playeridsendernamesizeof(sendername));
        
format(stringsizeof(string), "%s diz (Celular): %s"sendernametext);
        
SetPlayerChatBubble(playeridstringCOLOR_AZULBB20.010000);
        
SendClientMessageInRange(20.0playeridstring,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
        if(
IsPlayerConnected(Mobile[playerid]))
        {
            
            if(
Mobile[Mobile[playerid]] == playerid)
            {
                
                
SendClientMessage(Mobile[playerid], COLOR_YELLOW,string);
                
format(stringsizeof string"((Celular %s para %s: %s))"NomePlayer(playerid), NomePlayer(Mobile[playerid]), text);
                
SendGrampoMessage(playeridstring);
            }
        }
        else
        {
            
            
SendClientMessage(playeridCOLOR_YELLOW,"Ninguйm lб...");
        }
        return 
0;
    }
    if(
realchat)
    {
        
        if(
gPlayerLogged[playerid] == 0)
        {
            
            
SendClientMessage(playerid, -1"Vocк nao esta logado. USE: /logar.");
            return 
0;
        }
        
format(stringsizeof(string), "%s diz: %s"NomePlayer(playerid), text);
        
SendClientMessageInRange(35.0playeridstring,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
        
SetPlayerChatBubble(playeridtextCOLOR_WHITE35.010000);
        return 
0;
    }
    return 
0;

Reply


Messages In This Thread
Sistema de Celular - by WiliHacking - 28.01.2019, 18:06
Re: Sistema de Celular - by WiliHacking - 28.01.2019, 20:11
Re: Sistema de Celular - by NWDMadara - 28.01.2019, 22:09
Re: Sistema de Celular - by DanielMatrix - 28.01.2019, 22:10
Re: Sistema de Celular - by WiliHacking - 28.01.2019, 22:29
Re: Sistema de Celular - by WiliHacking - 29.01.2019, 04:03
Re: Sistema de Celular - by DanielMatrix - 29.01.2019, 14:16
Re: Sistema de Celular - by WiliHacking - 29.01.2019, 14:32
Re: Sistema de Celular - by DanielMatrix - 29.01.2019, 15:40
Re: Sistema de Celular - by WiliHacking - 29.01.2019, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)