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

Hi all,

 

this plugin will create an advertise on players HUD:

adv.jpg

 

Server.cfg:

seta adv_message "Visit my site" //change here the advertise message
seta adv_messinterval 20000      //the interval value in milliseconds between each message

 

Source:

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

namespace adv_plugin
{
   public class adv_plugin : BaseScript
   {
       string message = "^1Visit my site";
       int interval = 20000;

       public adv_plugin() : base() {
           message = Call("getdvar", "adv_message");
           string tmpM = Call("getdvar", "adv_messinterval");
           interval = Convert.ToInt32(tmpM);
           OnInterval(interval, () => {
               Call("allclientsprint", message);
               return true;
           });
       }
   }
}

 

[attachment=0]Advertise.rar[/attachment]

tuttocarbonio.altervista.org

Featured Replies

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

thx nice1

but can i add more than 1 message?

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

and that is why the scripts I have a dedicated server without b3 saver and I would like if it goes without having the b3 and if so how can I say that as I put it to my dedicated server for you to take

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

pls i need more deitals how to add server ads without b3 :oops: :oops: :cry: :cry:

  • 2 weeks later...
Опубликовано:

as I can put more of a message or you can not? :)

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

but can i add more than 1 message?

 

as I can put more of a message or you can not? :)

Опубликовано:
as I can put more of a message or you can not? :)

No, you can't, i'll add this option in next update

 

Thanks :)

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.