[Ajuda] Estou tendo um Problema
#6

Quote:
Originally Posted by ReDKiiL
Посмотреть сообщение
Tenta colocar return 0;
ali no fim do code!
PHP код:
    #if DESTAQUE_CHAT == 1
     
if(PlayerInfo[playerid][Admin] > 1)
      {
        
format(DESStr,sizeof(DESStr),"[ADM]%s {CCFF00}[ID:{FFFFFF}%d{CCFF00}]:{FFFFFF} %s",Nome(playerid),playerid,text);
        
SendClientMessageToAll(GetPlayerColor(playerid),DESStr);
        
SetPlayerChatBubble(playerid,text,-1,80,4000);
         return 
0;
    }
    else
    if(
pVip[playerid][1] > 1)
      {
          
format(DESStr,sizeof(DESStr),"[VIP] %s {CCFF00}[ID:{FFFFFF}%d{CCFF00}]:{FFFFFF} %s",Nome(playerid),playerid,text);
        
SendClientMessageToAll(GetPlayerColor(playerid),DESStr);
        
SetPlayerChatBubble(playerid,text,-1,80,4000);
         return 
0;
    }
    else
    if(
PlayerInfo[playerid][Admin] == && pVip[playerid][1] == 0)
      {
          
format(DESStr,sizeof(DESStr),"[PLAYER] %s {CCFF00}[ID:{FFFFFF}%d{CCFF00}]:{FFFFFF} %s",Nome(playerid),playerid,text);
        
SendClientMessageToAll(GetPlayerColor(playerid),DESStr);
        
SetPlayerChatBubble(playerid,text,-1,80,4000);
         return 
0;
    }
     
#endif
        //aqui \/
    
return 0;


Deu certo aqui vllw mesmo
Reply


Messages In This Thread
Estou tendo um Problema - by VinnyScript - 08.02.2015, 00:35
Re: Estou tendo um Problema - by Artista - 08.02.2015, 00:46
Re: Estou tendo um Problema - by VinnyScript - 08.02.2015, 00:47
Re: Estou tendo um Problema - by ReDKiiL - 08.02.2015, 00:50
Re: Estou tendo um Problema - by VinnyScript - 08.02.2015, 00:54
Re: Estou tendo um Problema - by VinnyScript - 08.02.2015, 01:12

Forum Jump:


Users browsing this thread: 5 Guest(s)