-
PlusEmu - Sayall, eha, summonall & signall command
I've always found those commands useful, so I decided to share it with you guys.
eha;
sayall;
:Summonall - Credits to Power69
signall;
:sa fix;
For those who don't know how to add the commands, the only thing you need to do is copy the code and add it to ChatCommandHandler.cs.
If you like it just hit the like button, If not just leave the thread and move on.
-
Re: PlusEmu - sayall & eha command
The sayall command is interesting to have but, i'm not sure about that eha command what exactly does it do and whats the difference from it using the ha command?
-
Re: PlusEmu - sayall & eha command
Thanks, I've tested it. But is that normal that there not other commands stays in ChatCommandHandler?
-
Re: PlusEmu - sayall & eha command
Quote:
Originally Posted by
Receiver
The sayall command is interesting to have but, i'm not sure about that eha command what exactly does it do and whats the difference from it using the ha command?
http://i.imgur.com/9zSN2LJ.png
Maybe you dont want the mods to have ha, so you could give them eha.
-
Re: PlusEmu - sayall & eha command
@Receiver Maybe you don't want to give you're Moderators or Event staff the ha command, So instead you give them the event alert (eha) command :)
-
Re: PlusEmu - sayall & eha command
Once I coded a cool comand. It was :summon. I just summoned every user to my room ignoring the room users limit (~250). Totally crazy, you should try
-
Re: PlusEmu - sayall & eha command
Quote:
Originally Posted by
AKllX
Once I coded a cool comand. It was :summon. I just summoned every user to my room ignoring the room users limit (~250). Totally crazy, you should try
What u mean? I know you're not talking to be but want to understand lol
-
Re: PlusEmu - Sayall & Eha command
Is it possible to add these commands to Phoenix, and if it is...how would I go about doing so.
-
Re: PlusEmu - sayall & eha command
Quote:
Originally Posted by
Yadz
Oh so it doesn't let you put any message like it gives that message automatically or you still type in something if so then that would be the same thing as a ha
- - - Updated - - -
Quote:
Originally Posted by
AKllX
Once I coded a cool comand. It was :summon. I just summoned every user to my room ignoring the room users limit (~250). Totally crazy, you should try
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.
-
Re: PlusEmu - sayall & eha command
Quote:
Originally Posted by
Receiver
Oh so it doesn't let you put any message like it gives that message automatically or you still type in something if so then that would be the same thing as a ha
- - - Updated - - -
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.
Na it dosen't let you put any messages, it gives that message automatically.
-
Re: PlusEmu - Sayall & Eha command
-
Re: PlusEmu - Sayall & Eha command
I like the idea cheers dude
-
Re: PlusEmu - Sayall & Eha command
#region Events Hotel Alert (:eha)
case "eha":
if (Session.GetHabbo().HasCmd("eha"))
{
string Notice = MergeParams(Params, 1);
ServerMessage HotelAlert = new ServerMessage(Outgoing.BroadcastMessage);
HotelAlert.AppendString(Notice);
SilverwaveEnvironment.GetGame().GetClientManager().QueueBroadcaseMessage(HotelAlert);
SilverwaveEnvironment.GetGame().GetModerationTool().LogStaffEntry(Session.GetHabbo().Username, string.Empty, "HotelAlert", "Hotel alert [" + Notice + "]");
return true;
}
return true;
#endregion
-
Re: PlusEmu - Sayall & Eha command
Quote:
Originally Posted by
vista4life
#region Events Hotel Alert (:eha)
case "eha":
if (Session.GetHabbo().HasCmd("eha"))
{
string Notice = MergeParams(Params, 1);
ServerMessage HotelAlert = new ServerMessage(Outgoing.BroadcastMessage);
HotelAlert.AppendString(Notice);
SilverwaveEnvironment.GetGame().GetClientManager().QueueBroadcaseMessage(HotelAlert);
SilverwaveEnvironment.GetGame().GetModerationTool().LogStaffEntry(Session.GetHabbo().Username, string.Empty, "HotelAlert", "Hotel alert [" + Notice + "]");
return true;
}
return true;
#endregion
It's missing some codes from your's
-
Re: PlusEmu - Sayall & Eha command
Thank's for these release!!! keep it up
-
Re: PlusEmu - Sayall & Eha command
How about HAL command? [ Hotel Alert Link ]
Because when you type :hal (Link) (message) It only show the message
-
Re: PlusEmu - Sayall & Eha command
Do you think you can fix the :Sa command?? @Yadz
-
Re: PlusEmu - Sayall & Eha command
isnt the eha command same as ha?
-
Re: PlusEmu - Sayall & Eha command
Quote:
Originally Posted by
Rush Retros
isnt the eha command same as ha?
It won't let you put any message you would like after the command. I asked the same question and Yadz posted this on the first page of this thread.
http://i.imgur.com/5ENAtbW.png
-
Re: PlusEmu - Sayall & Eha command
-
Re: PlusEmu - Sayall & Eha command
Quote:
Originally Posted by
iTzScronnie
SQL's for these?
What SQL's?
-
Re: PlusEmu - Sayall & Eha command
For the commands? like the Fuse_cmds?
-
Re: PlusEmu - Sayall & Eha command
Quote:
Originally Posted by
iTzScronnie
For the commands? like the Fuse_cmds?
It's not hard. You don't need SQL's. Just go into fuse_cmds and add them manually it's only like 3-4 records to fill in.
-
Re: PlusEmu - Sayall & Eha command
-
Re: PlusEmu - Sayall & Eha command