AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   REQ: Chat with other players on another server (https://forums.alliedmods.net/showthread.php?t=68601)

smsmasters 03-19-2008 17:56

REQ: Chat with other players on another server
 
I've seen on a TF2 server where if you type + before your message, it displays to other players on another server.

Does anything exist like this publicly?

Many thanks!

bl4nk 03-19-2008 18:04

Re: REQ: Chat with other players on another server
 
I doubt it exists publically, but it could easily be done with the sockets extension.

smsmasters 03-19-2008 18:11

Re: REQ: Chat with other players on another server
 
Hi thanks for the reply. Using the sockets extension, what would I need to look for when sending chat messages to another server?

Many thanks

bl4nk 03-19-2008 18:20

Re: REQ: Chat with other players on another server
 
You would have to hook chat, check the first character of the player's text for the symbol, and then send the text over to the other server via the socket. Then take the received data and send the text to the chat of all players in the other server.

smsmasters 03-19-2008 18:39

Re: REQ: Chat with other players on another server
 
Ok thanks for the theory of how it could work.

Would anyone be willing to make one? I have no experience with scripting for sourcemod I'm afraid. :(

This would be greatly appreciated.

Spitfire20 03-20-2008 07:08

Re: REQ: Chat with other players on another server
 
I also want a plugin That Links the servers together :P

Any Help would be greatly Welcomed and appreciated

sfPlayer 03-20-2008 20:12

Re: REQ: Chat with other players on another server
 
i've implemented it, pre-release testing is starting :D

Extreme_One 03-20-2008 20:15

Re: REQ: Chat with other players on another server
 
Quote:

Originally Posted by sfPlayer (Post 599439)
i've implemented it, pre-release testing is starting :D

Oh cool this could be great! :up:

smsmasters 03-20-2008 20:51

Re: REQ: Chat with other players on another server
 
I've been testing it with sfplayer right now. He still has a few more things to fix.

It's me core/digital by the way.

sfPlayer 03-20-2008 21:47

Re: REQ: Chat with other players on another server
 
http://forums.alliedmods.net/showthread.php?t=68667


All times are GMT -4. The time now is 20:08.

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