BUPA-SCRIPT
Member
A clean LB-Phone app that lets your players carry several jobs on one character, switch between them, and go on/off duty — straight from the phone. No menus, no commands, no clutter.
Open the app, tap a job, you're on duty. That's it.
---
Preview
Live Sneak Peek / More:
Download (GitHub, free & open):
---
Features
-
Native LB-Phone app — fits right into the phone UI, no third-party menus.
-
Multiple jobs per character — configurable cap (Config.MaxJobs, default 3).
-
Instant job switching — pick your active job from the app in one tap.
-
On/off duty toggle — clock in and out from the phone, no duty point needed.
-
Job info at a glance — shows each job's grade and salary.
-
Remove a job — with a confirmation step so nobody deletes one by accident.
-
Automatic job icons — police, EMS, mechanic, taxi, trucker, real estate, legal, press… auto-matched.
-
Boss menu integration — firing an employee also removes the job from their list.
-
Admin commands — grant/revoke jobs without touching the database.
-
Localized — English & Turkish included; add any language with a new locale file.
-
Lightweight & clean — simple, readable code, one config option.
---
Installation
1. Drop bupa-lbmultijob into your resources folder.
2. The SQL table auto-creates on first start (nothing to import by hand).
3. In server.cfg, after lb-phone:
setr ox:locale en
ensure bupa-lbmultijob
Config (config.lua): Config.MaxJobs — max jobs per character (default 3).
Admin commands:
- /addjob [id] [job] [grade] — add a job to a player's list
- /removejob [id] [job] — remove a job from a player's list
Open the app, tap a job, you're on duty. That's it.
---
Hidden link for visitors, to see
Log in or register now.
Hidden link for visitors, to see
Log in or register now.
---
-
-
-
-
-
-
-
-
-
-
-
---
1. Drop bupa-lbmultijob into your resources folder.
2. The SQL table auto-creates on first start (nothing to import by hand).
3. In server.cfg, after lb-phone:
setr ox:locale en
ensure bupa-lbmultijob
Config (config.lua): Config.MaxJobs — max jobs per character (default 3).
Admin commands:
- /addjob [id] [job] [grade] — add a job to a player's list
- /removejob [id] [job] — remove a job from a player's list