Search results

  1. MasterPeace

    Solved Rad zones and Animals stronger

    I finally have some time, following code: def RadCheckCallback(self): Server.Broadcast("Timer") Plugin.KillTimer("RadCheck") for player in RadiationCheck: rad = int(player.RadLevel) Server.Broadcast("Checking rad: "+str(rad)) if rad...
  2. MasterPeace

    Timer Setups

    Hey DreTax. When you was writing for me example code how to fix my rad damage for Fougerite 1.0.8 (no proper methods/functions) you wrote me "timer.Kill()". I'm wondering if this is how we should kill timers now, or it's just for this parallel-timers...
  3. MasterPeace

    Arena by MasterPeace

    Hi. So I'm officialy in development of my Arena plugin for Fougerite. I'll try to make it work with my Economy plugin, but also with DreTax iConomy. I'll name it "Arena by MasterPeace" as all plugin what I'll upload in future, to make you all see difference between others. I didn't saw any...
  4. MasterPeace

    Tracking players

    3. Sorry I mean miliseconds. So I can look how fast he hit someone. Sometimes I just don't sure if someone is cheater. If I could look in his log would search for some weird things like jumping high or shooting fast. :) Now it's only idea, hope you guys write here some ideas how to develop 1...
  5. MasterPeace

    Tracking players

    Hi guys. I want to request some higher programming, probably in C#. I would like to have player tracker. Don't know if all players, maybe just choosed. I want to finally enable PvP, I still have many cheaters and some I banning after maaany days of playing. They just sometimes know who is...
  6. MasterPeace

    Arena ++

    I'm creating Arena for my server too and I'll probably make it public (upload here), but I don't plan Team vs Team gameplay.
  7. MasterPeace

    Restriction builder

    Jakkee: it's bad. Buildings are rotated on map so you can't do this that way. You'll restrict some wrong areas. DreTax / Snake: Do you know how to make circle area from point? I'm interested in it too because for now I'm using just coords like Jakkee in my server "Museum" and it's working...
  8. MasterPeace

    Solved Rad zones and Animals stronger

    I mean you (your dev team), not just you. I don't know who is who :P It's weird when there is something and boom, next version it's deleted. If you could, I will be happy. But I think there is more issues, what I can't find before I get this working Health etc
  9. MasterPeace

    Solved Rad zones and Animals stronger

    @DreTaX Maybe I will try (shit.. another account.....) but.. Why did you delete it? Now I really can't update my server, as whole gameplay is basing on Health etc. Maaan ;)
  10. MasterPeace

    Solved Rad zones and Animals stronger

    Looks like there you forgot about more variables/properties/methods or however you call them: Was working fine in 1.0.8 rc2: On_PlayerHurt: AttributeError: can't assign to read-only property Health of type 'Player' And looks like you can still assign Health to building parts, or NPC's...
  11. MasterPeace

    Error when starts the server

    Peace, not Piece :) I know it works. Come back if you have more problems.
  12. MasterPeace

    Error when starts the server

    My instructions: 1. Reinstall server 2. Run server first time. 3. Download Fougerite 1.0.8 4. Download Patcher (link in Jakkee post) 5. Extract Fougerite 1.0.8 without Assembly-CSharp.dll (rust_server_data/Managed/Assembly-CSharp.dll) 6. Extract Patcher in rust_server_Data/Managed 7: Choose...
  13. MasterPeace

    Checking if player is on his foundation (proper way)

    It's old post DreTax, I already fixed it by fixing DataStore. Output logs wasn't filled. They was ending after loading Jint Plugin. REALLY. Snake: I don't know, maybe it will be added to fougerite (checking house owner with simply function). I'll install 1.0.8 for now and check how FAC is...
  14. MasterPeace

    DataStore

    Snake is working on FAC problems. (Or worked, as he said he fixed it) I think you get me, really - I just don't want to risk. Remember that it's Linux and it's harder to keep it alive. I had DataStore saving normally on Windows. Only Linux server had those problems. I'm paying for server and...
  15. MasterPeace

    DataStore

    Because errors will make crashes - FAC is not ready for 1.0.8, I would need to fix my plugins also for this Rad checker etc. RustPP was not working on RC6, I don't know if it's working on latest. Too many problems. I'll wait until next release of Fougerite and FAC.
  16. MasterPeace

    DataStore

    Yea but it's 1.0.8 RC 2 still.. But I'll not check if crashes gonna happen on 1.0.8 RC 7 too. Too risky to lose some players.
  17. MasterPeace

    DataStore

    I added it to my AddCash function. Now about 24 hours and still no crash. So all recent crashes was just DataStore fails I guess. Thanks man.
  18. MasterPeace

    DataStore

    Ok.. It crashed so I updated one plugin with this DataStore.Save() function. Working now. Thanks.
  19. MasterPeace

    DataStore

    Thanks. Any possibility to call it from Rust Console? If I turn off server to add this function to some plugin DataStore will not save again.
  20. MasterPeace

    DataStore

    I have idea. What if Fougerite can't handle Database (too much properties in memory) and then crashing? When Fougerite is saving Database? My server running for about 2 hours now, and I see in FTP that Datastore still have yesterday date. RustPP Autosave Interval is on 200000 now. And I see...