Raised This Month: $51 Target: $400
 12% 

AMXX Chat Relay [Discord <=> Ingame]


Post New Thread Reply   
 
Thread Tools Display Modes
Calibru09
Junior Member
Join Date: Jan 2020
Location: Romania
Old 02-10-2023 , 01:55   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #51

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 ?
Attached Thumbnails
Click image for larger version

Name:	bot.PNG
Views:	108
Size:	58.4 KB
ID:	199544   Click image for larger version

Name:	bot2.PNG
Views:	84
Size:	39.1 KB
ID:	199545  
Calibru09 is offline
Send a message via AIM to Calibru09 Send a message via Yahoo to Calibru09 Send a message via Skype™ to Calibru09
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 02-10-2023 , 07:13   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #52

Does your bot connecting to the server... have appropriate permissions?
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
brolpzt
New Member
Join Date: Mar 2023
Old 04-03-2023 , 12:53   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #53

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?
brolpzt is offline
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 04-15-2023 , 04:07   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #54

Quote:
Originally Posted by brolpzt View Post
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.
__________________
RumbleFrog is offline
hjkwe654
Member
Join Date: Sep 2005
Location: Taiwan
Old 10-31-2023 , 13:26   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #55

The relay server look like got some problem, i can't enable relay server.


Last edited by hjkwe654; 10-31-2023 at 13:27.
hjkwe654 is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 11-01-2023 , 07:28   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #56

Quote:
Originally Posted by hjkwe654 View Post
The relay server look like got some problem, i can't enable relay server.

open the port.
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
hjkwe654
Member
Join Date: Sep 2005
Location: Taiwan
Old 11-03-2023 , 12:47   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #57

Quote:
Originally Posted by DruGzOG View Post
open the port.
already opened, same problem.
hjkwe654 is offline
Trainzack
New Member
Join Date: Sep 2023
Old 11-19-2023 , 18:10   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #58

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.
Trainzack is offline
N3v3rM1nd
Junior Member
Join Date: Apr 2021
Old 01-25-2024 , 15:23   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #59

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 is offline
N3v3rM1nd
Junior Member
Join Date: Apr 2021
Old 01-27-2024 , 07:39   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #60

Can someone help me? Why is the topic in New Plugin Submissions category if is there no more support for it?
N3v3rM1nd is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:30.


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