❔FAQ / Troubleshooting
Q: Why can’t I start the job? A: Ensure your coordinates in
Config.StartPointare correct and that you have the correct framework running.Q: My notifications aren’t showing. A: Set
Config.UseCustomNotify = falseif 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.DefaultVehicleis 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.DeliveryPointswith unique coordinates. Each entry is one separate “delivery route.”Q: Language isn’t changing. A: Verify you’ve set
Config.Languageto a valid key (en,de, etc.) and that the locale table contains the relevant text strings.
Last updated