I’ll post a fix for it when I can.
HWKits
Moved
Total Downloads: 9,082 - First Release: Dec 6, 2015 - Last Update: Nov 13, 2017
- 5/5, 27 likes
-
Wulf Community Admin
-
-
Wulf Community Admin
-
how to update all plugins on new oxide bild?
Failed to call hook 'cmdKit' on plugin 'Kits v1.0.4' (NullReferenceException: Object reference not set to an instance of an object)
// (in console)
void cmdKit(PlayerSession session, string command, string[] args)
// in cs file
how to change this command to work plugin on 100 per cent?
(p.s. I haven't this problem on older version 3.505 ) -
-
Wulf Community Admin
-
What should i do to use kits plugin?
-
Hello, good morning, would you like a new KITS update, how can you help me? and what is giving me error this last version
-
Wulf Community Admin
-
support itemv2 ?
-
-
Are there any Programs for administrators ( That would see the people on the server and so a lie )
-
Could you tell me if the oxide mod for itemv2 exists ?, and how to implement it, I have a 24 hour online payment server and I can not use kit or teleportation, thanks
-
Becase hurtworld itemv2 isn't on the main branch yet, So there isn't a reason to update the plugins already,
You can try and update it by your self but for now not all the plugins won't work for itemv2 -
I create the kit in the game, the kit is created but 1 - when I put / kit it does not show me the list and 2 - if I put / item list the list comes out but when choosing it it says kit delivered but it does not give me in my inventory, help please
-
And did you also copied the items inside of your invertory towards the kits self if not there is then your problem -
hi.. i have problem...
what is this "permission" ? ? ? ?
not working kit:
Code:{ "Kits": { "pompa": { "name": "pompa", "description": null, "max": 1, "cooldown": 0.0, "authlevel": 1, "hide": false, "permission": "admin", "items": [ { "itemid": 125, "amount": 1, "slot": 0 }, { "itemid": 191, "amount": 1, "slot": 0 } ] } } }
Code:{ "Kits": { "pompa": { "name": "pompa", "description": null, "max": 1, "cooldown": 0.0, "authlevel": 1, "hide": false, "permission": null, "items": [ { "itemid": 125, "amount": 1, "slot": 0 }, { "itemid": 191, "amount": 1, "slot": 0 } ] } } }
-
Basically
"permission": "admin", = only players with "admin" permission can use it
"permission": null, = everyone can use it -
but... i write permision "admin"
i have info
Screenshot
hmmm?