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

AMXX Chat Relay [Discord <=> Ingame]


Post New Thread Reply   
 
Thread Tools Display Modes
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-30-2019 , 05:32   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #21

Being new doesn't mean you can't read. I'm pretty sure there are hundreds of tutorials on how to install a simple plugin, so please search for them. Every plugin is installed in the exact same way.
__________________

Last edited by OciXCrom; 09-30-2019 at 05:32.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 10-01-2019 , 08:15   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #22

Found 1 typo: in
Code:
public authenticate() {
you've
Code:
authenticacion
.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-01-2019 , 09:25   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #23

Quote:
Originally Posted by rautamiekka View Post
Found 1 typo: in
Code:
public authenticate() {
you've
Code:
authenticacion
.
What?!
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 10-07-2019 , 10:34   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #24

Quote:
Originally Posted by hckr View Post
It's also good to read that I mentioned that I'm new at this and so far I've only used amxx plugins to copy and paste, and the guide to this is a little difficult for me, this message goes with !the best energy!


pd_ I know it's a lot to ask before such work done, but if someone makes a video guide how to install these great files would appreciate =D
Documentation is available at https://rumblefrog.me/source-chat-relay/

Note that it talks about the Sourcemod plugin, so you have to switch it in your case for the AMXX variant.
__________________
RumbleFrog is offline
RaZ_HU
Senior Member
Join Date: May 2015
Location: Hungary
Old 10-13-2019 , 08:54   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #25

Feature request: add a file where we can list phrases to be ignored.

Also please ignore messages starting with " / " (commands) and whitespace:
Code:
public handleSay(id)
{
	new sMessage[MAX_COMMAND_LENGTH];
	read_argv(1, sMessage, charsmax(sMessage));

	if (strlen(sMessage) == 0 || sMessage[0] == '/' || sMessage[0] == ' ')
	{
		return PLUGIN_CONTINUE;
	}
Plugins and the relay bot are both awesome, thank you guys.

Edit:
@endnch I have changed your SMA code to support exclusive list, if needed I can send it to you and check it (I am sure there are stuff that could be done better in it).

Last edited by RaZ_HU; 10-13-2019 at 17:42.
RaZ_HU is offline
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 10-14-2019 , 02:52   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #26

Quote:
Originally Posted by RaZ_HU View Post
Feature request: add a file where we can list phrases to be ignored.

Also please ignore messages starting with " / " (commands) and whitespace:
Code:
public handleSay(id)
{
	new sMessage[MAX_COMMAND_LENGTH];
	read_argv(1, sMessage, charsmax(sMessage));

	if (strlen(sMessage) == 0 || sMessage[0] == '/' || sMessage[0] == ' ')
	{
		return PLUGIN_CONTINUE;
	}
Plugins and the relay bot are both awesome, thank you guys.

Edit:
@endnch I have changed your SMA code to support exclusive list, if needed I can send it to you and check it (I am sure there are stuff that could be done better in it).
Those already can be done on the server-side: https://rumblefrog.me/source-chat-relay/filters
__________________
RumbleFrog is offline
RaZ_HU
Senior Member
Join Date: May 2015
Location: Hungary
Old 10-14-2019 , 07:20   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #27

Quote:
Originally Posted by RumbleFrog View Post
Those already can be done on the server-side: https://rumblefrog.me/source-chat-relay/filters
Wow, I missed that somehow. Thank you
RaZ_HU is offline
Mark.uG
AlliedModders Donor
Join Date: Oct 2014
Old 10-20-2019 , 13:55   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #28

On 1.8 does not seem to work after mapchange unless you restart the bot then works as normal


I ran a log alone side the bot. Heres the file I removed some personal info from it but anyone know what this is saying lol.
Attached Files
File Type: txt log.txt (19.9 KB, 127 views)

Last edited by Mark.uG; 10-21-2019 at 15:53. Reason: Added error file
Mark.uG is offline
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 10-21-2019 , 19:08   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #29

Quote:
Originally Posted by Mark.uG View Post
On 1.8 does not seem to work after mapchange unless you restart the bot then works as normal


I ran a log alone side the bot. Heres the file I removed some personal info from it but anyone know what this is saying lol.
Should be fixed in v2.1.1
__________________
RumbleFrog is offline
SERGE90
New Member
Join Date: Jun 2017
Location: Pervouralsk, Russia
Old 10-29-2019 , 18:06   Re: AMXX Chat Relay [Discord <=> Ingame]
Reply With Quote #30

Hello!
Thank you for your plugin. It works great in CS 1.6 server, but Could you adapt it for Half-Life 1?

SERGE90 is offline
Reply


Thread Tools
Display Modes

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 14:24.


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