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
How does the emulator communicate with the swfs?
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="Synt4x" data-source="post: 378087" data-attributes="member: 65632"><p>Sorry, not sure what happened there when I was looking up that packet. It was just an error <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p>This should be the right class though, correct?</p><p></p><p>[CODE] public class _SafeStr_3243 implements _SafeStr_2261</p><p> {</p><p></p><p> private var _SafeStr_10930:Array;</p><p></p><p></p><p> public function flush():Boolean</p><p> {</p><p> this._SafeStr_10930 = new Array();</p><p> return (true);</p><p> }</p><p></p><p> public function parse(k:_SafeStr_2699):Boolean</p><p> {</p><p> var _local_2:int = k._SafeStr_5287();</p><p> var _local_3:int;</p><p> while (_local_3 < _local_2)</p><p> {</p><p> this._SafeStr_10930.push(k.readString());</p><p> _local_3++;</p><p> };</p><p> return (true);</p><p> }</p><p></p><p> public function get messages():Array</p><p> {</p><p> return (this._SafeStr_10930);</p><p> }</p><p></p><p></p><p> }[/CODE]</p><p></p><p>Is it pushing the Integer & String to public function parse(k:_SafeStr_2699):Boolean?</p></blockquote><p></p>
[QUOTE="Synt4x, post: 378087, member: 65632"] Sorry, not sure what happened there when I was looking up that packet. It was just an error :) This should be the right class though, correct? [CODE] public class _SafeStr_3243 implements _SafeStr_2261 { private var _SafeStr_10930:Array; public function flush():Boolean { this._SafeStr_10930 = new Array(); return (true); } public function parse(k:_SafeStr_2699):Boolean { var _local_2:int = k._SafeStr_5287(); var _local_3:int; while (_local_3 < _local_2) { this._SafeStr_10930.push(k.readString()); _local_3++; }; return (true); } public function get messages():Array { return (this._SafeStr_10930); } }[/CODE] Is it pushing the Integer & String to public function parse(k:_SafeStr_2699):Boolean? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
How does the emulator communicate with the swfs?
Top