Search results

  1. MasterPeace

    NEED HELP HOW TO INSTALL PLUGIN

    Not fougerite. Reinstall full rust server.
  2. MasterPeace

    NEED HELP HOW TO INSTALL PLUGIN

    SO maybe you should try too.... Reinstall server? :) You showed us here that you have: http://fougerite.com/attachments/plugss-png.668/ And now you have not.
  3. MasterPeace

    Checking if player is on his foundation (proper way)

    I have 3 crash logs if you can read them - I don't understand them. It's still Fougerite 1.0.8 RC2 if I'm not wrong, what you gived me one time on PM. Other logs: 1. I had about 6 crashes. 2 had no errors. 2. One of other three crashed after error of HomeSystem 2 (what I explained in Home...
  4. MasterPeace

    Checking if player is on his foundation (proper way)

    Yea, but I don't have time for developing this, as I have other plugins to make, so I just left it for future. Now for example I have big problems with server crashing from yesterday, and I have no idea what is causing this. Sometimes it crashes after hour, sometimes after 4 hours.... I'm...
  5. MasterPeace

    Fougerite Official

    And third player who changed his Assembly CSharp.dll to new one. You need to get your old file.
  6. MasterPeace

    Fougerite Official

    For some reason I could not even go back to Fougerite 1.0.7 (downloaded dlls and modules from my VPS). Same error with RustPP and probably Jintplugin. I'm reinstalling server on my localhost now.
  7. MasterPeace

    Fougerite Official

    I'm pretty sure that there is about 2-3 builds of same 1069 version. One time (when I bought VPS server) I downloaded official rust server version from creator site (I don't remember his name, you know, he deleted it first and after that made it public, free to download). First - it wasn't...
  8. MasterPeace

    Solved Rad zones and Animals stronger

    Ok thanks. I'll wait until some new version, because this is crucial plugin for my server. Do you know why after some time (I don't know what, maybe 24 hours) it's stop working? No error or something, rad just stops killing. I have ideas that it's maybe some cheater, or maybe Admin God have...
  9. MasterPeace

    Fougerite Official

    Jakkee - this is because you changed Assembly-CSharp.dll file, what is included in new 1.0.8 package. Like I said in PM it shouldn't be included, because not everybody know what he is doing by copying it. We have some different build of servers, some of us have cracked servers, and this dll will...
  10. MasterPeace

    Checking if player is on his foundation (proper way)

    Hi. I'm using right now code from Dretax HomeSystem 3.5 plugin, edited it a little bit, but it get looped (and crashing game). Plugin is checking if Victim is in his house, or not, or not inside of any house. def On_PlayerHurt(self, Hurt): attacker = Hurt.Attacker victim =...
  11. MasterPeace

    Spawning items, and bases

    You didn't read my message I guess. You wrote the same code what Jakkee does. But I explained why I want players to don't have C4, not to don't make damage. And I will explain it again. Script is running after game, not with game. Check this post...
  12. MasterPeace

    On_EntityHurt

    Remember that it's hard to overpass taken damage. In above code I'm showing how to do Entities stronger. You wont do this that way: # EntityHurt Hook: #- receiving: HurtEvent def On_EntityHurt(self, Hurt): real_damage = Hurt.DamageAmount # checking real...
  13. MasterPeace

    On_PlayerHurt

    Question: How to check if Attacker is Player without checking WeaponName? Question: What we are receiving with Attacker / Victim? 1. I tried to check SteamID, with len() but it always showing me that Attacker is Player (but it's Large Spike Wall) 2. Is this: a) player / npc object...
  14. MasterPeace

    Wiki and Source needs more examples

    No matter if there are 50 wiki pages or 10, public source or not, it's still can be hard to understand. Sometimes I don't know what object I will receive (like Player object, or Player ID?), what is inside some properties or some other questions. Wiki needs more examples and I'll try to work on...