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 Releases
Daily Updated - AstroRP2 / Plus Addons
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="MrPoopy" data-source="post: 292237" data-attributes="member: 48696"><p>Ew.. what the hell is this? Looks like you just got someone elses work, and pasted it on here, without even properly evaluating it. Firstly learn to give credit where it is due, secondly, what on earth is this?</p><p></p><p></p><p>[CODE]if (RoomID == null)[/CODE]</p><p>Um? Where is the RoomID variable? It isnt defined? And what the hell is this?</p><p>[CODE]Session.GetHabbo().CurrentRoom;[/CODE]</p><p>Why did you randomy decide to reference a variable without even asigning it to a value?</p><p>Also this:</p><p>[CODE]Session.SendMessage(new Plus.Communication.Packets.Outgoing.Rooms.Chat.ShoutComposer(roomuser.VirtualId, "Searches my GPS For" + Username + "is located in" + RoomID + "", 0, 1));[/CODE]</p><p></p><p>Where is the Username variable defined? This command doesnt do anything, chuck it into your emu and expect an error.</p><p></p><p>PS: You can't code.</p></blockquote><p></p>
[QUOTE="MrPoopy, post: 292237, member: 48696"] Ew.. what the hell is this? Looks like you just got someone elses work, and pasted it on here, without even properly evaluating it. Firstly learn to give credit where it is due, secondly, what on earth is this? [CODE]if (RoomID == null)[/CODE] Um? Where is the RoomID variable? It isnt defined? And what the hell is this? [CODE]Session.GetHabbo().CurrentRoom;[/CODE] Why did you randomy decide to reference a variable without even asigning it to a value? Also this: [CODE]Session.SendMessage(new Plus.Communication.Packets.Outgoing.Rooms.Chat.ShoutComposer(roomuser.VirtualId, "Searches my GPS For" + Username + "is located in" + RoomID + "", 0, 1));[/CODE] Where is the Username variable defined? This command doesnt do anything, chuck it into your emu and expect an error. PS: You can't code. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Daily Updated - AstroRP2 / Plus Addons
Top