Aller au contenu

TuesdayATB

Membre
  • Compteur de contenus

    562
  • Inscription

  • Dernière visite

  • Jours gagnés

    9

Messages posté(e)s par TuesdayATB

  1. Le 23/11/2017 à 12:17, DownPipe a dit :

    up! à remplacer Game. par -> PlusEnvironment.GetGame(). et pour la notification bubble:

     

            public static ServerPacket SendBubble(string image, string message, string linkUrl = "")
            {
                var bubbleNotification = new ServerPacket(ServerPacketHeader.RoomNotificationMessageComposer);
                bubbleNotification.WriteString(image = "advice");

                bubbleNotification.WriteInteger(string.IsNullOrEmpty(linkUrl) ? 2 : 3);
                bubbleNotification.WriteString("display");
                bubbleNotification.WriteString("BUBBLE");
                bubbleNotification.WriteString("message");
                bubbleNotification.WriteString(message);

                if (string.IsNullOrEmpty(linkUrl))
                    return bubbleNotification;

                bubbleNotification.WriteString("linkUrl");
                bubbleNotification.WriteString(linkUrl);
                return bubbleNotification;
            }

     

    à mettre:

     

    
    Target.SendMessage(RoomNotificationComposer.SendBubble("cadeau", "Tu as reçu ton lot par " +Session.GetHabbo().Username, "");

     

    enjoy. merci pour le partage coupin

    Je comprends pas, faut remplacer

     

            public static ServerPacket SendBubble(string image, string message, string linkUrl = "")
            {
                var bubbleNotification = new ServerPacket(ServerPacketHeader.RoomNotificationMessageComposer);
                bubbleNotification.WriteString(image = "advice");

                bubbleNotification.WriteInteger(string.IsNullOrEmpty(linkUrl) ? 2 : 3);
                bubbleNotification.WriteString("display");
                bubbleNotification.WriteString("BUBBLE");
                bubbleNotification.WriteString("message");
                bubbleNotification.WriteString(message);

                if (string.IsNullOrEmpty(linkUrl))
                    return bubbleNotification;

                bubbleNotification.WriteString("linkUrl");
                bubbleNotification.WriteString(linkUrl);
                return bubbleNotification;
            }

     

     par

     

    Target.SendMessage(RoomNotificationComposer.SendBubble("cadeau", "Tu as reçu ton lot par " +Session.GetHabbo().Username, "");

     ?

  2. Saaaalut la compagnie !

    Aujourd'hui j'aimerais vous demander...

    Est-ce possible de.. genre... désactiver des divs quand une est active.

    Bon je vais vous expliquer plus précisément.

    3 div collés, des boxs, quand je passe la souris dessus elle s'ouvrent et quand j'enléve ma souris elle se ferment. GOOD

    Je veut que quand je passe la souris sur une des 3 div, les 2 autres changent, deviennent rouge et redeviennent normal quand j'aurais enlevé la souris. Comment faire ?

  3. Il y a 3 heures, Mirlyn a dit :

    Warning. Please read Chocolatey Installation Tutorial. You need configure your servers DocumentRoot to the public folder of this CMS. Thanks!

     

    J'ai bien configuré le fichier .env sur FileZilla (j'utilise mon propre site) et ça met le message ci-dessus, je fais quoi ? :anguished:

    Tu as configuré config/chocolatey.php et tu as importé le .sql du cms ?

×
×
  • Créer...