[PLUSEMU] Purchasing Habbo club does not work?
Hey, I fixed one problem with Habbo Club on PlusEMU but now I have another one. When I click to purchase one of the three Habbo Club available deals I get a message in client saying
"Message From Habbo Hotel! Something went wrong! The item type could not be processed. Please do not try to buy this item anymore, instead inform support as soon as possible"
Everything is set right in the database for it to work, so I'm not too sure on why it won't let me purchase it. No errors log anywhere.
Re: [PLUSEMU] Purchasing Habbo club does not work?
I have the same issue, I'm trying to give all users 18 years by adding this to the users_class (Illumina) but it isn't working
The code is: (Note: It doesn't work)
Quote:
public function addUserSub($user_id) { global $db, $core;
if($this->stmt = $db->prepare("INSERT INTO user_subscriptions (user_id,subscription_id,timestamp_activated,timestamp_expire) VALUES ('" . $user_id . "', '" . $user_id . "', '" . time() . "', "1944287141"))) {
$this->stmt->execute();
$this->stmt->close();
}
else {
$db->databaseError($db->error);
}
}
Re: [PLUSEMU] Purchasing Habbo club does not work?
Quote:
Originally Posted by
JackHoll
I have the same issue, I'm trying to give all users 18 years by adding this to the users_class (Illumina) but it isn't working
The code is: (Note: It doesn't work)
I'm using Uber2. I think it might have something to do with the the Emulator it's self. Also wondering do you know where to edit permissions per rank? I did a quick search and can't seem to find it o.o
Re: [PLUSEMU] Purchasing Habbo club does not work?
Quote:
Originally Posted by
FatalLulz
I'm using Uber2. I think it might have something to do with the the Emulator it's self. Also wondering do you know where to edit permissions per rank? I did a quick search and can't seem to find it o.o
It's under server_fuserights