Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Discord Help

$
0
0
Anyone can help me i can see the player's messages from discord IG but i dont see the In Game messages in Discord if you understand me is there any way to make the in game messages appear in Discord? I would be thankful if you helped me :)


OnPlayerSpawn
PHP Code:

        new name[MAX_PLAYER_NAME 1];
    
GetPlayerName(playeridnamesizeof name);

    if (
_:g_WelcomeChannelId == 0)
        
g_WelcomeChannelId DCC_FindChannelById("344516361097052161"); // Discord channel ID

    
new str[128];
    
format(strsizeof str"Player %s joined the server."name);
    
DCC_SendChannelMessage(g_WelcomeChannelIdstr); 

PHP Code:

public DCC_OnChannelMessage(DCC_Channel:channel, const author[], const message[])
{

    new 
tmp144 ];
    
format(tmpsizeof (tmp), "[discord: %s]: {FFFFFF}%s"authormessage);
    
SendClientMessageToAll(-1tmp);
    return 
true;



Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>