PlusEmu - Sayall & Eha command

Page 2 of 2 FirstFirst 12
Results 26 to 33 of 33
  1. #26
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: PlusEmu - Sayall & Eha command

    It's a crazzy but cool command this eha, I can improve that to say the room of the moderator, cool.

  2. #27
    DO YOU HAVE THE POWER? Power is offline
    MemberRank
    Aug 2012 Join Date
    Haverhill, SuffLocation
    248Posts

    Re: PlusEmu - sayall & eha command

    Quote Originally Posted by Receiver View Post


    That seems very cool. Like is it where you do a command and it summons every user on the hotel to the room you are in? If it is would be nice to share.
    Thats a terrible idea, he saying he summoned over 250 people to one room that would most likely crash the server or cause massive lag summonall would always be abused and never work well maybe summonallstaff is a better command but not summon all thats just asking for trouble lol

    on topic: nice commands.

  3. #28
    ~|=_=|~ Receiver is offline
    MemberRank
    Sep 2013 Join Date
    PlutoLocation
    624Posts

    Re: PlusEmu - Sayall & Eha command

    I understand now. Do you have the :sa command fixed as well it doesn't work if you space after a letter.

  4. #29
    Member Yadz is offline
    MemberRank
    May 2013 Join Date
    51Posts

    Re: PlusEmu - Sayall & Eha command

    Quote Originally Posted by Receiver View Post
    I understand now. Do you have the :sa command fixed as well it doesn't work if you space after a letter.
    Try this:
    #region Staff Alert (:sa)
    case "sa":
    {
    if (Session.GetHabbo().HasCmd("sa"))
    {
    string Message = "Message From Staff: \n" + MergeParams(Params, 1) + "\n\n - " + Session.GetHabbo().Username;
    ServerMessage message = new ServerMessage(Outgoing.BroadcastMessage);
    message.AppendString(Message);
    SilverwaveEnvironment.GetGame().GetClientManager().StaffAlert(message);


    SilverwaveEnvironment.GetGame().GetModerationTool().LogStaffEntry(Session.GetHabbo().Username, string.Empty, "StaffAlert", "Staff alert [" + Message + "]");
    }
    return true;
    }
    #endregion
    Last edited by Yadz; 04-04-14 at 10:40 PM.

  5. #30
    DO YOU HAVE THE POWER? Power is offline
    MemberRank
    Aug 2012 Join Date
    Haverhill, SuffLocation
    248Posts

    Re: PlusEmu - Sayall & Eha command

    Summonall ;3 haha just because it funny watching noobs abuse this ;3

    PHP Code:
    case "summonall":
                        {
                            
    Room currentRoom Session.GetHabbo().CurrentRoom;
                            List<
    RoomUserroomUsers currentRoom.GetRoomUserManager().GetRoomUsers();
                            if (
    Session.GetHabbo().HasCmd("summonall"))
                            {
                                foreach (
    GameClients.GameClient c in SilverwaveEnvironment.GetGame().GetClientManager().clients.Values)
                                {
                                    if (
    c.GetHabbo() != null)
                                    {
                                        if (
    c.GetHabbo().Username == Session.GetHabbo().Username)
                                        {
                                            
    Session.SendNotif("You have summoned everyone");
                                        }
                                        else
                                        {
                                            
    c.GetMessageHandler().PrepareRoomForUser(currentRoom.RoomIdcurrentRoom.Password);
                                            
    c.SendNotif(Session.GetHabbo().Username "Has Summoned you");
                                        }
                                    }
                                }
                            }

                            return 
    true;
                        } 

  6. #31
    Planning Stuff Since 2013 Vrop93 is offline
    MemberRank
    Jan 2012 Join Date
    Grocery StoreLocation
    320Posts

    Re: PlusEmu - Sayall & Eha command

    I made all of these commands for Phoenix once. :P I also did a :freezeall, and :effectall

    Nice Release / Snippets bro

  7. #32
    Novice Bnar is offline
    MemberRank
    Mar 2014 Join Date
    4Posts

    Re: PlusEmu - Sayall & Eha command

    Thanks for the :sa Command :)

  8. #33
    Member TexJox is offline
    MemberRank
    Nov 2013 Join Date
    52Posts

    Re: PlusEmu - Sayall & Eha command

    @Yadz Can you fix the hal command??



Page 2 of 2 FirstFirst 12

Advertisement