Adding Stops
The Stop Tool allows you to add stops from in-game without much hassle.
Enable the Stop Toolβ
To enable the Stop Tool, you need to add the StopTool.net.dll
to your client scripts in the fxmanifest.lua
file:
...
client_scripts {
'BusDriverPro.net.dll',
'map.js',
'StopTool.net.dll'
}
...
After that refresh the resource in your server console using the refresh
command.
Then restart Bus Driver Pro.
Using the Stop Toolβ
To use the Stop Tool, simply go to the location where you want to add a stop follow these steps:
- Go to the location on the street where the bus should stop (approximately) and press the hotkey (default:
NUM5
). - Go to the location where the passengers should spawn and press the hotkey again.
The stop configuration is now copied to your clipboard and you can paste it into the stops.json
file in the BusDriverPro
folder in your server resources.
Changing the Hotkeyβ
To change the hotkey follow these steps:
- Pause the game
- Go to Settings -> Keybindings -> FiveM
- Search for
(BusDriverPro) Add Stop
- Click on the current hotkey button once
- Press the new hotkey
The hotkey is now changed.