Raised This Month: $ Target: $400
 0% 

how can i get this message [L4D]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lovemf
BANNED
Join Date: May 2009
Old 09-22-2009 , 15:15   how can i get this message [L4D]
Reply With Quote #1

my server has new map for l4d,but l4d can't auto download map

so if client not have this map,if he connect server will show he "Your String differs from server."

i try

Code:
public bool:OnClientConnect(client, String:rejectmsg[], maxlen)
{
 
if( StrContains(rejectmsg, "Your String differs from server", false)!= -1)
{
strcopy(rejectmsg, maxlen, "please visit xxxxx");
return false;
}
return true;
}
but is not work.thanks sorry my bad english.
lovemf is offline
lovemf
BANNED
Join Date: May 2009
Old 09-23-2009 , 02:43   Re: how can i get this message [L4D]
Reply With Quote #2

please help me,thanks
lovemf is offline
Frus
Senior Member
Join Date: Aug 2009
Old 09-23-2009 , 06:20   Re: how can i get this message [L4D]
Reply With Quote #3

I believe the error message is closer to "Your string table differs from server", but I don't think that's exactly it. Make sure you look over the error message and it is the exact same.

Other than that, I couldn't tell you if what you are trying to do with the code will work.
Frus is offline
lovemf
BANNED
Join Date: May 2009
Old 09-23-2009 , 11:48   Re: how can i get this message [L4D]
Reply With Quote #4

Quote:
Originally Posted by Frus View Post
I believe the error message is closer to "Your string table differs from server", but I don't think that's exactly it. Make sure you look over the error message and it is the exact same.

Other than that, I couldn't tell you if what you are trying to do with the code will work.
Yes you are right,I'm sorry about this.

I check error message again is "Your string table differs from server"

Last edited by lovemf; 09-23-2009 at 14:05.
lovemf is offline
lovemf
BANNED
Join Date: May 2009
Old 09-25-2009 , 04:32   Re: how can i get this message [L4D]
Reply With Quote #5

- -!!

lol

someone can help me pls..
lovemf is offline
olj
Veteran Member
Join Date: Jun 2009
Old 09-25-2009 , 07:18   Re: how can i get this message [L4D]
Reply With Quote #6

Ummm, i actually dont know if we can change that message. Can we? We can send them new one though (maybe to client's console).
__________________
olj is offline
raydan
Senior Member
Join Date: Aug 2006
Old 09-25-2009 , 08:02   Re: how can i get this message [L4D]
Reply With Quote #7

Quote:
Originally Posted by olj View Post
Ummm, i actually dont know if we can change that message. Can we? We can send them new one though (maybe to client's console).
change engine.dll or server.dll content?
raydan is offline
olj
Veteran Member
Join Date: Jun 2009
Old 09-25-2009 , 09:19   Re: how can i get this message [L4D]
Reply With Quote #8

You need to script this in C++ as a Metamod plugin then. Or as an extension to SourceMod. Cant help there.
__________________
olj is offline
Reply



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 15:05.


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