ignignokt84 updated VendingManager with a new update entry:
0.0.7

VendingManager
Utility for managing vending machines
Total Downloads: 1,959 - First Release: Feb 17, 2017 - Last Update: Apr 5, 2018
- 5/5, 9 likes
-
Could be cool when a Admin can limit the Amount of an Item that can be placed into the vending maschine (different limits for different items).
And maybe an option to enable that items have to be on a sale after closing the Vending maschine GUI (to prevent mass carrying of Items). If not then it should drop the item out from behind. Is this possible?
Should be a big upgrade 4 the Plugin, so ingame Malls are much better to control. -
hi! thanks for all the work you have done so far. its nice that your working to make vending machines better. today i noticed that when i adjusted the resistace on the vending machine that everything in the game then also adopted those same values. set the explosion resistance to 0.90 and walls for bases started eating C4 for breakfast.
-
ignignokt84 updated VendingManager with a new update entry:
0.0.8
-
The locks on machine disappear after the server restart...
-
-
ignignokt84 updated VendingManager with a new update entry:
0.0.9
-
-
ignignokt84 updated VendingManager with a new update entry:
0.0.10
-
It seems that I cannot change the HP of the vending machines. I want to set them to 2,000hp but anytime I reload the addon it defaults back to 500hp (even tho default is 1,000hp) Could someone please look into this?
-
how to change the health?
-
-
I tried tha
-
-
-
Sorry, it was an ambiguous question. I meant, are you downloading it from your server, editing it, then uploading? Or opening it directly from a management console or something like Filezilla?
-
ignignokt84 updated VendingManager with a new update entry:
0.0.11
-
To start off with this is a server hosted on my own computer so there is no need to FTP anything. I just edit the file and save it.
I tried:
oxide.unload VendingManager
Edited file to say 2000 health
oxide.load VendingManager
Still had only 500hp
Tried:
oxide.unload VendingManager
Deleted config and .cs
Edited: object[] defaults = new object[] { false, false, 500f, true, false, true }; to object[] defaults = new object[] { false, false, 2000f, true, false, true };
Edited: const float defaultHealth = 500f; to const float defaultHealth = 2000f;
Saved .cs
oxide.load VendingManager
Still only had 500hp -
Are you sure that they only have 500hp? Meaning, did you throw some c4 on them and see? I have noticed that sometimes there's a disconnect between what the VM shows and what it actually seems to have.
-
my players are going to bitch every time they see 500 that they cant repair it. The only real reason Im using this addon is becyse it allows locks. I could see maybe this addon is conflicting with ConstructionConfig?
Is there a way to get a version of this addon that be default disbales broadcast and allows placement of locks?