Problem With Chat
#1

When I Use This CODE in My GM.
I can't chat.

PHP код:
if(text[0] == '!')
    {
      new 
name[24], string[256];
      
GetPlayerName(playeridname24);
      
format(stringsizeof(string), "{AD855C}[Team Chat]%s: %s"nametext[1]);
      for(new 
0MAX_PLAYERSi++)
       {
        if(
IsPlayerConnected(i))
        {
        if(
GetPlayerTeam(playerid) == GetPlayerTeam(i))
        
SendClientMessage(i,yellowstring);
        }
      }
    }
    return 
0
Reply


Messages In This Thread
Problem With Chat - by V_LOPE - 15.12.2011, 05:56
Re: Problem With Chat - by Celson - 15.12.2011, 05:59
Re: Problem With Chat - by V_LOPE - 15.12.2011, 06:00
Re: Problem With Chat - by [ABK]Antonio - 15.12.2011, 06:03
Re: Problem With Chat - by V_LOPE - 15.12.2011, 06:08
Re: Problem With Chat - by Rob_Maate - 15.12.2011, 06:29
Re: Problem With Chat - by [ABK]Antonio - 15.12.2011, 06:35
Re: Problem With Chat - by suhrab_mujeeb - 15.12.2011, 06:38
Re: Problem With Chat - by Rob_Maate - 15.12.2011, 06:42
Re: Problem With Chat - by [ABK]Antonio - 15.12.2011, 06:44

Forum Jump:


Users browsing this thread: 2 Guest(s)