Seeing texts from all channels [ DISCORD ]
#1

Hey, I'm getting text from unwanted channels. I want the text to show in game from only one channel.

CODE:
PHP код:
public DCC_OnChannelMessage(DCC_Channel:channelDCC_User:author, const message[])
{
    new 
channel_name[100 1];
    if(!
DCC_GetChannelName(channelchannel_name))
        return 
0;
    new 
user_name[32 1];
    if (!
DCC_GetUserName(authoruser_name))
        return 
0;
    new 
str[145];
    
format(strsizeof str"{667aca}[Discord/%s] %s:{ffffff} %s"channel_nameuser_namemessage);
    for(new 
0MAX_PLAYERSi++) {
    if (
DiscordStats[i]==0) continue;
    
SendClientMessage(i, -1str); }
    return 
1;

Reply


Messages In This Thread
Seeing texts from all channels [ DISCORD ] - by Exhibit - 13.04.2018, 18:26
Re: Seeing texts from all channels [ DISCORD ] - by MarioKamani - 13.04.2018, 18:36
Re: Seeing texts from all channels [ DISCORD ] - by Exhibit - 13.04.2018, 19:36
Re: Seeing texts from all channels [ DISCORD ] - by Exhibit - 13.04.2018, 20:58

Forum Jump:


Users browsing this thread: 1 Guest(s)