Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
PlusEMU StaffAlert Bubble
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JayC" data-source="post: 379510" data-attributes="member: 36373"><p>This goes at the top of your page</p><p>[CODE]</p><p>using Plus.HabboHotel.GameClients;</p><p>[/CODE]</p><p>Here is the code</p><p>[CODE]</p><p>foreach (GameClient Client in PlusEnvironment.GetGame().GetClientManager().GetClients.ToList())</p><p> {</p><p> if (Client == null || Client.GetHabbo() == null || Client.GetHabbo().GetPermissions() == null)</p><p> continue;</p><p> Client.SendWhisper("Message");</p><p> }</p><p>[/CODE]</p><p>Since nobody else can answer a god damn question and they wanna play stupid bullshit like this:</p><p></p><p></p><p></p><p>Nobody gives a fuck what you morons want, this is what he is asking for.</p></blockquote><p></p>
[QUOTE="JayC, post: 379510, member: 36373"] This goes at the top of your page [CODE] using Plus.HabboHotel.GameClients; [/CODE] Here is the code [CODE] foreach (GameClient Client in PlusEnvironment.GetGame().GetClientManager().GetClients.ToList()) { if (Client == null || Client.GetHabbo() == null || Client.GetHabbo().GetPermissions() == null) continue; Client.SendWhisper("Message"); } [/CODE] Since nobody else can answer a god damn question and they wanna play stupid bullshit like this: Nobody gives a fuck what you morons want, this is what he is asking for. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
PlusEMU StaffAlert Bubble
Top