how do i set so that the kit is restarted after wipe,when it has max use of 1
Reset kits after a wipe?Solved
You can edit the configuration file to wipe the kit data on map wipe, instead of having to use the /kit resestdata manually in the game chat every wipe.
oxide/config/Kits.json
Near the bottom of the configuration file:
"Wipe kit data on map wipe": true,
oxide/config/Kits.json
Near the bottom of the configuration file:
"Wipe kit data on map wipe": true,
Locked automatically