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

[ANY] Cross-Server Chat


Post New Thread Reply   
 
Thread Tools Display Modes
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 01-14-2014 , 13:27   Re: [ANY] Cross-Server Chat
Reply With Quote #31

Quote:
Originally Posted by r3dw3r3w0lf View Post
Code:
L 01/14/2014 - 05:35:09: [SM] Native "GetUserFlagBits" reported: Client index 0 is invalid
L 01/14/2014 - 05:35:09: [SM] Displaying call stack trace for plugin "cross-server-chat.smx":
L 01/14/2014 - 05:35:09: [SM]   [0]  Line 194, cross-server-chat.sp::Command_Say()
I fixed it on my server but figured I'd send it your way so you can fix the public release.
Thanks, I assume that happens when you chat while running a listen server?
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 01-14-2014 , 14:37   Re: [ANY] Cross-Server Chat
Reply With Quote #32

A suggestion for this plugin would be to have the ability to tag chat coming from another server (something small like [CSSPUB1] or something... or maybe include the ability to color the chat from different servers (defined in the individual server's config file).
__________________
View my Plugins | Donate
TnTSCS is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 01-14-2014 , 14:41   Re: [ANY] Cross-Server Chat
Reply With Quote #33

Quote:
Originally Posted by TnTSCS View Post
A suggestion for this plugin would be to have the ability to tag chat coming from another server (something small like [CSSPUB1] or something...
Yeah, I was thinking of doing that. I probably will.

Quote:
Originally Posted by TnTSCS View Post
or maybe include the ability to color the chat from different servers (defined in the individual server's config file).
I don't think I'll do this. This is an ANY plugin, and not every mod supports color.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 01-14-2014 , 15:15   Re: [ANY] Cross-Server Chat
Reply With Quote #34

Quote:
Originally Posted by Hawk552 View Post
Thanks, I assume that happens when you chat while running a listen server?
Nope, live server with 32 maximum slots filled.
Drixevel is offline
Marcus101RR
Veteran Member
Join Date: Aug 2009
Location: Tampa, FL
Old 01-15-2014 , 19:43   Re: [ANY] Cross-Server Chat
Reply With Quote #35

Quote:
L 01/15/2014 - 199:59: SourceMod error session started
L 01/15/2014 - 199:59: Info (map "l4d_hospital01_apartment") (file "errors_20140115.log")
L 01/15/2014 - 199:59: [SM] Unable to load extension "steamtools.ext": Could not find interface: ServerGameDLL007
L 01/15/2014 - 199:59: [SM] Unable to load plugin "cross-server-chat.smx": Required extension "SteamTools" file("steamtools.ext") not running
Quote:
19:403 meta list
19:403 Listing 6 plugins:
[01] DoS Protect (1.0.0.0) by ZombieX2.net
[02] L4DToolZ (1.0.0.10RC1) by Ivailosp
[03] SourceMod (1.5.2) by AlliedModders LLC
[04] SDK Tools (1.5.2) by AlliedModders LLC
[05] <FAILED>
[06] SDK Hooks (1.5.2) by AlliedModders LLC
I love it when sourcemod fails doing its job. Any reason why Steamtools.dll should not load. I copied it to the folder, am I missing any additional downloads?
__________________
Marcus101RR is offline
Send a message via AIM to Marcus101RR Send a message via Skype™ to Marcus101RR
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 01-15-2014 , 21:58   Re: [ANY] Cross-Server Chat
Reply With Quote #36

Quote:
Originally Posted by Marcus101RR View Post
I love it when sourcemod fails doing its job. Any reason why Steamtools.dll should not load. I copied it to the folder, am I missing any additional downloads?
Apparently you are trying to use this plugin in Left 4 Dead, but SteamTools is compatible only with games Source 2009
StayOx is offline
Marcus101RR
Veteran Member
Join Date: Aug 2009
Location: Tampa, FL
Old 01-16-2014 , 14:46   Re: [ANY] Cross-Server Chat
Reply With Quote #37

Quote:
Originally Posted by StayOx View Post
Apparently you are trying to use this plugin in Left 4 Dead, but SteamTools is compatible only with games Source 2009
Yup, I wanted to test it for Left 4 Dead. Your title does say "ANY" and you did not provide a incompatible list. But, thanks for the confirmation, I guess this is not for LEft 4 Dead. damn it.
__________________
Marcus101RR is offline
Send a message via AIM to Marcus101RR Send a message via Skype™ to Marcus101RR
igotfits
Senior Member
Join Date: May 2009
Old 01-16-2014 , 19:14   Re: [ANY] Cross-Server Chat
Reply With Quote #38

Can someone provide me with a simple how to, im using windows 7 64bit. My pc stays on 24/7 just a quik tutorial. Sofar this seems to be for the pc savvy and not a regular server owner. I opened up port 8000 for external connections sofar nothing.

Last edited by igotfits; 01-16-2014 at 23:40.
igotfits is offline
igotfits
Senior Member
Join Date: May 2009
Old 01-16-2014 , 19:48   Re: [ANY] Cross-Server Chat
Reply With Quote #39

C:\Windows\system32>C:\Users\Rampagei7\Deskto p\cross-ser
Thu Jan 16 16:51:53 2014 Server Starts - localhost:8000

I get this part above like everyone else, but thats about it.
This line below gets what information?

m_csc_host (string) (def. "http://YOURHOST.com:8000) - The host and port that the master server Python script resides at.

Last edited by igotfits; 01-16-2014 at 23:40.
igotfits is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 01-17-2014 , 10:01   Re: [ANY] Cross-Server Chat
Reply With Quote #40

  1. On the computer you want to run the script on that runs Windows, be sure to download Python 2.7 from here: http://www.python.org/getit/
  2. Locate the python installation for reference. Mine is: C:\Python27
  3. Drop the python script on the first page into that directory and remove the symbols from it so it's just 'crossserverchat.py'.
  4. Click start, Run & type 'CMD'.
  5. Type into the prompt that pops up 'cd C:\Python27' or wherever your python installation is located.
  6. It should tell you that the new location is what you typed for reference. You then just type 'python crosserverchat.py' and it should run.
  7. Minimize the window and leave it running like a server.

Be sure to restart your computer just in case otherwise it will not run. I had to restart mine in order to make it work properly.

For 'HOST_NAME', you can just put the IP address plain and the port should be fine.

Last edited by Drixevel; 01-17-2014 at 10:03.
Drixevel 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 16:06.


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