[Ajuda] Sistema de Celular
#9

PHP код:
CMD:at(playerid) { 
  
    if(
PlayerInfo[playerid][pMuted] == 1) return SendClientMessage(playerid0xb30059FF"[ATENЗГO]: {FFFFFF}Vocк nгo pode falar, pois foi silenciado.");
    if(
Mobile[playerid] != 255) return SendClientMessage(playerid0xb30059FF"[ATENЗГO]: {FFFFFF}Atualmente vocк jб encontra-se em uma ligaзгo.");
   
    new 
string[128]; 
    for(new 
0MAX_PLAYERSi++) 
    { 
         
        if(
Mobile[i] == playerid
        { 
             
            
Mobile[playerid] = i//caller connecting 
            
SendClientMessage(playerid,  COLOR_GRAD2"|CELULAR| Vocк atendeu a ligaзгo."); 
            
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

PHP код:
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 
true
    } 
    if(
realchat
    { 
         
        if(
gPlayerLogged[playerid] == 0) return SendClientMessage(playerid0xb30059FF"[ATENЗГO]: {FFFFFF}Vocк nao esta logado. USE: /logar.");
        
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 
true
    } 
    return 
0

Da uma olhada aew, vк se vai funcionar, odeio pegar oque eu nгo fiz, nгo acostuma, aprenda desenvolver seu prуprio sistema, pedir ajuda e uma coisa , pedir ajuda para resolver um sistema que nгo foi vocк que fez e outra, dei uma pequena otimizada no comando /at, bem pequena.... nгo entenda esse pequeno texto como ofensivo..
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)