Well yeah, there's releases that have it but it's either incomplete or broken, and the ones that would even be able to even finish making it or creating it, doubt they're going to, considering flash is ending in like a few months, and some projects have been HTML5, but most are either inactive...
Everyone, I apologize, I forgot one other piece of code, add this to your Item.cs
Make sure you add it in the correct place, where you see the other case methods.
case InteractionType.SLOTS:
return new InteractorSlots();
No wonder so many people couldn't get it working...
@Rystbo Can you give me more specific questions, what do you mean it doesn't work, how doesn't it work, any errors? If it seems to be this difficult I might just help people over Teamviewer, but it's pretty basic honestly. Add me on Discord ᒍoe#0001 if you need help, i'll get back to you at some...
@JayCustom I don't use UberCMS, and in some cases for Rev, it isn't able to collect the variable for username, so you have to use a query to collect that data.
Add that code to the top of your client.php page
<?php
$username = mysql_query("SELECT * FROM users WHERE username = '" . $_SESSION['user']['username'] . "' LIMIT 1");
$user = mysql_fetch_assoc($username);
?>
Add this where...
Your error is right there, your PlusEnvironment doesn't contain a variable for the usage of 'Now,' not sure why, all releases have that I believe, here add this to Plus Environment, somewhere in the middle with similar looking lines.
public static long Now()
{
TimeSpan ts =...
@wizaardz25 As stated in the tutorial, you need to set the interaction type of an item in your furniture table to SLOTS, to make it work as a slot when you double click it.
Interesting, I don't think anyone is going to be willing to code the entire SnowStorm game, as it's not that easy, just because you have the furniture, room models, and images that doesn't mean it'll be an easy implementation. Just a heads up, this should probably be moved to the recruitment...
Honestly, I'd like to help you, but I know nothing about Comet Emulator, never used it before, all I can say is make sure you have all the tables and columns for your user tables and your variables are working properly, try opening CTRL + Shift + I on your client and check 'Console' see if it...
No bro, lol, you put the variables in the wrong place.
Search for private int _vipRank; in Habbo.cs and below it add these
private int integerSlot = 0;
private long lastSpun = 0; not at the top lol
I'm assuming you put the other ones wrongly as well, so here's where to add the other ones if you...
Hi there DevBest, today I will be releasing a slot machine interaction type. The way I had it at my hotel was it set an amount based on a command called :gamble, and when you would set an amount then interact with the interact-able furniture item, which just so happen to be slot machines as that...
@Platinum Thanks for the input, but as stated before, at my previous hotels, the system was different, there was no flaguser, and flaguser does not change the player's name, it allows them to change their name, with the alphabetical format, meaning you can't use any special characterizing, at my...
@Chased As wolfraid said, the revision of Plus kinda doesn't matter for furniture, the only case in which it'd matter is if the swfs were for r63a, then you'd have to get the swfs with graphic tags for Plus Emulator, but my Discord is Joseph#8099, if you have any additional problems, shoot me a...