API

Exported functions which may be used from within external scripts

Detach all bicycles from a car

This is specifically useful to use within a garage script, as the bikes are not saved. You can easily detach them from the bike rack before storing the car using our export

-- Client sided export
exports.kq_roofboxes:DetachBikeRackBikes(vehicle)
  • vehicle: number the numeric client entity id

Last updated