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

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

I cut the code from qzcm but nothing came out of my this code

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

опять код бред,

хотябы раз напиши сам нормально код

 

English only, on the main sections of the forum.

I keep asking that, and you keep ignoring.

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

Next time think properly before pulling out of fashion!

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

public class ScrollBar : BaseScript
{
   public ScrollBar()
       : base()
   {
       Call("setdvar", "bar", "^1Добро пожаловать на сервер ^3[^0RU^7-^2iSnipe^3]^1TDM|SnD! ^7Просим соблюдать ^3правила ^7и играть ^3честно! ^1Администраторы: ^7Camelot115. ^2Модераторы: ^7nik93 - ^3@admins.^7 За ^3читы ^1бан ^7моментально! ");
       createServerHud();
   }
   private void createServerHud()
   {
       HudElem bar = HudElem.CreateServerFontString("boldFont", 1f);
       bar.SetPoint("CENTER", "BOTTOM", 0, -19);
       bar.Foreground = true;
       bar.HideWhenInMenu = true;
       OnInterval(34000, () =>
       {
           bar.SetText(Call("getdvar", "motd"));
           bar.SetPoint("CENTER", "BOTTOM", 1100, -10);
           bar.Call("moveovertime", 34);
           bar.X = -700;
           return true;
       });
   }
}

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

not plow your code and writes instead of all this Welcome to the online game Modern Warfare 3

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.