Search results

  1. Meap

    [PlusEMU] Emulator Development [UPDATED]

    If you're adding the changes from development repo you should be able to understand how it all works considering it's all development and you shouldn't use it unless you know what it does because any of it could change that's why it's in the development and hasn't been pushed to master @Wulles
  2. Meap

    [PlusEMU] Emulator Development [UPDATED]

    sounds good, pet thing is good too, Damien recoded how they work also the other week and gave me the code for it and it just fetches the pet race from their furniture table name
  3. Meap

    [help] adding new command - hug

    he can do it either way I was just showing him an easy way of doing it because there was no reference of your way of doing it until it was pointed out
  4. Meap

    [help] adding new command - hug

    here is just a simple way of removing the enable after a 4 second period of hugging them (removes it for both of you) System.Threading.Thread RemoveEnable = new System.Threading.Thread(delegate () { try {...
  5. Meap

    [PlusEMU][Addon] User's avatar in alert

    I'll send you my rewrite rules for that later
  6. Meap

    [PlusEMU][Addon] User's avatar in alert

    No your web config is in your wwwroot
  7. Meap

    [PlusEMU][Addon] User's avatar in alert

    Make a folder in your wwwroot called notifications and place the file in there under the name user.php
  8. Meap

    [Submissions] PlusEMU Features

    If you read what he actually said he states he's not doing anything like that
  9. Meap

    Professional SWF advice required

    ive been wondering where it was all stored for a while, ily
  10. Meap

    Weird encounters...

    The group favourite is just a packet error it doesn't affect performance or anything
  11. Meap

    [PlusEMU] Emulator Development [UPDATED]

    I know the feeling, no rush, quality over quantity :)
  12. Meap

    hof_furni folder forbidden?

    Fuck me as if that was the issue the whole time LOL Jordan we are idiots
  13. Meap

    URL Rewrite

    Import it from your htaccess then just manually add the missing rewrite rules if there is any
  14. Meap

    [LucidCMS] PDO - OOP - Ajax - Secure - Modern - Fast - Advanced

    fr though this is looking good man keep it up
  15. Meap

    Feedback Pop-out Valentines Banner

    I think this looks pretty cool good job dude
  16. Meap

    [PlusEMU][Addon] User's avatar in alert

    If anyone is having any issues with this on IIS I managed to fix it by using this rewrite rule <rule name="rule figure"> <match url="^c_images/notifications/fig/([^/]+).png" /> <action type="Rewrite" url="/notifications/user.php?fig={R:1}"/>...
  17. Meap

    Plusemu commands [Searching]

    are they getting stuck on 76% and disconnecting? Could be due to incorrectly configured external variables or wrong SWF Revision for your emulator or vice versa
  18. Meap

    PlusEMU Help & Support

    sounds good, I just add stuff from dev as you go along but dont actually use it all publicly until its committed into master
Top