π΅οΈββοΈUsage
1. Start a Job:
Approach the Cargo Center (blip on map).
Interact with the NPC
2. Choose Order Type:
Singleplayer: Immediate start.
Multiplayer: Select a partner by looking at another player and confirming.
3. Collect Items:
Open warehouse sections (food, technology, etc.).
Drag items to your cargo list via the UI.
4. Load & Deliver:
Load boxes into your assigned truck.
Follow the GPS to deliver items to randomized NPC customers.
5. Complete Mission:
After all items delivered, return to the Cargo Center to finish the job and collect rewards.
π₯οΈ UI & Interaction
Open Job Menu: Press
E
near NPC at Cargo Center.Accept Job: Press
E
.Cancel / Exit Menu: Press
Backspace
.Drag & Drop UI: Click & drag items to assemble your cargo.
π― Delivery Points & NPCs
NPCs are randomly selected from a predefined list.
Each delivery location is randomized per job.
Interact with NPCs to finalize deliveries.
π Sample Delivery Locations:
luaKopierenBearbeitenConfig.DeliveryPoints = {
vec4(1845.5895, 2585.8418, 44.6833, 273.7023),
vec4(-310.4431, -825.8172, 31.4205, 130.5243),
-- more...
}
π Prop Warehouse
Realistic physical props represent each item section:
Food & Drinks
ex_prop_crate_tob_bc
Supermarket crate
Technology
ex_prop_crate_elec_bc
Electronic items
Clothing
ex_prop_crate_furjacket_bc
Clothing box
Hardware
ex_prop_crate_expl_bc
Hardware tools
Toys
ex_prop_crate_narc_sc
Toy crate
Sports
prop_boxpile_06b
Sports equipment
Household
sm_prop_smug_crate_l_fake
Household items
Pharmacy
sm_prop_smug_crate_l_medical
Medical supplies
π¨οΈ Localization & Customization
Edit Config.Locales
to add custom languages/messages:
luaKopierenBearbeitenConfig.Language = "en"
Config.Locales["en"] = {
open = "Press ~INPUT_CONTEXT~ to open cargo menu.",
request_accept = "Player accepted your request.",
job_started = "Cargo job started!",
package_done = "Package delivered.",
go_car = "Load boxes into your vehicle.",
}
Last updated