Aeron Posted May 24, 2005 Share Posted May 24, 2005 To much "mta.say"'s or "mta.msg"'s in one event can time-out all players. Therefor I made varity of "mta.say" and "mta.msg", which adds a delay and prevents flooding the server. What do YOU do: 1. Add the following code in a EMPTY script file. 2. Replace in ALL scripts (Except from the edit-protection scripts: GRS for example) "mta.say" with "mta.tsay" and "mta.msg" with "mta.tmsg" alias mta.tsay { var %a = 1,%b = 0 while (%a <= $timer(0)) { if (mta.say* iswm $timer(%a).com) { !inc %b } !inc %a } !.timer 1 %b mta.say $1- } alias mta.tmsg { var %a = 1,%b = 0 while (%a <= $timer(0)) { if (mta.msg* iswm $timer(%a).com) { !inc %b } !inc %a } !.timer 1 %b mta.msg $1- } Aeron out. Link to comment
Mike Posted May 24, 2005 Share Posted May 24, 2005 This should also fix the 0x093249blah error. Also, if it still doesn't sort itself, turn off as many things as you can in GRS (welcome message, gstats, nickserv) as GRS on it's own can cause the timeout bug. /me slaps Oli Link to comment
Harry Posted May 27, 2005 Share Posted May 27, 2005 Couldnt you this just put in a MTA:MA update/revision? Link to comment
Si|ent Posted May 27, 2005 Share Posted May 27, 2005 I did suggest that to Aeron the evening that he was fixing this, I forget the reason he gave that he couldn't do so though. Link to comment
Harry Posted May 30, 2005 Share Posted May 30, 2005 Lazyness?? Cant think of any other thing for not making a small update Link to comment
Aeron Posted May 30, 2005 Author Share Posted May 30, 2005 Lazyness??Cant think of any other thing for not making a small update There is one coming... and yes i'm lazy. Link to comment
Guest Posted July 23, 2005 Share Posted July 23, 2005 can u show this with photos i dont get it and cant do it anyways Link to comment
Harry Posted July 24, 2005 Share Posted July 24, 2005 No This topic is way too old, and i thought this problem is fixed anyways. Link to comment
*SmartiE* Posted July 24, 2005 Share Posted July 24, 2005 that script is already built into MTA:mA now Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now