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