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
#2

Try make it like this

PHP Code:
    new name[MAX_PLAYER_NAME 1]; 
    
GetPlayerName(playeridnamesizeof name); 
    if (
_:g_WelcomeChannelId == 0//this one missing.
    
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); 
Reply
#3

You need to read plugin's thread more carefully
Reply
#4

have a look i think this is channel id right ?
Reply
#5

Nope to be able to see channel ids you need to enable developer mode in settings
https://discordia.me/developer-mode
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)