Перейти к содержимому
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.
Опубликовано:

how do I make a text//

eb53b21ad9c1.jpg

 

 

 

 

instead of this

namespace messageS
{
   public class messageS : BaseScript
   {
       private HudElem info;
       public messageS()
           : base()
       {

           PlayerConnected += new Action(entity =>
           {
               info = HudElem.CreateServerFontString("Arial Black", 1.6f);
               info.SetPoint("TOPCENTER", "TOPCENTER", -6, 0);
               info.HideWhenInMenu = true;
               info.SetText("Text");


           });
       }
   }
}

 

did it

namespace messageS
{
   public class messageS : BaseScript
   {
       private HudElem label;
       public messageS()
           : base()
       {

           PlayerConnected += new Action(entity =>
           {
               label = HudElem.CreateServerFontString("Arial Black", 1.6f);
               label.SetPoint("TOPCENTER", "TOPCENTER", -6, 0);
               label.HideWhenInMenu = true;
               label.SetText("Text");


           });
       }
   }
}

 

but I could not get

 

 

help

Featured Replies

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

I do not need a text

viewtopic.php?f=41&t=15845

 

and I need the following text

 

eb53b21ad9c1.jpg

 

 

that also shines

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

I looked but I could not get

Опубликовано:
I looked but I could not get

 

Well then you'd have to look again because it's in there...

This took me exactly 10 seconds to find...

label.SetField("glowcolor", new Vector3(1f, 0f, 0f));
label.GlowAlpha = 1.1f;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 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.