Configuring locations
Configuring new locations
machineCoordinates = vector3(x, y, z ), when adding a new location you're going to want to change the x, y, z values to the location. This is the machine you interact with to hire a bike.
machineHeading = 251.42901611328, this is the way the machine will face.
direction = "left", the direction that the bike docks will be placed from the machine, please only use left or right.
numberOfDocks = 5, this will allow you to place how many bike docks you wish for this location to have.
showBlip = true, you can enable or disable the blip to this location. To disable please change true to false.
Last updated