JOSEMANUEL
New Member
- Oct 18, 2017
- 3
- 0
I want my hotel to have the color nick and the camera habbo like this hotel
Last edited:
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 truehow do I turn them on
There's a lot more than that. You need to code the camera into your emulator.You go to external_override_variable then you will see something like: camera.enabled=false turn it to camera.enabled=true
There's a lot more than that. You need to code the camera into your emulator.
use arcturus and purchase a subscription and you get the camera feature although idk why u would pay for a feature everyone useshelp 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..help me as I do? why have I done as they have told me and remains the same
base.WriteString("CAMERA");
base.WriteString(""); // ??
base.WriteBoolean(false);
base.WriteString("CAMERA");
base.WriteString(""); // ??
base.WriteBoolean(true);