❔FAQ / Troubleshooting
Q: Why can’t I start the job? A: Ensure your coordinates in
Config.StartPoint
are correct and that you have the correct framework running.Q: My notifications aren’t showing. A: Set
Config.UseCustomNotify = false
if you don’t have a custom system. Or ensure your custom notify event matches the code inConfig.CustomNotify
.Q: No vehicle is spawning. A: Double-check
Config.DefaultVehicle
is a valid model. Also verify your server resources (for modded vehicles).Q: I want more/fewer delivery points. A: Add or remove entries in
Config.DeliveryPoints
with unique coordinates. Each entry is one separate “delivery route.”Q: Language isn’t changing. A: Verify you’ve set
Config.Language
to a valid key (en
,de
, etc.) and that the locale table contains the relevant text strings.
Last updated