Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fix Crash Servers Iw5m R28

Опубликовано:

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 :D

Featured Replies

Опубликовано:

locked, attachment deleted

Гость
Эта тема закрыта для публикации сообщений.

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.