Welcome to the most immersive GoPostal Job experience for your FiveM server. Crafted meticulously in Lua, this script is optimized for both QB and ESX frameworks, ensuring seamless integration irrespective of your server setup.
- Framework Compatibility: Whether you're running on QB or ESX, this script has got you covered.
- Targeting Systems: Enhanced gameplay with full support for
ox_target
&qb-target
. - Notification Systems: Get notified whether you use QB, ESX, okok, or mythic.
- In config.lua make
Config.IS_WHITELISTED_TO_JOB
true. - In config.lua change
Config.WHITELISTED_JOB_TITLE
to job string of desired. We have it aspostal
by default. - Add the following snippet to
qb-cityhall/config.lua
['postal'] = { ['label'] = 'GoPostal', ['isManaged'] = false }
- Add the following snippet to
qb-core/shared/jobs.lua
['postal'] = {
label = 'GoPostal',
defaultDuty = false,
offDutyPay = false,
grades = {
[0] = {
name = 'Delivery Driver',
payment = 0,
isboss = false,
},
[1] = {
name = 'Manager',
isboss = true,
payment = 0
},
[2] = {
name = 'Boss',
isboss = true,
payment = 0
},
}
},
Stuck with a package due to the job? Or maybe you're on a mission to record or find the exact coordinates of postal boxes? We've got handy developer tools for that!
If a player is stuck carrying a box due to the job, simply type: /removebox
To get coordinates of a nearby postal box:
- Type
/pbox
. - Press F8.
- Click "Open Log".
- Scroll to the bottom of the log and you'll find the coords!
Automatically detect and record postal boxes within your vicinity.
- Begin the recording process with
/pbox_record
. - Drive around - the script will auto-detect postal boxes within a range of 100 units.
- Finish recording with
/pbox_record
once more. - Press F8.
- Click "Open Log".
- Scroll to the bottom for the recorded coordinates.
Detect Clothing Outfit codes for GoPostal Outfit.
- Put on desired GoPostal Outfit in clothing store.
- Save desired outfit onto your player.
- Execute
/gpfit
to see the outfit codes in F8. - Click "Open Log".
- Scroll to the bottom for the outfit codes and plug them into
config.lua
.
Want to collaborate, or get access to support and more? Reach out:
- Check out the Showcase
- Join the DreamScripts Discord
- Check out the Forum Post
- Connect on Discord: @sir_kale