Croll-JobHub - https://discord.gg/DBqCZjZ8VN
Job Hub is an LB Phone custom app: a simple directory of job spots, distances from the player, and a Mark action that sets the vanilla GTA map waypoint so players can clear it like any normal GPS mark.
- FiveM server
- lb-phone — this resource declares
dependency "lb-phone"and registers the app viaAddCustomApp.
Ensure Croll-JobHub starts after lb-phone (or rely on the dependency so the phone is available when this resource boots).
-
Place the
Croll-JobHubfolder in your resources tree (e.g. under[addons]). -
Add to
server.cfg(or your resources manifest):ensure lb-phone ensure Croll-JobHub
-
Restart the server or
ensure Croll-JobHubafterlb-phoneis running.
The app appears on the phone as Job Hub (default-installed app).
| Option | Description |
|---|---|
Config.DistanceUnits |
"imperial" (ft / mi) or "metric" (m / km) for the in-app distance text only. |
Config.Blips |
true — Mark calls SetNewWaypoint (purple map waypoint + usual GPS route). false — no waypoint (still shows the “Marked” notification). |
Config.Jobs |
List of jobs. Each entry needs name, coords (vector3), optional description, and optional blip (metadata only; marking uses the waypoint, not script blips). |
Edit coordinates and blurbs to match your server’s jobs.
- When
Config.Blipsistrue, Mark setsSetNewWaypointat the job’s X/Y — the same system as placing a point on the pause map. Players remove it the usual way (clear waypoint / map interaction for your build). - Marking another job replaces the waypoint. No separate script blips or
SetBlipRouteare used.
ui/assets/icon.svg— bundled; used as the phone home-screen icon.