Перейти к содержимому
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.

Featured Replies

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

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using InfinityScript;

namespace HUD
{
   public class hud : BaseScript
   {
       public hud()
           : base()
       {
           PlayerConnected += new Action(entity =>
           {
               createPlayerHud(entity);
           });
       }

       private void createPlayerHud(Entity player)
       {
           HudElem text1 = HudElem.CreateFontString(player, "hudSmall", 1f);
           text1.SetPoint("TOP RIGHT", "TOP RIGHT", -25, 0);
           text1.HideWhenInMenu = true;

           OnInterval(100, () =>
           {
               text1.SetText("Health: " + player.Health);
               return true;
           });
       }
   }
}

Should work.

 

You can change font and size of font by changing

 , "hudSmall", 1f); 

around

Опубликовано:
-Tonejo[A]":109kutzw]credits for me ¬¬

is my code

It's not actually the same... as I had this created before you sent it to me yesterday. That's why I was asking why yours was able to not crash and mine did. Turns out yours does crash as well something is wrong on the Zombie mod then. But, I will say you can take all credit for it.

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

It's not actually the same... as I had this created before you sent it to me yesterday. That's why I was asking why yours was able to not crash and mine did. Turns out yours does crash as well something is wrong on the Zombie mod then. But, I will say you can take all credit for it.

 

^ Like a boss :D ..

Опубликовано:
  • Автор

I even appreciate - [TG] Tonejo [A]

but really needed the help of someone like technical support

Why do I ask for help - [TG] Tonejo [A] in another Source more he refused to help.

so I leave here 100% of my acradecimentos to DidUknowiPwn yes because it helped me

Join the conversation

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

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

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

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

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

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

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.