Team Chat Bug.
#3

you have a little bug

Код:
if(text[0] == '!' && text[1] != 0)
  {
    format( string, 128, "[Team] %s: %s", pInfo[playerid][name], text[1] );
    for(new i = 0; i < MAX_PLAYERS; i++ )
    {
      if( IsPlayerConnected(i) && gTeam[i] == gTeam[playerid] )
        SendClientMessage( i, teamchat, string );
    }
    return 0;
  }
try with this one
Reply


Messages In This Thread
Team Chat Bug. - by ~Dangun! - 27.01.2010, 11:30
Re: Team Chat Bug. - by leaNN! - 27.01.2010, 12:00
Re: Team Chat Bug. - by SlashPT - 27.01.2010, 12:51

Forum Jump:


Users browsing this thread: 1 Guest(s)