[Ajuda] Chat T
#10

Olha como que ta
pawn Код:
public OnPlayerText(playerid, text[])
{
    if(text[0] == '!')
    {
        if(PlayerInfo[playerid][pTorcida] == 1)
        {
        new VarTorcida[MAX_PLAYERS];
        new Nome[24], String[128];
        GetPlayerName(playerid, Nome, sizeof(Nome));
        format(String, sizeof(String), "[Chat Gaviхes da Fiel] %s : %s", Nome, text[1]);
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(VarTorcida[playerid] == Torcida[i])
            {
                SendClientMessage(i, -1, String);
                return 0;
            }
        }
    }
    }
    return 0;
}//Sгo 72 torcidas postei so esta para ter uma ideia
Reply


Messages In This Thread
Chat T - by denis15711 - 20.07.2012, 22:00
Re: Chat T - by Don_Speed - 20.07.2012, 22:05
Re: Chat T - by Ades - 20.07.2012, 22:06
Re: Chat T - by denis15711 - 20.07.2012, 22:09
Re: Chat T - by Don_Speed - 20.07.2012, 22:15
Re: Chat T - by denis15711 - 20.07.2012, 22:17
Re: Chat T - by @Riichard - 20.07.2012, 22:17
Re: Chat T - by denis15711 - 20.07.2012, 22:19
Re: Chat T - by @Riichard - 20.07.2012, 22:24
Re: Chat T - by denis15711 - 20.07.2012, 22:26

Forum Jump:


Users browsing this thread: 1 Guest(s)