View Single Post
endnch
Junior Member
Join Date: Sep 2019
Old 09-09-2019 , 21:48   Re: AMX Chat Relay [Discord <=> Ingame]
Reply With Quote #3

Quote:
Originally Posted by JocAnis View Post
Finally something really new and interesting in "New Plugin Submissions"

Can you exaplain in detail what does this mean?

Server to host the relay binary on (with MySQL if not external)
(mysql is must-need?)

Also why amxmodx 1.10 ... :D
You need to run the Bot software so the game server can communicate with your Discord server. You can run the software on your computer, or you can run it on a server so it stays online 24/7. The software requires a MySQL database to store information about the clients that connect to it and the channels in your discord server. You can run this database in the same computer/server as the software or you can run it externally in another server.

I put 1.10 because that's the version I tested it on, in the code I use some functions that were introduced in 1.9 so technically it should work in 1.9 too, but I haven't tested it.

Last edited by endnch; 09-09-2019 at 21:53.
endnch is offline