Server
Server exports
GetVehicleChainsCount
-- Example
exports.kq_snowchains:ApplyVehicleChains(
vehicle, -- integer - Entity
wheelIndex, -- integer - Wheel index of which you want to add the chain to
usingItem, -- boolean- Whether an item was used for the installation
)
-- Returns: boolean - SuccessRemoveVehicleChains
-- Example
exports.kq_snowchains:RemoveVehicleChains(
vehicle, -- integer - Entity
wheelIndex, -- integer - Wheel index of which you want to add the chain to
)
-- Returns: boolean - Whether the chain was insalled using an itemHasChainsOnWheel
Last updated