/vkit (Advanced), he doesn't get Supply SignalWhen you use /dkit or /vkit , which items you don't get?
Not sure, what did you set the cooldown time to in your settings?The cooldown timer for vkit basic and teleport sometimes shows 999999 seconds left. Is this a bug?
Mm if I delete DataStore file, what I lose?The only way to fix it seems to be to wipe (delete) the DataStore file.
# -*- coding: utf-8 -*-
__title__ = 'DonatorFlush'
__author__ = 'tarynkelley'
__version__ = '0.1'
import clr
clr.AddReferenceByPartialName("Fougerite")
import System
import Fougerite
class DonatorFlush:
def On_PluginInit(self):
Util.ConsoleLog(__title__ + " by " + __author__ + " Version: " + __version__ + " loaded.", False)
def On_Command(self, Player, cmd, args):
if cmd == "donatorflush":
if Player.Admin:
DataStore.Flush("LVL1VKitCooldown")
DataStore.Flush("LVL2VKitCooldown")
DataStore.Flush("LVL1DKitCooldown")
DataStore.Flush("LVL2DKitCooldown")
DataStore.Flush("VTPCooldown")
DataStore.Flush("DTPCooldown")
Player.MessageFrom("DonatorFlush", "DonatorRank CooldownDB flushed!")
else:
Player.MessageFrom("DonatorFlush", "No permissions")
it can be fixed but the players name will be [Donator] SomeName for the server, When tp'ing you have to include [Donator] in the name.Donator and VIP members can't be muted (with Rust++ command) by admin or mod. It's possible to fix this?
I'll have a look todayAnother thing, I try DonatorFlush but not always works correctly, I have still bugged kits.
Please also have a look into thisI also noticed when the server is started for the first time and I use /vkit basic, then only the first 5 items of the Kit are spawned into the inventory. I need to reload the plugin in order to get it work properly.
On this plugins info page it says edit settings then reloadPlease also have a look into this
unless this happens after a reload and still only get 5 out of X items?Installing:
-Download DonatorRank
-Extract DonatorRank.Zip and copy all the files into your PyPlugins folder
-Open Settings.ini/TpLocations.ini with a text editor & edit.
-Save the file
-Reload or Restart the server
[VKIT_Level1]
Inv1=P250
Qty1=1
Inv2=9mm Ammo
Qty2=40
Inv3=Leather Helmet
Qty3=1
Inv4=Leather Vest
Qty4=1
Inv5=Leather Pants
Qty5=1
Inv6=Leather Boots
Qty6=1
Inv7=Large Medkit
Qty7=1
Inv8=Silencer
Qty8=1
Read the rest of this update entry...Possible fix for cooldowns & kits?