How To Run Discord Connector ??
#1

Hello hi i got an problem in running discord chatting system in the server i got all information of discord connector i did same thing i create bot i also invite it and i also include bot token in server cfg when i'm trying to open server then its is getting online status but chat is not working what should i do sir
variable
PHP Code:
new DCC_Channel:g_WelcomeChannelId
Onplayertext
PHP Code:
    new name[MAX_PLAYER_NAME 1];
    
GetPlayerName(playeridnamesizeof name);
    
g_WelcomeChannelId DCC_FindChannelByName("discord widget server id"); // Discord channel ID
    
new str1[128];
    
format(str1sizeof str1"[Server] %s: %s"nametext[1]);
    
DCC_SendChannelMessage(g_WelcomeChannelIdstr1); 
Other Code

PHP Code:
public DCC_OnChannelMessage(DCC_Channel:channelDCC_User:author, const message[])
{
    new 
channel_name[100 1];
    if(!
DCC_GetChannelName(channelchannel_name))
    return 
0// invalid channel
    
new user_name[32 1];
    if (!
DCC_GetUserName(authoruser_name))
    return 
0// invalid user
    
new str[145];
    
format(strsizeof str"[Discord/%s] %s: %s"channel_nameuser_namemessage);
    
SendClientMessageToAll(-1str);
    return 
1;

Please Help i'm trying it since 2 weeks thanks in advance
I Have 3 server channels like announcement section chat section and rules section i want to add this system in chat section please
Reply


Messages In This Thread
How To Run Discord Connector ?? - by RJTabish - 27.09.2018, 18:18
Re: How To Run Discord Connector ?? - by AzaMx - 27.09.2018, 22:50
Re: How To Run Discord Connector ?? - by v1k1nG - 27.09.2018, 23:11
Re: How To Run Discord Connector ?? - by RJTabish - 28.09.2018, 07:20
Re: How To Run Discord Connector ?? - by v1k1nG - 28.09.2018, 11:40

Forum Jump:


Users browsing this thread: 1 Guest(s)