Fix Crash Servers Iw5m R28
Featured Replies
Эта тема закрыта для публикации сообщений.
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
I hope not cause problems or anything like that but. achieves solve the crash of the servers with Russian symbols.
this achieves the infinity editing the script, as follows
public static bool HandleSay(int clientNum, string clientName, string message) { var entity = Entity.GetEntity(clientNum); ScriptProcessor.RunAll(script => script.OnSay(entity, clientName, message.Substring(1))); return true; }The old code was
public static bool HandleSay(int clientNum, string clientName, string message) { if (message.Length > 0 && message[0] == 21) { message = message.Substring(1); } var entity = Entity.GetEntity(clientNum); var eatgame = false; var eatscript = false; ScriptProcessor.RunAll(script => { if (!eatscript) { var handled = script.OnSay2(entity, clientName, message); eatgame = handled.HasFlag(BaseScript.EventEat.EatGame); eatscript = handled.HasFlag(BaseScript.EventEat.EatScript); if (!eatscript) { script.OnSay(entity, clientName, message); } } }); return eatgame; }This would be something TEMPORARY Fix It In The NTA Find a solution.
VIRUSTOTAL.
https://www.virustotal.com/file/dd4dc59 ... 354738605/
paste Fix in your root dir and fun
CREDITS FOR ME