Search results

  1. MasterPeace

    TP GUN Request

    Shouldn't you raycast from camera? I think Player Eyes != Camera View. OH fock I forgot we are talking about server side. Sorry.
  2. MasterPeace

    Fougerite Official

    Yes @Snake. I don't say that FAC is bad. I only said that fougerite should react to wrong RAD / Food / RPC options - call it however you want - by banning guys. Try to do that somehow. I know that server side anticheat will never be good for speedhack, flyhack, jumphacks and others. But if they...
  3. MasterPeace

    Fougerite Official

    I still think that you wrote what I wrote. https://gutsdev.wordpress.com/2013/08/15/investigating-unity-security/ -- Oh so you can't react to it yet. Ok. I just hope you do that in future. FAC is wrong because players just adjusting their cheats to it. Slower speedhack, big jump off, etc. And...
  4. MasterPeace

    Fougerite Official

    No matter how you call it - C#, DLLs, it's same thing. You just agree with me with that post but I wrote mine other way. When you have normal engine, and you secure game properly then you have 100%. If you have unity and you secure game then you have 50%. If you use well known secure systems...
  5. MasterPeace

    Fougerite Official

    Remember that every anticheat / anticrack / antiwhatever system what you downloading means "anti nothing". Real developers should make his own security. But yes we already know that they know shit about making games. If you really think that unity games can be secured tell my why all unity...
  6. MasterPeace

    Fougerite Official

    It's not even his fault... Well, at least not for 100%. It's Unity Engine. Code is not secured, you can't "grind" your code to be fully non-readable because it needs to use Unity functions and classes. But guessing on server assembly-csharp he didn't even try to do that. But like I said, you...
  7. MasterPeace

    Fougerite Official

    Is that possible what I saw on those crackdrustservers website that there is cheat what kills other players by adding them critical amount of radiation? Then someone with cheat like that, what is managing player radiation would make errors? Something like server want to check rads but jacked or...
  8. MasterPeace

    Fougerite Official

    After I disabled Jint and Magma yea.. server survived to this time. Still many RPC errors, some player stuck on server list (or it's cheat? I can't be sure now). There was 8 players online and guess what. I logged in because I saw in server console that someone is cheating (facepunch kicks)...
  9. MasterPeace

    Fougerite Official

    I disabled NavMesh fixer a couple days ago as you said that it's still don't fixed or something like that. Now: - FAC - GlitchFix - IronPython - Jint - Magma plugin - Restriction zones (don't matter. I have it only from like 3 days) - RustPP (I would like to disable Magma and jint if I can, I...
  10. MasterPeace

    Resource Spawner

    @hunternope3 No, I'm talking about this: http://i.ytimg.com/vi/yEEly5uUwac/maxresdefault.jpg
  11. MasterPeace

    Fougerite Official

    Alright look. I'm using FAC of course and I'm getting those errors in log. But I'm not always receiving crash. In weekend I was restarting server like 3-4 times per day and I have only one crash log in dir. Do you saying that disabling FAC would make it better? I can disable all c# plugins if it...
  12. MasterPeace

    Fougerite Official

    Yea I will test it. Disabling all mods.
  13. MasterPeace

    Resource Spawner

    Naah! I want to make autorespawn for spawned crate! Like original crates in Rust RAD zones
  14. MasterPeace

    Fougerite Official

    Are servers working for you? I'm disabling more and more plugins and server still crashing it's making me mad for real. I was already thinking of disabling whole fougerite and leaving server without mods, but it's stupid. My admin is still talking to me about installing oxide, and even send me...
  15. MasterPeace

    Resource Spawner

    So when player pickup crate it's EntityDestroyed? That would be easy then. I would just add crate on plugin start on map + to list and if it gets looted EntityDestroyed ----- somehow ----- write to list that it was looted and after that timer would respawn it.
  16. MasterPeace

    Resource Spawner

    @hunternope3 - So if I understand proper you was just wrong. You can't build house like was on my server and get there automatically respawned crates. No matter if you use fougerite or not. You can loop spawning what is possible easy with fougerite, but you can't just add crates what will...
  17. MasterPeace

    Resource Spawner

    He said (sorry that I'm replying but he was writing couple days ago on my PM) that you don't need to use fougerite or oxide to that. Showed me this plugin: http://oxidemod.org/plugins/loot-spawn-lists.5/download?version=4865 but I didn't check it yet because I think I lost my oxide account or I...
  18. MasterPeace

    Fougerite Official

    Ye I just wanted to admit that it need to be old and wrote by beginner. Because we will not sit now and try to fix some old plugin :) Donator have more functionality. It will be really better to just help you understand plugin than use some old thing.
  19. MasterPeace

    Fougerite Official

    @Marcos Just look at it man... function On_Chat(Player, ChatMessage) { var ini = getVipIni(); //VIP Prefix + Color : Yellow by default if(isVip(Player) && Player.Admin == false ){ var chStr = ChatMessage.toString(); var vipcolor = ini.GetSetting("ChatColor","vip_color")...
  20. MasterPeace

    Approved Restriction Zones

    MasterPeace updated Restriction Zones with a new update entry: PvP, Entity Destroying, Entity names fixes Read the rest of this update entry...