π¦ Hunting wagon Storage β
Documentation relating to the kd_huntingwagon.
1. Installation β
kd_huntingwagon is a standalone script. So you don't need a specific framework to use it. It's also mean it works with all framework (VORP, RedEM:RP, QBCore, β¦).
- Drag and drop the resource in your resources folder
- kd_huntingwagon
- Add this ensure in your server.cfg
ensure kd_huntingwagon
- Congratulation, the Hunting Wagon storage script is ready to be use !
2. Usage β
Carry carcass and go at the back of the Hunting Wagon to store it.
Go back at the back to get out it when you are arrived where you want.
3. Config.lua file β
lua
Config = {}
Config.Debug = false
Config.SizeDropzone = 2.0
Config.MaxCarcass = 10
Config.saveCarcassInDB = true --Need my stable script: https://shop.jumpon-studios.com/package/5705468
Config.wagons = { --list of compatible wagon (β tarp is only available on huntercart01 β )
[`huntercart01`] = true,
[`cart03`] = true,
[`supplywagon`] = true,
}