Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

Requirements

  • FiveM server
  • lb-phone — this resource declares dependency "lb-phone" and registers the app via AddCustomApp.

Ensure Croll-JobHub starts after lb-phone (or rely on the dependency so the phone is available when this resource boots).

Installation

  1. Place the Croll-JobHub folder in your resources tree (e.g. under [addons]).

  2. Add to server.cfg (or your resources manifest):

    ensure lb-phone
    ensure Croll-JobHub
  3. Restart the server or ensure Croll-JobHub after lb-phone is running.

The app appears on the phone as Job Hub (default-installed app).

Configuration (config.lua)

Option Description
Config.DistanceUnits "imperial" (ft / mi) or "metric" (m / km) for the in-app distance text only.
Config.Blips trueMark 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.

How “Mark” works

  • When Config.Blips is true, Mark sets SetNewWaypoint at 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 SetBlipRoute are used.

UI assets

  • ui/assets/icon.svg — bundled; used as the phone home-screen icon.

About

An LB-Phone App, that you can use to place the starting positions of all your jobs and track them. Helps save on blip locations

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages