All teams are green!!!!!!!!
#7

Well, so far no errors, I can't test it yet 'cause nobody else is online!

What about the chat, why the hell is there every person who speaks green?

I have this, but this does not work!

PHP код:
public OnPlayerText(playeridtext[])
{
    new 
sendername[MAX_PLAYER_NAME], string[128];
    if(
chatmode)
    {
        
GetPlayerName(playeridsendernamesizeof(sendername));
        
format(stringsizeof(string), "%s: %s"sendernametext);
        if(
gTeam[playerid] == GROVE)
        {
            
SendLocalChat(playerid,0x00FF00AA,string,20.0);
            return 
0;
        }
        if(
gTeam[playerid] == BALLA)
        {
            
SendLocalChat(playerid,0xFF00FFAA,string,20.0);
            return 
0;
        }
        if(
gTeam[playerid] == VAGOS)
        {
            
SendLocalChat(playerid,0xFFFF00AA,string,20.0);
            return 
0;
        }
    }
    return 
0;

Reply


Messages In This Thread
All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:02
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 18:25
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:28
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 18:33
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:37
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 18:39
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:43
Re: All teams are green!!!!!!!! - by Wesley221 - 12.08.2011, 18:54
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:56
Re: All teams are green!!!!!!!! - by Wesley221 - 12.08.2011, 18:57
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 18:57
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 19:00
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 19:01
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 19:06
Re: All teams are green!!!!!!!! - by Zonoya - 12.08.2011, 19:15
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 19:23
Re: All teams are green!!!!!!!! - by Zonoya - 12.08.2011, 21:48
AW: All teams are green!!!!!!!! - by samtey - 13.08.2011, 07:41
Re: All teams are green!!!!!!!! - by MadeMan - 13.08.2011, 09:58
Re: All teams are green!!!!!!!! - by Zonoya - 13.08.2011, 11:50
Re: All teams are green!!!!!!!! - by Zonoya - 13.08.2011, 11:54

Forum Jump:


Users browsing this thread: 3 Guest(s)