AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   AMXX Chat Relay [Discord <=> Ingame] (https://forums.alliedmods.net/showthread.php?t=318610)

Calibru09 02-10-2023 01:55

Re: AMXX Chat Relay [Discord <=> Ingame]
 
2 Attachment(s)
ok my bot is called LegendCS
so here is my permission to the bot on my category

what settings should i put if these are not correct ?

DruGzOG 02-10-2023 07:13

Re: AMXX Chat Relay [Discord <=> Ingame]
 
Does your bot connecting to the server... have appropriate permissions?

brolpzt 04-03-2023 12:53

Re: AMXX Chat Relay [Discord <=> Ingame]
 
Guys, how are you?

What impact does this plugin have on server performance? Can it cause delays on the server?

Taking advantage of the topic,

In the case of creating a plugin using GRIP to send requests to Discord, instead of a socket, as this would also affect the server's performance, since each message sent in the chat will generate a request.

Would anyone have an idea?

RumbleFrog 04-15-2023 04:07

Re: AMXX Chat Relay [Discord <=> Ingame]
 
Quote:

Originally Posted by brolpzt (Post 2802156)
Guys, how are you?

What impact does this plugin have on server performance? Can it cause delays on the server?

Taking advantage of the topic,

In the case of creating a plugin using GRIP to send requests to Discord, instead of a socket, as this would also affect the server's performance, since each message sent in the chat will generate a request.

Would anyone have an idea?

Almost negligible, GRIP/REST is one-way only, socket is for bi-directional.

hjkwe654 10-31-2023 13:26

Re: AMXX Chat Relay [Discord <=> Ingame]
 
The relay server look like got some problem, i can't enable relay server.

https://i.imgur.com/xvwaJ36.png

DruGzOG 11-01-2023 07:28

Re: AMXX Chat Relay [Discord <=> Ingame]
 
Quote:

Originally Posted by hjkwe654 (Post 2812285)
The relay server look like got some problem, i can't enable relay server.

https://i.imgur.com/xvwaJ36.png

open the port.

hjkwe654 11-03-2023 12:47

Re: AMXX Chat Relay [Discord <=> Ingame]
 
Quote:

Originally Posted by DruGzOG (Post 2812305)
open the port.

already opened, same problem.

Trainzack 11-19-2023 18:10

Re: AMXX Chat Relay [Discord <=> Ingame]
 
Hello, I got this working okay, but I wanted to share a couple of sticking points I ran into:

1. The bot wasn't able to respond to commands in the server until I enabled the "MESSAGE CONTENT INTENT" option on the bot. That option is either something disabled by default, or I disabled it without realizing it.
2. When running on linux, the ./server -service install command failed silently. It would create a service, but the service would fail to start. I eventually traced it back to the ConditionFileIsExecutable condition in the .service file. The spaces in the filepath were replaced with "\x20", which failed specifically for the condition check. Replacing those with actual spaces and surrounding the path with quotes made it work correctly.

N3v3rM1nd 01-25-2024 15:23

Re: AMXX Chat Relay [Discord <=> Ingame]
 
I have this problem
[AMXX-Server-Relay] Error connecting socket

Code:

// This file was auto-generated by AMX Mod X (v1.10.0.5378)
// Cvars for plugin "Discord Chat Relay" by "endnch" (AMX-Server-Relay.amxx, v1.0)


// Enable map start/end events
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
rf_scr_event_map "0"

// Enable player connect/disconnect events
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
rf_scr_event_player "1"

// Enable player death events
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
rf_scr_event_player_death "0"

// If event_player is enabled, report the number of players after connect/disconnect
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
rf_scr_event_player_report "1"

// Relay Server Host
// -
// Default: "127.0.0.1"
rf_scr_host "93.114.82.21"

// The hostname/displayname to send with messages. If left empty, it will use the server's hostname
// -
// Default: ""
rf_scr_hostname ""

// Relay Server Port
// -
// Default: "57452"
rf_scr_port "57452"

Here rf_scr_host I inserted the vps IP, where the bot is hosted, is good or should i change it, i can't figure it out

N3v3rM1nd 01-27-2024 07:39

Re: AMXX Chat Relay [Discord <=> Ingame]
 
Can someone help me? Why is the topic in New Plugin Submissions category if is there no more support for it?


All times are GMT -4. The time now is 06:51.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.