hm, ok. What cms are you using? if you're using RevCMS. Goto class.users.php and show me your
final public function login()
also, make sure you have this in your global.php
if(isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
To my recall it's only Room Polls and marketplace that packets are wrong. Maybe a few more, but everything else works fine. Crafting, forums, helper tools etc. Normal plus doesn't have polls so there's nothing different there.
Completely upto you, This has no RP features, no RP commands...
I had the boolean there when I coded it a little differently, when the rig would save for multiple rolls and other plans. I never add the checks and didn't find need, due to only owners having the command, so if you tried anything else, that's just being dumb. Anyhow, if you do plan on letting...
aye, here.
RigCommand.cs
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
namespace Emulator.HabboHotel.Rooms.Chat.Commands.Administrator
{
class RigCommand : IChatCommand
{
public string PermissionRequired
{
get { return...