Search results

  1. Yadz

    Illumina CMS

    You're not supposed to go to engine folder via url. Does the index and the other pages work?
  2. Yadz

    [Help] Deep Water Patch Doesn't allow swim effect

    You might need to code it into the emulator.
  3. Yadz

    Ranks Problems

    Have you added the ranks to ranks table?
  4. Yadz

    [C#] Threading

    That did not really answer my question, anyways, it was just an example, couldn't think of anything else. Also, I didn't know about background workers (timers), currently reading about it. However, now I wonder what threads are even used for and when should I use a thread? Thanks in advance.
  5. Yadz

    [C#] Threading

    So I'm new to C# and were wondering: Whats the best way to keep a thread alive in C#? For example if I want to constantly check if a car got less than 0 litres fuel (bad example), how should I do it in a thread? The only way I can think of is using is a while(true) loop with an if statement in...
  6. Yadz

    Phoenix 3.11.0 prison system?

    I really cba to explain how to add this and how to make it work, but I'll just give out the codes itself. Please note that this is for an edited Plus emulator and wont even work for Plus emulator without some editing. So if you're not familiar with C# and habbo emulators, then this is useless...
  7. Yadz

    Phoenix 3.11.0 prison system?

    I coded prison system for Plus Emulator a while back, could give out the code if wanted, if I even find the source. However, you will need to change some codes yourself in order to make it work with your Phoenix emulator.
  8. Yadz

    Habbo phoenix emulator faceless command

    Here is the code for faceless command for Plus emu: case "faceless": { string[] figureParts; string[] headParts; figureParts = Session.GetHabbo().Look.Split('.'); foreach (string...
  9. Yadz

    I need help

    Whats the path to your c_images? And also is your SWF folder called habcast?
  10. Yadz

    I need help

    Make sure the link to your c_images are correct. You need to provide more info, show us your config(s) maybe?
  11. Yadz

    Habbo phoenix emulator faceless command

    Just take it from another emu and edit some codes. Sent from my iPhone using Tapatalk
  12. Yadz

    Column Error

    Change datetime to something else, for example, varchar for the column 'published' Sent from my iPhone using Tapatalk
  13. Yadz

    [Template] Banner

    Looks very nice, keep up the good work. 9/10
  14. Yadz

    Habbo phoenix emulator masscredits limit

    Yes Replace it with this: case 25: if (Session.GetHabbo().HasFuse("cmd_masscredits")) { try { int num5 = int.Parse(Params[1]); if (num5 > 30000) {...
  15. Yadz

    [HELP] Client menu not showing up!

    You got join.me? Could help you out in a bit. Edit: Could actually do it right now. PM me your skype or join.me link.
  16. Yadz

    [HELP] Client menu not showing up!

    Yes change the ip to localhost. And change enbale_securesession in server_settings to 0.
  17. Yadz

    [HELP] Client menu not showing up!

    Yes I mean those links. Is this hosted on a web host, server or just on your computer? Both cms and emulator. Yes server_settings in your database, phpmyadmin.
  18. Yadz

    [HELP] Client menu not showing up!

    To start off with, change both 192.168.0.122 to 127.0.0.1 in your emu config, then restart your emu and then check if ur SWF links are correct. Edit: Right I remember that you must change a value in a table, I think it was server_settings, I don't remember tho. The column should be called...
  19. Yadz

    Habbo phoenix emulator masscredits limit

    You need to edit it in your emulator source.
  20. Yadz

    [RELEASE] Weed Patch

    Not bad. Could be useful for RPs. Mind fixing the download link?
Top