Editing Something in the IC Chat
#4

Try this.

pawn Код:
if(PlayerInfo[playerid][pMask] == 1)
    {
        format(string, sizeof(string), "%s Stranger says: %s", accent, text);
        ProxDetector(20.0, playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
        SetPlayerChatBubble(playerid,text,COLOR_WHITE,20.0,5000);
        return 0;
   
}
EDIT: Put it at the top of the callback, under GetPlayerAccent.
Reply


Messages In This Thread
Editing Something in the IC Chat - by Drago987 - 06.03.2014, 19:01
Re: Editing Something in the IC Chat - by BKarner - 06.03.2014, 19:02
Re: Editing Something in the IC Chat - by Drago987 - 06.03.2014, 19:24
Re: Editing Something in the IC Chat - by EiresJason - 06.03.2014, 19:54
Re: Editing Something in the IC Chat - by Drago987 - 06.03.2014, 20:02
Re: Editing Something in the IC Chat - by EiresJason - 06.03.2014, 20:12
Re: Editing Something in the IC Chat - by ConnorHunter - 06.03.2014, 20:18
Re: Editing Something in the IC Chat - by XK - 06.03.2014, 20:37

Forum Jump:


Users browsing this thread: 1 Guest(s)