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
Server Releases
[RELEASER] Pure Emulator [RELEASE]
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: 392471" data-attributes="member: 36373"><p>Hi Guys <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p>Just for verification - this is not my buyroom/sellroom commands <img src="/styles/default/xenforo/smilies/emojione/biggrin.png" class="smilie" loading="lazy" alt=":D" title="Big Grin :D" data-shortname=":D" /> But here is a copy of mine:</p><p></p><p>[SPOILER="Code"]</p><p>Under RoomData:</p><p>[CODE]//Room For Sale</p><p> public bool roomForSale = false;</p><p> public string roomSaleType = "";</p><p> public int roomSaleCost = 0;[/CODE]</p><p></p><p>Under RoomUser:</p><p>[CODE]</p><p> //Room Variables</p><p> public bool RoomOfferPending = false;</p><p> public string RoomOffer = "";</p><p> public int RoomOfferAmt = 0;</p><p> public string RoomOfferType = "c";</p><p> public int RoomOfferUser = 0;[/CODE]</p><p></p><p>Buy Room: <a href="http://pastebin.com/JrzW8T4e" target="_blank">http://pastebin.com/JrzW8T4e</a></p><p></p><p>Sell Room: <a href="http://pastebin.com/QzsDV6As" target="_blank">http://pastebin.com/QzsDV6As</a></p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="JayC, post: 392471, member: 36373"] Hi Guys :) Just for verification - this is not my buyroom/sellroom commands :D But here is a copy of mine: [SPOILER="Code"] Under RoomData: [CODE]//Room For Sale public bool roomForSale = false; public string roomSaleType = ""; public int roomSaleCost = 0;[/CODE] Under RoomUser: [CODE] //Room Variables public bool RoomOfferPending = false; public string RoomOffer = ""; public int RoomOfferAmt = 0; public string RoomOfferType = "c"; public int RoomOfferUser = 0;[/CODE] Buy Room: [URL]http://pastebin.com/JrzW8T4e[/URL] Sell Room: [URL]http://pastebin.com/QzsDV6As[/URL] [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Server Releases
[RELEASER] Pure Emulator [RELEASE]
Top