Hi,
As I'm working more on Habbo.lu, I'm looking to hire more people. You'll get your own responsibilities and once the hotel is up and running, I'll make sure you get paid.
I'm hiring for the following roles:
Moderation
Community Managers
Events / Games organisers
Room Builders
Pixel Artists...
Using System.Text.Json (NOT Newtonsoft) you can do this quite easily:
public class Person
{
public string FirstName { get; set; }
public string LastName { get; set; }
public string MiddleName { get; set; }
}
public static class RazorCode
{...
Maybe because your room layout doesnt exist? Like it says.... Add the missing layout to the room layouts table. You probably deleted it, shit doesnt go missing on its own suddenly.
The retro community was completely different back then. I think Quackster is releasing is shockwave emulator he used on classichabbo so maybe thats worth a try.
Nope dead. Like most projects that require such commitment, they end up dead in the water. His last commit was 2 years ago so doubt he continued.
I think you would be better of just editing Nitro into a shockwave style.
You need to deserialize it from Json
var members = JsonSerializer.Deserialize<Person[]>("Your JSON string here", new JsonSerializerOptions() { PropertyNameCaseInsensitive = true })
public class Person
{
public string FirstName { get; set; }
public string LastName { get; set; }...
Make your PHP script output pure JSON instead and query that page using Javascript?
https://stackoverflow.com/questions/4064444/returning-json-from-a-php-script
It will be released once its finished or krews is gone. Its my project, I decide when that date is. If that means it takes 4 years before it is released, why not? I'm not actively advertising my hotel in here. Its just a dev log of changes and a place for people to ask questions. I'll post...
Sirius Morningcrap v4.0 incoming but its a community fork so not a rename!!!!
1668025576
But here is the marketplace discord plugin: https://pastebin.com/5RNa6sGF
Been a bit busy the past year but I figured I'd post an update:
213 commits since last post;
Split the API into two; One for the emulator (Sirius) and one for the room instances (Gaia).
Updated my local nitro version to the react version. (Pretty cool, thanks @Billsonn)
Added Battle Banzai...
Heya, any updates on this? Looks great. Whats missing or left out to do? And I think it has been updated to the latest changes of Nitro right? Good job on this! <3