Problem With Chat
#4

pawn Код:
if(GetPlayerTeam(playerid) == GetPlayerTeam(i))
    SendClientMessage(i,yellow, string);
change to
pawn Код:
if(GetPlayerTeam(playerid) == GetPlayerTeam(i)) SendClientMessage(i,yellow, string);
or
pawn Код:
if(GetPlayerTeam(playerid) == GetPlayerTeam(i))
    {
        SendClientMessage(i,yellow, string);
    }

If that doesn't work, check your GetPlayerTeam shit
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: 4 Guest(s)