How can I insert the habbo camera to my swf?

JOSEMANUEL

New Member
Oct 18, 2017
3
0
I want my hotel to have the color nick and the camera habbo like this hotel
XGXhO1Y.png
 
Last edited:

Kak

Posting Freak
Apr 21, 2017
951
165
how do I turn them on
are u talking about the actual camera feature or the icon? if the 1st one it wasnt coded for plusemu and arcturus you need a subscription. if you mean the 2nd one you enable the icon in your external_override_variables. its near the top of it and its set as false you want to change to true
 

JynX

Posting Freak
Feb 6, 2016
710
438
help me as I do? why have I done as they have told me and remains the same
If you're using Plus Emulator you'll have to find this in UserPerksComposer..
Code:
base.WriteString("CAMERA");
base.WriteString(""); // ??
base.WriteBoolean(false);
And then replace it with..
Code:
base.WriteString("CAMERA");
base.WriteString(""); // ??
base.WriteBoolean(true);
 

Users who are viewing this thread

Top