NoRaidZones

Moved

Total Downloads: 1,412 - First Release: Apr 14, 2016 - Last Update: Nov 13, 2017

5/5, 2 likes
  1. On NoRaidZones Plugin:
    Code:
    private void OnEntitySpawned(NetworkViewData entity)
            {
                Debug.Log(entity.PrefabId);
                . . .
            }
    
    Then login in your server, place a c4 and watch the logs.
     
  2. Ok thanks! Will try it out
     
  3. Mabye you should look on your plugin.
    Because I just install de plugin on my server and i granted the permission to my self.
    I add a no raid zone and when i tested It to be sure that It can't be raided.
    So i placed a c4 on it and the c4 just destroyt everything.
    So take a look on it
     
  4. Download souza's plugin. The prefab had to be changed.
     
  5. Download this version on No Raid Zones | Page 2 | Oxide at the bottom of the page.
     
  6. Can someone put the config file here aswell? mine is not creating one
     
  7. If it does not create means it's not even loading.
     
  8. ☺Thanks Souza ☻ really really thanks ;)
     
  9. I seem to be getting the message " [Warning] Calling 'OnPlayerInput' on 'NoRaidZones v1.0.1' took 412ms [GARBAGE COLLECT] " seems to be happening with a couple Plugins. Is this something to be worried about?
     
  10. Got the same error. Do not know if I have to be worried but my console give gc spikes and yhdn there is some lag. Mostly when 50 or more people are online
     
  11. My server isn't that large but i am noticing it with more and more plugins.
     
  12. I think they are all plugins who are inactive and from before patch 35.
    I am not sure but indeed I removed economybanks and hurtstore because of this.
    I do not like warnings
     
  13. Yeah i got that version the day it came out. Im thinking more thats its nor so much an issue with this plug in but something that may have been added in the last patch. Like i said im getting this error from a few plugins now.
     
  14. which plugin do you got mabye they bite with each other
     
  15. a new error from the noraidzone

    Code:
    [Oxide] 14:39 [Error] NoRaidZones.cs(744,23): error CS0246: The type or namespace name `NetworkManager' could not be found. Are you missing an assembly reference?
     
  16. Multiple plugins gave this error. Solution from sjsoft is to change NetworkManager to HNetworkManager
     
  17. How to do that?
     
  18. Open the plugin
    Ctrl+H
    Find: NetworkManager
    Replace with: HNetworkManager