NoRaidZones

Moved

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

5/5, 2 likes
  1. I do not trust this plugin anymore. I have seen multiple times that all nrz zones where gone.
    The logs shows that they have been deleted and I need to recreate them one by one.

    Someone has the same problems and solution for this?
     
  2. I will check the plugins on error but as far as i know there are none using it myself and having no problems, please try refreshing the installation.
     
  3. I saw in the logs he removed them after a restart.
     
  4. Like i said please try a fresh installation
     
  5. the plug in wiped all the nrzs after restart. platform Linux.
     
  6. I am running ubuntu 16.04 myself and i am not experiencing this problem please try a fresh install of oxide and the plugin.
     
  7. Hey. Could you help with this line in your plugin? I'm using it in another plugin that I'd like to rework for ItemV2
    Code:
                public int GetPlayerHotbarC4Amount(PlayerSession session)
                {
                    var c4 = 0;
                    var pInventory = session.WorldPlayerEntity?.GetComponent<PlayerInventory>();
                    if (pInventory != null)
                    {
                        for (var i = 0; i < 8; i++)
                        {
                            var item = pInventory.Items;
                            if (item?.Item != null && item.Item.ItemId == 144)
                            {
                                c4 += item.StackSize;
                            }
                        }
                    }
                    return c4;
                }
     
    Last edited by a moderator: Nov 13, 2017
  8. Swat1801 updated No Raid Zones with a new update entry:

    1.3.0

     
  9. does not exist tells me for 3 times
    If there are no more updates, is it not there?