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?
NoRaidZones
Moved
Total Downloads: 1,412 - First Release: Apr 14, 2016 - Last Update: Nov 13, 2017
- 5/5, 2 likes
-
-
I saw in the logs he removed them after a restart.
-
-
the plug in wiped all the nrzs after restart. platform Linux.
-
-
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 -
Swat1801 updated No Raid Zones with a new update entry:
1.3.0
-
does not exist tells me for 3 times
If there are no more updates, is it not there?