AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Server Chat Relay v0.2 (2/18) (https://forums.alliedmods.net/showthread.php?t=73779)

MoggieX 07-08-2008 10:14

Re: Server Chat Relay v0.1 (7/05)
 
Ah yes, just realised the problem you're referring to. As and when buddy.

Matt

willy1234x1 07-09-2008 02:15

Re: Server Chat Relay v0.1 (7/05)
 
So let me get this straight if my server is going to be the SCR server the config should look like this
Code:

sm_scr_server 1
sm_scr_ip 74.86.20.34 (It's port is 27015)
sm_scr_port 51000
sm_scr_tag HS
sm_scr_relaysay 0

Would this be correct or would I need to change the port to 27015?
Also how do I go about compiling this?

MoggieX 07-09-2008 03:11

Re: Server Chat Relay v0.1 (7/05)
 
Quote:

Originally Posted by willy1234x1 (Post 650012)
So let me get this straight if my server is going to be the SCR server the config should look like this
Code:

sm_scr_server 1
sm_scr_ip 74.86.20.34 (It's port is 27015)
sm_scr_port 51000
sm_scr_tag HS
sm_scr_relaysay 0

Would this be correct or would I need to change the port to 27015?
Also how do I go about compiling this?

Morning.

Yes thats right:

In the SCR server put this:
PHP Code:

sm_scr_server 1
sm_scr_ip 74.86.20.34 
//(It's port is 27015)
sm_scr_port 51000
sm_scr_tag 
"HS"
sm_scr_relaysay 0 

And in the others put this:
PHP Code:

sm_scr_server 0
 sm_scr_ip 74.86.20.34
 sm_scr_port 51000
 sm_scr_tag 
"Your Prefix here"
 
sm_scr_relaysay 0 

As for compiling it, see here http://wiki.alliedmods.net/Compiling_SourceMod_Plugins although I just used the smx straight off the first post and it worked fine

Matt

willy1234x1 07-09-2008 03:23

Re: Server Chat Relay v0.1 (7/05)
 
So I was right with my SCR server cvar configs?

willy1234x1 07-10-2008 14:01

Re: Server Chat Relay v0.1 (7/05)
 
This plugin got me thinking what if all the Alliedmodder SM forum server admins set up a giant SCR?

willy1234x1 08-20-2008 14:07

Re: Server Chat Relay v0.1 (7/05)
 
Getting a socket error 5 with this. Don't know what error 5 is but I'm getting it.

Ash96 12-26-2008 06:42

Re: Server Chat Relay v0.1 (7/05)
 
I'm getting a "socket error 3 (errno 10061)" on my non-SCR server.

This is what my setup looks like:

My SCR server
Code:

sm_scr_server "1"
sm_scr_ip "209.20.68.157" <---My SCR servers IP
sm_scr_port "51000"
sm_scr_tag "Ash96-L (TF2)"
sm_scr_relaysay "1"

My other server
Code:

sm_scr_server "0"
sm_scr_ip "209.20.68.157"
sm_scr_port "51000"
sm_scr_tag "Ash96-Win (GM)"
sm_scr_relaysay "1"


Xsinthis 12-28-2008 09:18

Re: Server Chat Relay v0.1 (7/05)
 
this looks really neet, yet another way to bring all the servers of one community together

Mosalar 01-05-2009 16:40

Re: Server Chat Relay v0.1 (7/05)
 
What are the chances of changing this to having per server broadcasts? So you could speak to all or just one in particular?

FLOOR_MASTER 02-18-2009 11:00

Re: Server Chat Relay v0.2 (2/18)
 
Mosalar - that's definitely on my to-do list.

I've posted v0.2 with client whitelist support. This permits you to restrict your SCR clients and its use is highly recommended.

[edit] I just saw Daedilus' NetS2S plugin. It has much more functionality and I'd definitely recommend NetS2S over SCR (I haven't tested it out on my servers yet).


All times are GMT -4. The time now is 21:12.

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