[Ajuda] Chat Torcida
#5

PHP код:
public OnPlayerText(playeridtext[])
{
    if(
text[0] == '!')
    {
         if(
PlayerInfo[playerid][pTorcida] == 1)
         {
             static
                
Nome[24],
                
String[128]
            ;

            
Nome[0]     = EOS;
            
String[0]   = EOS;

            
GetPlayerName(playeridNomesizeof(Nome));
            
format(Stringsizeof(String), "[Chat Gaviхes da Fiel]%s(%d): {FFFFFF}%s"Nome,playeridtext[1]);


            static
                
id
            
;

            
id GetMaxPlayers();
            for( ; 
id > -1; --id){
                if(
PlayerInfo[id][pTorcida] == 1){
                    
SendClientMessage(idCOLOR_TVPString);
                }
            }
        }

        if(
PlayerInfo[playerid][pTorcida] == 2)
        {
             static
                
Nome[24],
                
String[128]
            ;

            
Nome[0]     = EOS;
            
String[0]   = EOS;


            
GetPlayerName(playeridNomesizeof(Nome));
            
format(Stringsizeof(String), "[Chat Torcida Coringгo Chopp]%s(%d): {FFFFFF}%s"Nome,playeridtext[1]);

            static
                
id
            
;

            
id GetMaxPlayers();
            for( ; 
id > -1; --id){
                if(
PlayerInfo[id][pTorcida] == 2){
                    
SendClientMessage(idCOLOR_TVPString);
                }
            }
        }
        return 
0;
    }
    return 
1;

Reply


Messages In This Thread
Chat Torcida - by denis15711 - 17.10.2012, 18:57
Re: Chat Torcida - by MatheusAlcapone - 17.10.2012, 19:06
Re: Chat Torcida - by denis15711 - 17.10.2012, 19:07
Re: Chat Torcida - by MatheusAlcapone - 17.10.2012, 19:15
Re: Chat Torcida - by zSuYaNw - 17.10.2012, 19:25
Re: Chat Torcida - by rodrigooo - 17.10.2012, 19:27
Re: Chat Torcida - by denis15711 - 17.10.2012, 20:40
Re: Chat Torcida - by GTO.DoDo - 27.10.2012, 18:45

Forum Jump:


Users browsing this thread: 1 Guest(s)