Search results

  1. MasterPeace

    Approved HomeSystem

    Sorry fff.. I have so many problems that I'm losing my mind. Of course 323 line is "SafeTeleportTo". And I'm talking about random functions etc - idiot. VMWARE - no. One bad thing about it is that I can't change virtualization. Back in topic. So SafeTeleportTo(loc) xto =...
  2. MasterPeace

    Approved HomeSystem

    You know Linux server I can get with just 5-10$ / month and can do whatever I want with this. Pay wherever I want (for month, for two months, not pay). Windows servers starting from 30$ / month because of license, and I think OVH is best available if you ask about price and quality. So paying...
  3. MasterPeace

    Approved HomeSystem

    I mean that's why I asking if it's necessary to have this (codes). I'm not saying that you should change plugin because it's not working for me. I wouldn't even write reply for that, but just started to develop my own, or just delete yours, and have no home system. Of course I have, It's second...
  4. MasterPeace

    Approved HomeSystem

    Yes but if it's not working... What's the point to have it? Some Random function is making error like it's necessary, even when I disabled random TP.
  5. MasterPeace

    Approved HomeSystem

    [2/24/2015 5:59:18 PM] [Error] Traceback (most recent call last): File "<string>", line 323, in JobTimerCallback SystemError: Object reference not set to an instance of an object Yes, one thing is that there are problems with this "random" line, but man why is it going there? If this...
  6. MasterPeace

    Spawning items, and bases

    Yeah I'm working on it now, no problem with flares, there is a couple of ways to do this, all with timers. BUT Flares giving exceptions: Exception: Trying to read past the buffer size - likely caused by mismatching Write/Reads, different size or order. Still working, but I hope it will not...
  7. MasterPeace

    Spawning items, and bases

    Jakkee prefab name is working, Dretax: I didn't check it. Have some bad time and haven't really head to check something that complicated (after about 2 hours of searching for prefab names). I need to make now proper script to spawn it as I have no idea how to do this automatically. I will use...
  8. MasterPeace

    Spawning items, and bases

    Error. No "lightPrefab" in MonoType. You guys maybe know how to use this server commands: objects.count( ) Logs object counts objects.prefabs( ) Logs prefab names by count
  9. MasterPeace

    Spawning items, and bases

    Wow cool. World: Yea I saw it before, but I searched for some list of prefab names and found only foundations etc. on oxide. --- Structure Wood --- ;struct_wood_foundation ;struct_wood_windowframe ;struct_wood_doorway ;struct_wood_wall ;struct_wood_ceiling ;struct_wood_ramp...
  10. MasterPeace

    Spawning items, and bases

    Sorry, what do you mean by "rust assembly", where I can find it? I would really like to look at all rust classes, not just that one.
  11. MasterPeace

    Spawning items, and bases

    I hope so :P But it's not an issue now. So I would edit your Wipe plugin to make it ignore some houses. Let's say number 2 is done. I see it's impossible to spawn flare.
  12. MasterPeace

    Spawning items, and bases

    Hello. I have 2 questions. 1. I want to make some buildings always lighten up. It could be pretty done if in night server would drop flares always at same places, "life after life". So when they disappear new ones will come. Is it possible? 2. Is it possible to set indestructible bases? I...
  13. MasterPeace

    Approved DeathMSG

    Sorry, plugin is working, but it would be better to not have error. Now it has not with your fix! You are genius! :)
  14. MasterPeace

    Approved DeathMSG

    Sorry It's working. Man my brain is getting smaller and smaller.
  15. MasterPeace

    Approved DeathMSG

    Isn't it wrong? def On_PluginInit(self): config = self.DeathMSGConfig() v = int(config.GetSetting("Settings", "usebannedpeoplebanlist")) if Plugin.GetPlugin("BannedPeople") is not None and v == 1: methodname = "BannedPeopleIni" pl =...
  16. MasterPeace

    Solved Unknown error.

    I had only about 20-25% of your plugins and even with that I had crashes and errors. We need to check all plugins one by one when installing, to be sure if they are not outdated. If FAC will come this week I'll restart my server and check half of plugins from Resources page. I remember that...
  17. MasterPeace

    Solved Unknown error.

    Man looks like you have all plugins from this site, do you even know that some are old and broken? Make backup, delete all of them and then try to check how server is working. Thats what I would do. If you can of course.
  18. MasterPeace

    Solved airdrops in 1.0.7B

    Sorry I don't have server right now, if FAC come out this week I'll pay for server and try this. If not, you can forget me and my problems haha :)
  19. MasterPeace

    Adding new objects

    Yeah but let's say you'll develop it about 3 months minimum. I want something from now, and I can do it myself. Well, I don't know if I can, but I can try. Starting from simply text on screen, ending with additional models. But I need to know HOW to start modding, so if you know something about...
  20. MasterPeace

    Adding new objects

    Yes that's what I would like to do (give my players mod to download) but I don't know how to do it, where to search anything, libraries, how to set up compilers for rust modding etc.