Como desativa chat global
#4

eu acho que sу precisa por 8.0 ou algo do tipo...
Assim

pawn Код:
#define COR1 0xFF0000AA
#define COR2 0x000080AA
#define COR3 0x8080FFAA
#define COR4 0x80FF00AA
#define COR5 0x0F00A0AA
new PlayerLogado[MAX_PLAYERS];
new chatreal = 1;
Pхe isso no OnPlayerText ^^
pawn Код:
if(chatreal)
    {
        if(PlayerLogadoplayerid] == 0)
        {
            return 0;
        }
        GetPlayerName(playerid, sendername, sizeof(sendername));
        format(string, sizeof(string), "%s Diz: %s", sendername, text);
        ProxDetector(20.0, playerid, string,COR1,COR2,COR3,COR4,COR4;// o 20.0 й a distвncia em que o outro player irб ver o texto digitado. Pode mudб-lo para 10.0 ,12.0 etc...
        if(strlen(text) < 145)
        {
            new chatstring[MAX_CHATBUBBLE_LENGTH+1];
            format(chatstring,MAX_CHATBUBBLE_LENGTH,"%s",text);
            SetPlayerChatBubble(playerid,chatstring,COR5,100.0,10000);
        }
        return 0;
    }
    return 1;
}
OBS.: Desculpa a demora tinha saнdo *-*
Reply


Messages In This Thread
Como desativa chat global - by victor_h666 - 31.12.2010, 04:17
Re: Como desativa chat global - by Macintosh - 31.12.2010, 11:36
Re: Como desativa chat global - by Black Sσldiєя - 31.12.2010, 12:09
Re: Como desativa chat global - by Macintosh - 31.12.2010, 12:47
Re: Como desativa chat global - by Black Sσldiєя - 31.12.2010, 13:00
Re: Como desativa chat global - by Macintosh - 31.12.2010, 13:54
Re: Como desativa chat global - by victor_h666 - 31.12.2010, 14:01
Re: Como desativa chat global - by Black Sσldiєя - 31.12.2010, 14:15
Re: Como desativa chat global - by Shelby - 31.12.2010, 14:18
Re: Como desativa chat global - by Macintosh - 31.12.2010, 14:49

Forum Jump:


Users browsing this thread: 2 Guest(s)