flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://localhost/swf/dcr/hof_furni/
flash.dynamic.icon.download.name.template=icon/%typeid%%param%_icon.png
Add this to external_variables, then clear your cache. Make a folder inside swf/dcr/hof_furni, and call it...
I don't know if that function was coded into Plus Emulator by default, I recall it being in Mercury Server though, which was an edit of the original Plus Emulator, look into that maybe?
Have you added them to CommandManager.cs?
Here's a MassGive command I just edited the global give.
using System.Linq;
using Plus.Communication.Packets.Outgoing.Inventory.Purse;
using Plus.Communication.Packets.Outgoing.Rooms.Notifications;
using Plus.Database.Interfaces;
using...
This request is a tad bit vague. You want a full CMS design from scratch? Or do you want the style of an already existing CMS changed?
In all honesty, I don't think you'll get any takers for this request. There is something called labor, which is apart of the factors of production.
Labor is...
case "vouchers":
{
if (!Session.GetHabbo().GetPermissions().HasCommand("command_update_vouchers"))
{
Session.SendWhisper("Oops, you do not have the 'command_update_vouchers' permission.")...
Great release, i'm sure a lot of people will find this useful! Personally, creating a staff badge takes max like 5 minutes, but understandable, people these days are lazy.
Why is this thread still active, yikes, pretty pointless to continue ramping it up. Just more pointless screenshots that re-state something everyone already knew about. Just let this thread die already, jesus lmao.
I mean, it was kinda brought upon yourself. You received complaints and instead of taking a professional approach, you chose to argue in this thread for minimum three days. Then you threaten to get this forum closed just because they won't remove a thread of someone stating their experience with...
Clearly not mate, otherwise it would've updated. You're not using the Habbo.swf you just put into there, you're using the habbo.swf it generates inside the /habbo folder, it doesn't replace your current habbo.swf, you need to go into the folder /habbo and the habbo.swf is there. Here's a way to...
Why not just install Visual Studio 2017? Why use source code editors that don't have built in complie functions, you're just making extra steps for yourself.
You can easily download Visual Studio 2017, and do everything from there, with Visual Studio code, it is basically the same thing as...
Understandable, but I mean Visual Studio takes up very little resource for me, even when I've used it on a 1GB RAM server with like only 7GB of disk space available. It only dropped me to like 5GB and it was decently fast at loading solutions. dotPeek isn't an IDE either, well it is, but it...
I'm honestly confused why you're using dotPeek instead of Visual Studio, I don't think anyone here uses dotPeek, but as said before, you'll need to build the solution. How exactly do you build the solution, no idea, never used dotPeek, but you can check their documentation.